Re: [Rd] timings for examples in R CMD check

2014-09-03 Thread Brian G. Peterson
Gavin, You were correct. Operator error. My tests/Examples directory contained both a ‘PerformanceAnalytics-Ex.Rout’ and a ‘PerformanceAnalytics-Ex.Rout.save’ file. Corrected now, and check shows * checking examples ... OK Thanks for the help. Brian On 09/03/2014 03:36 PM, Gavin Simp

Re: [Rd] timings for examples in R CMD check

2014-09-03 Thread Gavin Simpson
Brian, What you are doing is how I have always checked my packages: 1. Run R CMD check pkg_tarball.tar.gz 2. mv pkg.Rcheck/pkg-Ex.Rout pkg_sources/tests/Examples/pkg-Ex.Rout.save 3. Next R CMD check pkg_tarball.tar.gz checks against the new Example output Are you sure you are getting the newly c

Re: [Rd] timings for examples in R CMD check

2014-09-03 Thread Yihui Xie
I did not really try it, but perhaps setting _R_CHECK_TIMINGS_=false in your ~/.Renviron works? http://cran.rstudio.com/doc/manuals/r-release/R-ints.html#Tools Regards, Yihui -- Yihui Xie Web: http://yihui.name On Wed, Sep 3, 2014 at 2:58 PM, Brian G. Peterson wrote: > I'm having a very hard t