Skip to content

Commit

Permalink
correcting typo in zzz.R (on load message)
Browse files Browse the repository at this point in the history
  • Loading branch information
jchiquet committed Mar 12, 2024
1 parent 71102c1 commit d6b0d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.onAttach <- function(libname, pkgname) {
version <- read.dcf(file=system.file("DESCRIPTION", package=pkgname), fields="Version")
packageStartupMessage(paste0("This is packages '", pkgname,"' version ",version))
packageStartupMessage(paste0("This is package '", pkgname,"' version ",version))
packageStartupMessage('Use future::plan(multicore/multisession) to speed up PLNPCA/PLNmixture/stability_selection.')
}

0 comments on commit d6b0d1a

Please sign in to comment.