Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
admiral.test v0.7.0 pre-release (#147)
Browse files Browse the repository at this point in the history
* 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
3 people authored Sep 6, 2023
1 parent 81742af commit 9202fc2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
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"),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# admiral.test 0.7.0

- New messaging on attachment of package to indicate the archival of package in favor of `pharmaversesdtm` (#145)

# admiral.test 0.6.0

- Updated `get_terms()` function to handle variable renames in query data set. Renamed
Expand Down
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(
"admiral.test v0.7.0 ",
"will be the final version. ",
"At the end of 2023, ",
"the package will be archived in favor of pharmaversesdtm."
)
}

0 comments on commit 9202fc2

Please sign in to comment.