File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1+ 2014-07-04 Dirk Eddelbuettel <edd@debian.org>
2+
3+ * vignettes/Rcpp-unitTests.Rnw: Commented-out copy of results to /tmp
4+
152014-06-29 JJ Allaire <jj@rstudio.org>
26
37 * R/Attributes.R: fix setwd problem when sourceCpp used a
Original file line number Diff line number Diff line change @@ -50,12 +50,12 @@ if( Sys.getenv( "TRAVIS" ) == "true" ){
5050 printHTMLProtocol(tests , fileName = sprintf(" unitTests-results/%s-unitTests.html" , pkg ))
5151 printTextProtocol(tests , fileName = sprintf(" unitTests-results/%s-unitTests.txt" , pkg ))
5252
53- if (file.exists(" /tmp" )) {
54- invisible (sapply(c(" txt" , " html" ), function (ext ) {
55- fname <- sprintf(" unitTests-results/%s-unitTests.%s" , pkg , ext )
56- file.copy(fname , " /tmp" , overwrite = TRUE )
57- }))
58- }
53+ # if (file.exists("/tmp")) {
54+ # invisible(sapply(c("txt", "html"), function(ext) {
55+ # fname <- sprintf("unitTests-results/%s-unitTests.%s", pkg, ext)
56+ # file.copy(fname, "/tmp", overwrite=TRUE)
57+ # }))
58+ # }
5959}
6060@
6161
You can’t perform that action at this time.
0 commit comments