On Sun, 30 May 1999, John Hughes wrote:
> I'm running R-0.63 under Redhat Linux 5.2. The base module works fine
> but I can't get the functions in the other modules(modreg,mva etc) to
> run. The directories for these modules exist and have the function
> files in them. However none of them except the 'base' directory has
the
> Rprofile file in it.
>
> How do I get the functions in these other modules to run? Presumably I
> need to create an Rprofile file in these directories. How do I do this?
The Rprofile file is for basic customisation, not for package loading.
What you need is
library(modreg)
to load the modreg package and so on. After this you should be able to
run commands in those packages. You can use
search()
to see which packages are currently loaded and in what order and
detach("package:modreg")
to unload the package.
Thomas Lumley
Assistant Professor, Biostatistics
University of Washington, Seattle
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._