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 8e653c9 commit f183104Copy full SHA for f183104
R/unit.tests.R
@@ -14,10 +14,11 @@
14
#
15
# You should have received a copy of the GNU General Public License
16
# along with Rcpp. If not, see <http://www.gnu.org/licenses/>.
17
-test <- function(
18
- output=if(file.exists("/tmp")) "/tmp" else getwd(),
19
- gctorture=FALSE,
20
- gctorture.exclude="runit.Module.client.package.R") {
+
+test <- function(output=if(file.exists("/tmp")) "/tmp" else getwd(),
+ gctorture=FALSE,
+ gctorture.exclude="runit.Module.client.package.R") {
21
22
if (require(RUnit)) {
23
24
if (gctorture) {
0 commit comments