Kristi Glover
2012-May-14 21:44 UTC
[R] package ‘adehabitat’ is not available (for R version 2.15.0) on Mac OS X
Hi R- User,I tried to load package adehabitat for R version 2.15.0. But, I got error. even I download and save in local drive and tried to install from the local file. but still i got the following errors install.packages("adehabitat", repos='C:/adehabitat_1.8.10.tgz') package ‘adehabitat’ is not available (for R version 2.15.0)> install.packages("adehabitat", repos='http://cran.skazkaforyou.com/bin/macosx/leopard/contrib/2.15/adehabitat_1.8.10.tgz')Warning: unable to access index for repository http://cran.skazkaforyou.com/bin/macosx/leopard/contrib/2.15/adehabitat_1.8.10.tgz/bin/macosx/leopard/contrib/2.15 Warning message: package ‘adehabitat’ is not available (for R version 2.15.0) I need to install it as I have been using a script that has used this package too besides other packages. Would any one help me how I can install the package on Mac OS X? cheers, KG [[alternative HTML version deleted]]
Steve Lianoglou
2012-May-14 22:01 UTC
[R] package ‘adehabitat’ is not available (for R version 2.15.0) on Mac OS X
Hi, Did you simply try: install.packages("adehabitat") or, if that doesn't work, maybe: install.packages("adehabitat", type="source") Or change your cran mirror? -steve On Mon, May 14, 2012 at 5:44 PM, Kristi Glover <kristi.glover at hotmail.com> wrote:> > Hi R- User,I tried to load package adehabitat for R version 2.15.0. But, ?I got error. even I download and save in local drive and tried to install from the local file. but still i got the following errors > ?install.packages("adehabitat", repos='C:/adehabitat_1.8.10.tgz') > > > package ?adehabitat? is not available (for R version 2.15.0) > >> install.packages("adehabitat", repos='http://cran.skazkaforyou.com/bin/macosx/leopard/contrib/2.15/adehabitat_1.8.10.tgz') > Warning: unable to access index for repository http://cran.skazkaforyou.com/bin/macosx/leopard/contrib/2.15/adehabitat_1.8.10.tgz/bin/macosx/leopard/contrib/2.15 > Warning message: > package ?adehabitat? is not available (for R version 2.15.0) > I need to install it as I have been using a script that has used this package too besides other packages. > Would any one help me how I can install the package on Mac OS X? > cheers, > KG > > > > > > ? ? ? ?[[alternative HTML version deleted]] > > > ______________________________________________ > 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. >-- Steve Lianoglou Graduate Student: Computational Systems Biology ?| Memorial Sloan-Kettering Cancer Center ?| Weill Medical College of Cornell University Contact Info: http://cbio.mskcc.org/~lianos/contact
David Winsemius
2012-May-14 22:37 UTC
[R] package ‘adehabitat’ is not available (for R version 2.15.0) on Mac OS X
On May 14, 2012, at 5:44 PM, Kristi Glover wrote:> > Hi R- User,I tried to load package adehabitat for R version 2.15.0. > But, I got error. even I download and save in local drive and tried > to install from the local file. but still i got the following errors > install.packages("adehabitat", repos='C:/adehabitat_1.8.10.tgz')Now _that_ would be strange directory specification for a Mac-sited installation of R. The "C:' drive spec is usually specific to Windows devices.> > package ?adehabitat? is not available (for R version 2.15.0) > >> install.packages("adehabitat", repos='http://cran.skazkaforyou.com/bin/macosx/leopard/contrib/2.15/adehabitat_1.8.10.tgz')That repository had a binary copy as of a minute or two ago. Could it have been temporarily unavailable and you just now need to try again?> Warning: unable to access index for repository http://cran.skazkaforyou.com/bin/macosx/leopard/contrib/2.15/adehabitat_1.8.10.tgz/bin/macosx/leopard/contrib/2.15 > Warning message: > package ?adehabitat? is not available (for R version 2.15.0) > I need to install it as I have been using a script that has used > this package too besides other packages. > Would any one help me how I can install the package on Mac OS X? > cheers, > KG > [[alternative HTML version deleted]]-- David Winsemius, MD West Hartford, CT