Re: [R] Problems installing IsoriX package in R

2017-05-06 Thread Vikash Kumar
Install the dependent packages also. Try - install.packages("proxy") #then install.packages("IsoriX") Regards, Vikash Virus-free. www.avast.com

Re: [R] Problems installing IsoriX package in R

2017-05-05 Thread Jeff Newmiller
If by "this problem" you mean the error "no package named x" then yes. It means you need to find the "proxy" package or find an updated version of the package that required the "proxy" package. Since it is on CRAN [1], it might be as simple as installing the package, or your preferred mirror mi

[R] Problems installing IsoriX package in R

2017-05-05 Thread Victoria Dominguez Almela
Hi everyone! I am trying to build an isoscape using R, but I am having issues when comes to install the IsoriX package. The next message comes through: Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : there is no package called �proxy� Has anyone faced t