On Tue, 5 Aug 2008, Prof Brian Ripley wrote: > This relates to the order of things being done. See ?Startup. > > Note that the default packages are not loaded until after the > Rprofile file has been run, and postscript() is in package > grDevices, not in graphics. Using grDevices::postscript will > always work.
Thanks, that does it. > > On Mon, 4 Aug 2008, Allin Cottrell wrote: > > > In the context of calling R from another program (namely gretl, > > http://gretl.sourceforge.net ) I'm trying to understand the > > interactions of the R init file (corresponding to the environment > > variable RPROFILE) and the source() function... -- Allin Cottrell Department of Economics Wake Forest University, NC ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.