[R] loading shared libraries at startup

Faheem Mitha faheem at email.unc.edu
Tue Mar 13 19:38:38 CET 2001



On Tue, 13 Mar 2001, Faheem Mitha wrote:

> Do
> I need to remove .First from my environment every time I change .First in
> my .Rprofile? A preemptive line in .Rprofile like
> 
> rm(".First")
> .First <- function()
> ...
> 
> perhaps? Thanks for the clarification. 

This doesn't work because the workspace has not been restored
yet. However, putting it in last will probably work. Ie. 

.Last
{
rm(".First")
}

But I have decided I don't need .First anyway. I am just going to put my
startup stuff in .Rprofile directly. I can't see any reason why not to.

                          Sincerely, Faheem Mitha.

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