Skip to content

Commit

Permalink
Merge pull request #1459 from dbetebenner/master
Browse files Browse the repository at this point in the history
Fixing up new message to pass R CMD check
  • Loading branch information
dbetebenner authored Nov 24, 2024
2 parents eb913cf + 09317ee commit be47aaf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ function(libname, pkgname) {
version <- utils::packageVersion("SGP")

# Define a friendly startup message
message_text <- paste0(
magenta(bold("🎉 SGP v", version)), " - ", toOrdinal::toOrdinalDate(as.character(Sys.Date())), "\n",
"💡 Tip: ", magenta(bold("> help(\"SGP\")")), "\n",
"🌐 Docs: ", magenta(bold("https://sgp.io/")), "\n",
" Happy SGPing!"
)
message_text <- paste0(
magenta(bold("\uD83C\uDF89 SGP v", version)), " - ", toOrdinal::toOrdinalDate(as.character(Sys.Date())), "\n",
"\U1F4A1 Tip: ", magenta(bold("> help(\"SGP\")")), "\n",
"\U1F310 Docs: ", magenta(bold("https://sgp.io/")), "\n",
"\u2728 Happy SGPing!"
)

# Display the startup message
packageStartupMessage(message_text)
Expand Down

0 comments on commit be47aaf

Please sign in to comment.