Re: [R-pkg-devel] Understanding notes from win-builder

2016-10-03 Thread Duncan Murdoch
On 03/10/2016 3:04 PM, Roy Mendelssohn - NOAA Federal wrote: Thanks. The tests were not taking extraordinary amounts of time (roughly 30-40s) but they were greater than 10s. I retested with all the tests commented to be not tested, but based on this I have changed it so there is one simple

Re: [R-pkg-devel] Understanding notes from win-builder

2016-10-03 Thread Brian G. Peterson
In your examples section, do something like this: \donttest{ Sys.sleep(100) # long running example code here } -- Brian On Mon, 2016-10-03 at 10:44 -0700, Roy Mendelssohn - NOAA Federal wrote: > Hi Hadley: > > > You can use \donttest{} to tell CRAN to not run it as part of their > >

Re: [R-pkg-devel] Understanding notes from win-builder

2016-10-03 Thread Roy Mendelssohn - NOAA Federal
Hi Hadley: > You can use \donttest{} to tell CRAN to not run it as part of their > automated tests. > > Hadley > Thank you for the responses. On the response above, \donttest{} goes where? Is that in each R files where I have an example, or somewhere else? -Roy **

Re: [R-pkg-devel] Understanding notes from win-builder

2016-10-03 Thread Hadley Wickham
On Mon, Oct 3, 2016 at 12:10 PM, Roy Mendelssohn - NOAA Federal wrote: > Hi All: > > I am working on preparing a package for submission to CRAN, so using devtools > i submitted the package to win-builder. I really appreciate that this has > been setup, so that

[R-pkg-devel] Understanding notes from win-builder

2016-10-03 Thread Roy Mendelssohn - NOAA Federal
Hi All: I am working on preparing a package for submission to CRAN, so using devtools i submitted the package to win-builder. I really appreciate that this has been setup, so that hopefully any final submission will be smooth. win-builder returned three notes, and I am unclear on them in the