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 8aa35d7 commit cf02f45Copy full SHA for cf02f45
ChangeLog
@@ -2,7 +2,6 @@
2
3
* inst/unitTests/runit.Module.client.package.R: Disabled for bad
4
interaction of Rcpp Modules and R 3.2.2
5
- * inst/unitTests/runit.Module.R: Ditto
6
7
2015-08-15 Florian Plaza Oñate <[email protected]>
8
inst/unitTests/runit.Module.R
@@ -19,7 +19,6 @@
19
# along with Rcpp. If not, see <http://www.gnu.org/licenses/>.
20
21
.runThisTest <- Sys.getenv("RunAllRcppTests") == "yes"
22
-.runThisTest <- FALSE ## FIXME
23
24
if( .runThisTest && Rcpp:::capabilities()[["Rcpp modules"]] ) {
25
0 commit comments