Skip to content

Commit

Permalink
Updated start up message
Browse files Browse the repository at this point in the history
  • Loading branch information
fontikar committed Nov 14, 2024
1 parent ccaefe3 commit 0089f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/austraits-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
if(getRversion() >= "2.15.1") utils::globalVariables(c(".", "dplyr::n()"))

.onAttach <- function(libname, pkgname) {
packageStartupMessage("Thanks for showing interest in `austraits`! Please consider citing this package - citation('austraits')")
cli::cli_inform("Thanks for showing interest in `austraits`! Please consider citing this package - citation('austraits')", class = "packageStartupMessage")
}

#' @keywords internal
Expand Down

0 comments on commit 0089f60

Please sign in to comment.