Victoria Dominguez Almela
2017-May-05 16:39 UTC
[R] Problems installing IsoriX package in R
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 this problem before?? Thanks!!! [[alternative HTML version deleted]]
Install the dependent packages also. Try - install.packages("proxy") #then install.packages("IsoriX") Regards, Vikash <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> Virus-free. www.avast.com <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> On Fri, May 5, 2017 at 10:09 PM, Victoria Dominguez Almela < v.dominguezalmela at se15.qmul.ac.uk> wrote:> 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 this problem before?? > > Thanks!!! > > > [[alternative HTML version deleted]] > > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/ > posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >[[alternative HTML version deleted]]
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 might not have it so you might have to pick another one. [1] https://cran.r-project.org/package=proxy -- Sent from my phone. Please excuse my brevity. On May 5, 2017 9:39:23 AM PDT, Victoria Dominguez Almela <v.dominguezalmela at se15.qmul.ac.uk> wrote:>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 this problem before?? > >Thanks!!! > > > [[alternative HTML version deleted]]