--- Begin Message ---
Thanks muchly. I wanted to check on that to be certain.
-Roy
> On Mar 19, 2019, at 11:14 AM, Uwe Ligges
> wrote:
>
> Yes, graphics goes top the default device, e.g. X11() in an interactve Linux
> session or pdf() in non interactive usage, e.g. for running examples duri
Yes, graphics goes top the default device, e.g. X11() in an interactve
Linux session or pdf() in non interactive usage, e.g. for running
examples during an 'R CMD check' run.
Best,
Uwe Ligges
On 19.03.2019 19:03, Roy Mendelssohn - NOAA Federal via R-package-devel
wrote:
Subject:
Graphics in
--- Begin Message ---
Hi All:
I am working on preparing a package for submission. All the package does is
makes it easy to map data that were downloaded using a different package. Can
graphics be in examples? Or should I assign the graphics to an object and
leave it at that. Or any other advi
Thanks - will do so.
Rainer
> On 19 Mar 2019, at 12:14, Gábor Csárdi wrote:
>
> AFAICT you can still get a NOTE about it, so I would just leave the
> workaround in place:
> https://github.com/wch/r-source/blob/87110b6b9e20c324c44766cc8f5816580f681a2a/src/library/tools/R/check.R#L457
>
> G.
>
AFAICT you can still get a NOTE about it, so I would just leave the
workaround in place:
https://github.com/wch/r-source/blob/87110b6b9e20c324c44766cc8f5816580f681a2a/src/library/tools/R/check.R#L457
G.
On Tue, Mar 19, 2019 at 11:11 AM Rainer M Krug wrote:
>
> Can anyone confirm if this has been
Can anyone confirm if this has been fixed? I would like to remove the
_R_CHECK_SYSTEM_CLOCK_=0 but would like to know in advance.
Thanks
Rainer
> On 8 Mar 2019, at 10:03, Gábor Csárdi wrote:
>
> I think you can put this in appveyor.yml:
>
> environment:
> _R_CHECK_SYSTEM_CLOCK_: 0
>
> be