Kevin Wright
2013-Nov-12 21:45 UTC
[R] What graphics device settings are used by Rcmd check ?
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. Where do I look for these? -- Kevin Wright [[alternative HTML version deleted]]
Prof Brian Ripley
2013-Nov-13 06:25 UTC
[R] What graphics device settings are used by Rcmd check ?
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, ripley at 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