Skip to content

Commit 2a19c72

Browse files
committed
remove an unused global var from test vignette
1 parent e44831b commit 2a19c72

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
* tests/doRUnit.R: Simplified following pattern in RProtoBuf
44

5+
* vignettes/Rcpp-unitTests.Rnw: Remove a now superfluous global var
6+
57
2014-02-01 JJ Allaire <[email protected]>
68

79
* R/Attributes.R: Embedded R code chunks in sourceCpp can

vignettes/Rcpp-unitTests.Rnw

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)