Skip to content
New issue

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

method (rmda) has issues to be loaded with caret #13

Open
tobigithub opened this issue Nov 12, 2015 · 0 comments
Open

method (rmda) has issues to be loaded with caret #13

tobigithub opened this issue Nov 12, 2015 · 0 comments

Comments

@tobigithub
Copy link
Owner

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 calledtruncnormIn addition: Warning message:
packagemclustwas built under R version 3.2.2 
Failed with error:packageRsolnpcould not be loadedLoading required package: Rsolnp
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : 
  there is no package calledtruncnormError: packageRsolnpcould not be loaded
@tobigithub tobigithub changed the title method (rmda) method (rmda) has issues to be loaded with caret Nov 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant