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
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 test for each, and will see what those times are. I will add t
On 03/10/2016 1:22 PM, Hadley Wickham wrote:
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,
Thanks muchly!
-Roy
> On Oct 3, 2016, at 10:48 AM, Brian G. Peterson wrote:
>
> 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 Fed
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
> > aut
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
**
"The
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 hopefully any final submission wil