Skip to content

Commit

Permalink
Add start up message
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmbaazam committed Jun 18, 2024
1 parent 07c0540 commit c3c1c30
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions R/zzz.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.onAttach <- function(libname, pkgname) {
packageStartupMessage(
"Note: bpmodels is now retired and replaced by epichains. ",
"All features from bpmodels are available in epichains. ",
"Get epichains from <https://github.com/epiverse-trace/epichains>.",
"Thank you for your support!"
)
}

0 comments on commit c3c1c30

Please sign in to comment.