Skip to content

Commit 22ec7e5

Browse files
authored
Update call.R
1 parent 60133fb commit 22ec7e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/call.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ vswitch = function(x, values, outputs, default=NULL, nThread=getOption("kit.
3333
omp = if(.Call(CompEnabledR)) "enabled" else "disabled" #nocov
3434
nth = getOption("kit.nThread") #nocov
3535
thd = if (nth > 1L) " threads)" else " thread)" #nocov
36-
packageStartupMessage(paste0("Attaching kit 0.0.19 (OPENMP ",omp," using ",nth,thd)) #nocov
36+
packageStartupMessage(paste0("Attaching kit 0.0.20 (OPENMP ",omp," using ",nth,thd)) #nocov
3737
} #nocov
3838

3939
.onLoad = function(libname, pkgname) { #nocov

0 commit comments

Comments
 (0)