From bbfe8ebf409c4669404009afd25d1635f2cad917 Mon Sep 17 00:00:00 2001 From: avahoffman Date: Thu, 27 Jun 2024 11:31:47 -0400 Subject: [PATCH] try emo --- DESCRIPTION | 2 ++ R/zzz.R | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index d37acad..a164498 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 diff --git a/R/zzz.R b/R/zzz.R index 93b5c03..c6892a8 100644 --- a/R/zzz.R +++ b/R/zzz.R @@ -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.")) }