[R] library() help for Windows

ripley@stats.ox.ac.uk ripley at stats.ox.ac.uk
Mon Nov 18 15:07:20 CET 2002


On Mon, 18 Nov 2002 Budana_Prijadi at fmi.com wrote:

> I have just upgraded R v1.5.0 to v1.6.1 for Windows but have trouble
loading my library of R only functions (no C calls).  After examining
the "library" script this difference was found:

[...]

Did you read the NEWS file?  Quite a bit has changed in that 3-version
upgrade.

> How do I modify my library of functions to load it properly like
previous versions do?  Why v1.6.1 checks for "DESCRIPTIONS"?

To load it properly (and you were not loading it properly before)  you
need to follow the instructions in `Writing R Extensions' about how to
create a package, and then on how to install it.

These days R relies on properly constructed packages, and it does now
check for this.  For ages packages have been required to have a
DESCRIPTION file.

-- 
Brian D. Ripley,                  ripley at 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 272860 (secr)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list