Skip to content

Commit

Permalink
skip expensive tests on cran
Browse files Browse the repository at this point in the history
  • Loading branch information
mb706 committed Oct 1, 2019
1 parent 48caf65 commit 089651c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: mlr3pipelines
Title: Preprocessing Operators and Pipelines for 'mlr3'
Version: 0.1.0.9000
Version: 0.1.0
Authors@R:
c(person(given = "Martin",
family = "Binder",
Expand Down
4 changes: 4 additions & 0 deletions attic/experiments.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ testthat::test_package("mlr3pipelines", filter = "^_[n-s].*")
testthat::test_package("mlr3pipelines", filter = "^_[^a-s].*")


pofi = PipeOpFixFactors$new()



pom = PipeOpMutate$new()

pom$train(list(task))
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/helper_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ expect_pipeop = function(po) {
# - *_internal checks for classes
# - *_internal handles NO_OP as it should
expect_pipeop_class = function(poclass, constargs = list()) {

skip_on_cran()
po = do.call(poclass$new, constargs)

expect_pipeop(po)
Expand Down

0 comments on commit 089651c

Please sign in to comment.