mlr-org / mlrCPO

Composable Preprocessing Operators for MLR
Other
37 stars 4 forks source link

Failure with dev testthat #78

Closed hadley closed 3 years ago

hadley commented 4 years ago
Error: No test files found
Backtrace:
    █
 1. └─testthat::test_check("mlrCPO", filter = "^_cpo_")
 2.   └─testthat::test_dir(...)

Previously this just failed silently, so these tests have probably never been run.

I'm planning to submit testthat to CRAN in about a month.

mb706 commented 3 years ago

these tests have probably never been run.

that is false, testthat changed the way it strips prefixes from filenames in this commit.