Skip to content
Prev 397 / 398498 Next

R-beta: autoloading a required library

On Mon, 17 Nov 1997, Albrecht Gebhardt wrote:

            
It's probably something wrong with the setup, but I don't know what. It
seems to work in my installation of R which is roughly 0.50a4.

Does it work if you use library(mva) instead?  This should be identical
except that it gives an error if "mva" doesn't exist, rather than a
warning.

gorn% R

R : Copyright 1997, Robert Gentleman and Ross Ihaka
Version 0.50 Alpha-4 (September 10, 1997)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type "license()" for details.

[Previously saved workspace restored]
[1] FALSE
Autoloading required library: mva 
[1] TRUE
[1] TRUE
and even if the require() is inside a function
[1] FALSE
Autoloading required library: mva 
[1] TRUE
[1] TRUE
-thomas

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=---
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
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=---