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 22
33 * inst/unitTests/runit.Module.client.package.R: Disabled for bad
44 interaction of Rcpp Modules and R 3.2.2
5+ * inst/unitTests/runit.Module.R: Ditto
56
672015-08-15 Florian Plaza Oñate <
[email protected] >
78
Original file line number Diff line number Diff line change 11# !/usr/bin/r -t
22# hey emacs, please make this use -*- tab-width: 4 -*-
33#
4- # Copyright (C) 2010 - 2014 Dirk Eddelbuettel and Romain Francois
4+ # Copyright (C) 2010 - 2015 Dirk Eddelbuettel and Romain Francois
55#
66# This file is part of Rcpp.
77#
1919# along with Rcpp. If not, see <http://www.gnu.org/licenses/>.
2020
2121.runThisTest <- Sys.getenv(" RunAllRcppTests" ) == " yes"
22+ .runThisTest <- FALSE # # FIXME
2223
2324if ( .runThisTest && Rcpp ::: capabilities()[[" Rcpp modules" ]] ) {
2425
You can’t perform that action at this time.
0 commit comments