ecpolley / SuperLearner

Current version of the SuperLearner R package
272 stars 72 forks source link

doMC in test-randomForest.R #114

Closed ecpolley closed 6 years ago

ecpolley commented 6 years ago

in the test-randomForest.R test script, it includes a test for the mcSuperLearner algorithm but is wrapped in a conditional to only run if using RStudio to avoid CRAN checks. CRAN checks just got smarter and is now picking this up. We should be able to add doMC to the suggested packages list, but wanted to check if we should make any changes to the test script as well.

ecpolley commented 6 years ago

commented out test for now to avoid removal from CRAN

ck37 commented 6 years ago

Sounds good, yeah sorry for my lack of response here.