[R] Install packages not working in latest version?
Uwe Ligges
ligges at statistik.tu-dortmund.de
Sun Apr 26 19:02:46 CEST 2009
Neotropical bat risk assessments wrote:
> Seems that the latest version R version 2.9.0 (2009-04-17)
> has a glitch and will not install packages. Issue with unzipping?
>
> Works fine with R version 2.8.1 (2008-12-22)
>
>
> > install.packages("ff")
> --- Please select a CRAN mirror for use in this session ---
> trying URL 'http://cran.fhcrc.org/bin/windows/contrib/2.9/ff_2.0.1.zip'
> Content type 'application/zip' length 779664 bytes (761 Kb)
> opened URL
> downloaded 761 Kb
>
> Error in .Internal(int.unzip(zipname, NULL, dest)) :
> no internal function "int.unzip"
Please check if you have old base packages in a library that is used
before the standard library in R_HOME/library when you start R-2.9.0.
Uwe Ligges
> >
> Bruce
>
> ______________________________________________
> R-help at r-project.org mailing list
> 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.
More information about the R-help
mailing list