On 12/11/2013 21:45, Kevin Wright wrote:
I'm on Windows 7.

When I do Rcmd check pkg, I get this error from a .Rd file:
Error in plot.new() : plot region too large

Using the windows() and pdf() devices in interactive mode, the code in the
.Rd file works just fine.

I'm wondering if the graphics device settings are the culprit and am trying
to find the settings used by Rcmd check.

No settings are used. So the default device on your system for non-interactive session is used.

Where do I look for these?

'check' is R code in the tools package.

This really was an R-devel question: see the posting guide.


--
Brian D. Ripley,                  rip...@stats.ox.ac.uk
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