We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello!
IntegratedLearner depends on several packages, for instance tidyverse:
IntegratedLearner
tidyverse
IntegratedLearner/DESCRIPTION
Line 18 in b56f9c7
However, the functions are not listed in NAMESPACE:
https://github.com/himelmallick/IntegratedLearner/blob/master/NAMESPACE
... and they are used without package specification:
IntegratedLearner/R/plotLearner.R
Line 15 in b56f9c7
This means that these functions are not loaded when IntegratedLearner is loaded. This leads to errors where certain function is not found.
Error in str_remove_all(fit$base_learner, "SL.") : could not find function "str_remove_all"
The problem is rather frustrating for user to solve.
-Tuomas
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
IntegratedLearner
depends on several packages, for instancetidyverse
:IntegratedLearner/DESCRIPTION
Line 18 in b56f9c7
However, the functions are not listed in NAMESPACE:
https://github.com/himelmallick/IntegratedLearner/blob/master/NAMESPACE
... and they are used without package specification:
IntegratedLearner/R/plotLearner.R
Line 15 in b56f9c7
This means that these functions are not loaded when
IntegratedLearner
is loaded. This leads to errors where certain function is not found.The problem is rather frustrating for user to solve.
-Tuomas
The text was updated successfully, but these errors were encountered: