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 471542b commit 2277661Copy full SHA for 2277661
R/init.R
@@ -20,7 +20,7 @@
20
.pkgenv <- new.env(parent=emptyenv())
21
22
.onLoad <- function(libname, pkgname) {
23
- .pkgenv[["omp_threads"]] <- armadillo_get_number_of_omp_threads()
+ .pkgenv[["omp_threads"]] <- armadillo_get_number_of_omp_threads() # #nocov
24
}
25
26
##' Throttle (or Reset) (Rcpp)Armadillo to Two Cores
0 commit comments