We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e44831b commit 2a19c72Copy full SHA for 2a19c72
2 files changed
ChangeLog
@@ -2,6 +2,8 @@
2
3
* tests/doRUnit.R: Simplified following pattern in RProtoBuf
4
5
+ * vignettes/Rcpp-unitTests.Rnw: Remove a now superfluous global var
6
+
7
2014-02-01 JJ Allaire <jj@rstudio.org>
8
9
* R/Attributes.R: Embedded R code chunks in sourceCpp can
vignettes/Rcpp-unitTests.Rnw
@@ -41,7 +41,6 @@ if( Sys.getenv( "TRAVIS" ) == "true" ){
41
42
if (file.exists("unitTests-results")) unlink("unitTests-results", recursive = TRUE)
43
dir.create("unitTests-results")
44
- pathRcppTests <<- system.file("unitTests", package = pkg)
45
path <- system.file("unitTests", package=pkg)
46
testSuite <- defineTestSuite(name=paste(pkg, "unit testing"), dirs=path)
47
tests <- runTestSuite(testSuite)
0 commit comments