File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 22
33 * tests/doRUnit.R: Simplified following pattern in RProtoBuf
44
5+ * vignettes/Rcpp-unitTests.Rnw: Remove a now superfluous global var
6+
572014-02-01 JJ Allaire <jj@rstudio.org>
68
79 * R/Attributes.R: Embedded R code chunks in sourceCpp can
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ if( Sys.getenv( "TRAVIS" ) == "true" ){
4141
4242 if (file.exists(" unitTests-results" )) unlink(" unitTests-results" , recursive = TRUE )
4343 dir.create(" unitTests-results" )
44- pathRcppTests <<- system.file(" unitTests" , package = pkg )
4544 path <- system.file(" unitTests" , package = pkg )
4645 testSuite <- defineTestSuite(name = paste(pkg , " unit testing" ), dirs = path )
4746 tests <- runTestSuite(testSuite )
You can’t perform that action at this time.
0 commit comments