Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaPrime7 committed Jan 23, 2024
1 parent d49bac8 commit be0cc46
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
18 changes: 18 additions & 0 deletions R/buzz.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# On library attachment, print message to user.
.onAttach <- function(libname, pkgname) {
msg <- paste0(
"\n",
"== Welcome to tidyDenovix ===========================================================================",
"\nIf you find this package useful, please leave a star: ",
"\n https://github.com/AlphaPrime7/tidyDenovix'",
"\n",
"\nIf you encounter a bug or want to request an enhancement please file an issue at:",
"\n https://github.com/AlphaPrime7/tidyDenovix/issues",
"\n",
"\n",
"\nThank you for using tidyDenovix!",
"\n"
)

packageStartupMessage(msg)
}
5 changes: 5 additions & 0 deletions R/global_variables.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
globalVariables(
names = c(".",
"x260_280_alert",
"x260_230_alert")
)

0 comments on commit be0cc46

Please sign in to comment.