Skip to content

Commit

Permalink
Remove specific date from the package startup message
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosbosse committed Nov 24, 2023
1 parent 586b2d0 commit 4a8fb92
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions R/zzz.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
.onAttach <- function(libname, pkgname) {
packageStartupMessage(
"Note: scoringutils is currently undergoing major development changes ",
"(with an update planned for February 1st, 2024). We would very much ",
"appreciate your opinions and feedback on what should be included in this ",
"major update: https://github.com/epiforecasts/scoringutils/discussions/333"
"(with an update planned for the first quarter of 2024). We would very ",
"much appreciate your opinions and feedback on what should be included in ",
"this major update: ",
"https://github.com/epiforecasts/scoringutils/discussions/333"
)
}

0 comments on commit 4a8fb92

Please sign in to comment.