Skip to content

Commit

Permalink
try emo
Browse files Browse the repository at this point in the history
  • Loading branch information
avahoffman committed Jun 27, 2024
1 parent 0a9aa5c commit bbfe8eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Depends:
RoxygenNote: 7.3.1
URL: https://github.com/ehumph/dasehr
BugReports: https://github.com/ehumph/dasehr/issues
Remotes:
hadley/emo
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.onAttach <- function(libname, pkgname){
message(paste("Loading", pkgname, "🌼"))
message(paste("Loading", pkgname, emo::ji("blossom")))
message(paste("Run ?dasehr for more information on this package its datasets."))
}

0 comments on commit bbfe8eb

Please sign in to comment.