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 1d7ce1b commit 4c8df0cCopy full SHA for 4c8df0c
tests/tinytest.R
@@ -43,5 +43,5 @@ if (requireNamespace("tinytest", quietly=TRUE)) {
43
## there are several more granular ways to test files in a tinytest directory,
44
## see its package vignette; tests can also run once the package is installed
45
## using the same command `test_package(pkgName)`, or by director or file
46
- tinytest::test_package("Rcpp", ncpu=getOption("Ncpus"))
+ tinytest::test_package("Rcpp")
47
}
0 commit comments