Skip to content

Commit

Permalink
Use utils::packageVersion()
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardlavender committed Sep 1, 2023
1 parent 4ad2259 commit 6e87862
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,3 +1,3 @@
.onAttach <- function(libname, pkgname) {
packageStartupMessage(paste0("This is {flapper} v.", packageVersion("flapper"), ". For an overview, see ?flapper. For support, contact [email protected]."))
packageStartupMessage(paste0("This is {flapper} v.", utils::packageVersion("flapper"), ". For an overview, see ?flapper. For support, contact [email protected]."))
}

0 comments on commit 6e87862

Please sign in to comment.