alexkychen / assignPOP

Population Assignment using Genetic, Non-genetic or Integrated Data in a Machine-learning Framework. Methods in Ecology and Evolution. 2018;9:439–446.
http://alexkychen.github.io/assignPOP/
GNU General Public License v3.0
17 stars 4 forks source link

Installation not working #4

Open malmarayati opened 6 years ago

malmarayati commented 6 years ago

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 commented 6 years ago

Hello,

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

goergeshango commented 2 years ago

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