Skip to content
Prev 324604 / 398503 Next

Official way to set/retrieve options in packages?

Have you read

?Startup

which explains startup procedures, including reading of .Rprofile.

I cannot speak for Brian Ripley, but I can tell you that I would
prefer that packages did not mess with my .Rprofile files.

OTOH, I have no objections if packages suggest that I set certain
options in them or even give me lines of code that I can add if I
choose ( or give me an option to call a function to do so).

I understand that this is not the automatic procedure you seem to be seeking...

Cheers,
Bert
On Sun, Jun 2, 2013 at 9:06 AM, Jonathan Greenberg <jgrn at illinois.edu> wrote: