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 4986141 commit 643099aCopy full SHA for 643099a
R/zzz.R
@@ -1,6 +1,6 @@
1
# nocov start
2
.onLoad <- function(libname, pkgname) {
3
- # Get reasonable selction for "max" cpus
+ # Get reasonable selection for "max" cpus
4
options("DLPCPU" = as.integer( # nolint
5
getOption("DLPCPU", default = parallel::detectCores())
6
))
0 commit comments