File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
* inst/unitTests/runit.Module.client.package.R: Disabled for bad
4
4
interaction of Rcpp Modules and R 3.2.2
5
+ * inst/unitTests/runit.Module.R: Ditto
5
6
6
7
2015-08-15 Florian Plaza Oñate <
[email protected] >
7
8
Original file line number Diff line number Diff line change 1
1
# !/usr/bin/r -t
2
2
# hey emacs, please make this use -*- tab-width: 4 -*-
3
3
#
4
- # Copyright (C) 2010 - 2014 Dirk Eddelbuettel and Romain Francois
4
+ # Copyright (C) 2010 - 2015 Dirk Eddelbuettel and Romain Francois
5
5
#
6
6
# This file is part of Rcpp.
7
7
#
19
19
# along with Rcpp. If not, see <http://www.gnu.org/licenses/>.
20
20
21
21
.runThisTest <- Sys.getenv(" RunAllRcppTests" ) == " yes"
22
+ .runThisTest <- FALSE # # FIXME
22
23
23
24
if ( .runThisTest && Rcpp ::: capabilities()[[" Rcpp modules" ]] ) {
24
25
You can’t perform that action at this time.
0 commit comments