You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
Im having problem during the instalation of the package in RStudio. I received the folowing message "ERROR: dependencies 'e1071', 'randomForest', 'tree' are not available for package 'assignPOP'". I ask that if Ive to install those dependencies and where Could I find them?
Thanks a lot!!!
Sandra.
The text was updated successfully, but these errors were encountered:
I assume you install assignPOP from Github, right? If so, you could try install.packages("e1071"), install.packages("randomForest"), and other packages that are missing in your R. Yes, you need to install those missing packages before you can successfully install assignPOP. However, I recommend that you simply enter install.packages("assignPOP") to install the package from CRAN such that you don't need wrestling with those missing packages. Currently, the version should be the same in CRAN and Github.
Let me know if you have further questions. Thanks!!
Hello!
I
m having problem during the instalation of the package in RStudio. I received the folowing message "ERROR: dependencies 'e1071', 'randomForest', 'tree' are not available for package 'assignPOP'". I ask that if I
ve to install those dependencies and where Could I find them?Thanks a lot!!!
Sandra.
The text was updated successfully, but these errors were encountered: