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 8dd785b commit 7293758Copy full SHA for 7293758
inst/unitTests/runit.Module.client.package.R
@@ -1,7 +1,7 @@
1
#!/usr/bin/r -t
2
# hey emacs, please make this use -*- tab-width: 4 -*-
3
#
4
-# Copyright (C) 2010 - 2012 John Chambers, Dirk Eddelbuettel and Romain Francois
+# Copyright (C) 2010 - 2013 John Chambers, Dirk Eddelbuettel and Romain Francois
5
6
# This file is part of Rcpp.
7
@@ -33,7 +33,7 @@
33
34
.runThisTest <- Sys.getenv("RunAllRcppTests") == "yes"
35
36
-if (.runThisTest && Rcpp:::capabilities()[["Rcpp modules"]] && ! .badOSX && ! .onWindows) {
+if (.runThisTest && ! .badOSX && ! .onWindows) {
37
38
## ## added test for 'testRcppClass' example of extending C++ classes via R
39
test.Class.package <- function( ){
0 commit comments