Closed SteveBronder closed 7 years ago
Odd, I think it is trying to run carets train function?
Looking at ./build
this appears to have been an issue before. On line 111
library(caret) # we get problems if this shadows "mlr::train"
Resolved in the short term
If you have mlr loading automatically in your Rprofile then it will load before caret is loaded, causing caret's train
to be called first
Is there a way in build to set the --vanilla
option for Rscript?
If you have mlr loading automatically in your Rprofile then it will load before caret is loaded, causing caret's train to be called f
yes, thats correct. i am not sure what to do against this except for removing mlr from your Rprofile. i usually just load very smallish helper packages in my Rprofile.
I'm trying to do
./build
on the current docs and am getting the error