Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaPrime7 committed Jan 24, 2024
1 parent be0cc46 commit 3077909
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/buzz.R → R/.onAttach.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# On library attachment, print message to user.
#' visit https://martinctc.github.io/blog/make-package-even-more-awesome/
#' some packages for this are enrichR,CPAT etc.
#' @import userhooks
.onAttach <- function(libname, pkgname) {
msg <- paste0(
"\n",
Expand Down

0 comments on commit 3077909

Please sign in to comment.