We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60133fb commit 22ec7e5Copy full SHA for 22ec7e5
R/call.R
@@ -33,7 +33,7 @@ vswitch = function(x, values, outputs, default=NULL, nThread=getOption("kit.
33
omp = if(.Call(CompEnabledR)) "enabled" else "disabled" #nocov
34
nth = getOption("kit.nThread") #nocov
35
thd = if (nth > 1L) " threads)" else " thread)" #nocov
36
- packageStartupMessage(paste0("Attaching kit 0.0.19 (OPENMP ",omp," using ",nth,thd)) #nocov
+ packageStartupMessage(paste0("Attaching kit 0.0.20 (OPENMP ",omp," using ",nth,thd)) #nocov
37
} #nocov
38
39
.onLoad = function(libname, pkgname) { #nocov
0 commit comments