[Rd] test suites for packages
    Brian G. Peterson 
    brian at braverock.com
       
    Thu May 17 16:52:53 CEST 2012
    
    
  
On Thu, 2012-05-17 at 16:32 +0200, Uwe Ligges wrote:
> Yes: R CMD check does the trick. See Writing R Extension and read
> about a package's test directory. I prefer frameworks that do not
> obfuscate failing test results on the CRAN check farm (as most other
> frameworks I have seen).
Uwe:  I don't think that's completely fair.  RUnit and testthat tests
can be configured to be called from the R package tests directory, so
that they are run during R CMD check.
They don't *need* to be configured that way, so perhaps that's what
you're talking about.
-- 
Brian
    
    
More information about the R-devel
mailing list