We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adc4633 commit 7102b66Copy full SHA for 7102b66
R/init.R
@@ -32,7 +32,8 @@
32
33
.onAttach <- function(libname, pkgname) {
34
if (interactive()) {
35
- packageStartupMessage("RcppArmadillo ", packageVersion("RcppArmadillo"),
+ packageStartupMessage("RcppArmadillo ",
36
+ packageDescription("RcppArmadillo", fields="Version"),
37
" using ", .pkgenv[["omp_threads"]], " cores. See ",
38
"'help(\"RcppArmadillo-package\")' for details.")
39
}
0 commit comments