On Sun, 18 Nov 2007, Johannes Hüsing wrote:

Peter Dalgaard <[EMAIL PROTECTED]> [Sun, Nov 18, 2007 at 02:20:14PM CET]:
Johannes HXXsing wrote:
[...]

Fehler: konnte Funktion "par" nicht finden

par

function (..., no.readonly = FALSE)

Hmm, this could happen as a result of calling par() in a startup file
before loading the graphics package.


Arggh, I overlooked a legacy .Rprofile, ok, fixed, thank you. Seems like
in recent versions graphics was loaded before .Rprofile was read.

Not in 'recent versions', indeed not since 1.9.0 (April 2004) when 'graphics' was created. From ONEWS for 1.9.0:

        Users may notice that code in .Rprofile is run with only the
        new base loaded and so functions may now not be found.  For
        example, ps.options(horizontal = TRUE) should be preceded by
        library(graphics) or called as graphics::ps.options or,
        better, set as a hook -- see ?setHook.


--
Brian D. Ripley,                  [EMAIL PROTECTED]
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595
______________________________________________
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.

Reply via email to