Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4c8df0c

Browse files
committedJun 11, 2024·
don't pass 'ncpus'
1 parent 1d7ce1b commit 4c8df0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/tinytest.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ if (requireNamespace("tinytest", quietly=TRUE)) {
4343
## there are several more granular ways to test files in a tinytest directory,
4444
## see its package vignette; tests can also run once the package is installed
4545
## using the same command `test_package(pkgName)`, or by director or file
46-
tinytest::test_package("Rcpp", ncpu=getOption("Ncpus"))
46+
tinytest::test_package("Rcpp")
4747
}

0 commit comments

Comments
 (0)
Please sign in to comment.