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

Warning message #1

Open
SandraLudwig opened this issue Nov 28, 2017 · 1 comment
Open

Warning message #1

SandraLudwig opened this issue Nov 28, 2017 · 1 comment

Comments

@SandraLudwig
Copy link

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.

@alexkychen
Copy link
Owner

alexkychen commented Nov 28, 2017

Hi Sandra,

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!!

Alex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants