I'm hoping that someone can help shed some light on the situation. I
suspect that the version of the NADA package is just too dated for my
version of R, but I'm not sure how to remedy this.
Thank you for any help,
Rachel
--
View this message in context: http://r.789695.n4.nabble.com/NADA-Package-install-disappearance-tp4667740.html
Sent from the R help mailing list archive at Nabble.com.
______________________________________________
R-h...@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.
> I have been using the NADA package to do some statistical analysis,
> however I have just found that the package is no longer available for
> install. I've downloaded an older version ( NADA_1.5-4.tar.gz ) and tried
> to use install.packages to install it in two versions of R ( 3.0.0 and
> 2.15.1) and I have gotten the same error message for both: "package
> ‘path/NADA_1.5-4.tar.gz’ is not available (for R version 2.15.1)".
Rachel,
I'm running R-3.0.0 and had no problems re-installing NADA from the
osuosl.org ftp server. I've no idea what version of NADA is installed.
Have you tried another repository?
Rich
--
Richard B. Shepard, Ph.D. | Have knowledge, will travel.
Applied Ecosystem Services, Inc. |
<http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863
A good idea for things like this is to check the CRAN package web page:
http://cran.r-project.org/package=NADA
That shows it is archived, and last updated over a year ago.
You should be able to download the source file, and
install.packages('NADA_1.5-4.tar.gz', repos=NULL)
worked for me in 3.0.1.
The package was archived because it was unmaintained and uses the
long-obsolete \synopsis syntax that is being removed.
--
Brian D. Ripley, rip...@stats.ox.ac.uk
Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel: +44 1865 272861 (self)
1 South Parks Road, +44 1865 272866 (PA)
Oxford OX1 3TG, UK Fax: +44 1865 272595