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
rmda has issues to be loaded
require(mlbench) require(caret) # load diabetes set 768 x 9 data(PimaIndiansDiabetes) dim(PimaIndiansDiabetes) # train rbf t2 <- train(diabetes~., data=PimaIndiansDiabetes, method="rmda") t2
Loading required package: robustDA Loading required package: MASS Loading required package: mclust __ ___________ __ _____________ / |/ / ____/ / / / / / ___/_ __/ / /|_/ / / / / / / / /\__ \ / / / / / / /___/ /___/ /_/ /___/ // / /_/ /_/\____/_____/\____//____//_/ version 5.0.2 Type 'citation("mclust")' for citing this R package in publications. Loading required package: Rsolnp Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : there is no package called ‘truncnorm’ In addition: Warning message: package ‘mclust’ was built under R version 3.2.2 Failed with error: ‘package ‘Rsolnp’ could not be loaded’ Loading required package: Rsolnp Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : there is no package called ‘truncnorm’ Error: package ‘Rsolnp’ could not be loaded
The text was updated successfully, but these errors were encountered:
No branches or pull requests
rmda has issues to be loaded
The text was updated successfully, but these errors were encountered: