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

Installation not working #4

Open
malmarayati opened this issue Jun 7, 2018 · 2 comments
Open

Installation not working #4

malmarayati opened this issue Jun 7, 2018 · 2 comments

Comments

@malmarayati
Copy link

Hello,

When I try to install using install.packages("assignPOP") I get this error:
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : there is no package called ‘CVST’
When I try to install the CVST package I get this error:
ERROR: dependency ‘kernlab’ is not available for package ‘CVST’
When I try installing the kernlab package I get this error:
ERROR: compilation failed for package ‘kernlab’

Any idea how to get around this issue?

@alexkychen
Copy link
Owner

Hello,

Try if this helps.
Use install.packages("assignPOP", repos = c("http://rstudio.org/_packages", "http://cran.rstudio.com"), dependencies = TRUE)

@goergeshango
Copy link

Hello,

Try if this helps. Use install.packages("assignPOP", repos = c("http://rstudio.org/_packages", "http://cran.rstudio.com"), dependencies = TRUE)

I have the same error but this didn’t work too

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

3 participants