This repository has been archived by the owner on Feb 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
admiral.test v0.7.0 pre-release (#147)
* feat: #145 add messaging for archival * chore: #145 cleanup messaging --------- Co-authored-by: Zelos Zhu <[email protected]> Co-authored-by: Ben Straub <[email protected]>
- Loading branch information
1 parent
81742af
commit 9202fc2
Showing
3 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: admiral.test | ||
Type: Package | ||
Title: Test Data for the 'admiral' Package | ||
Version: 0.6.0 | ||
Version: 0.7.0 | ||
Authors@R: c( | ||
person("Ben", "Straub", email = "[email protected]", role = c("aut", "cre")), | ||
person("Stefan", "Bundfuss", role = "aut"), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
.onAttach <- function(libname, pkgname) { | ||
packageStartupMessage( | ||
"admiral.test v0.7.0 ", | ||
"will be the final version. ", | ||
"At the end of 2023, ", | ||
"the package will be archived in favor of pharmaversesdtm." | ||
) | ||
} |