Skip to content

Commit

Permalink
Merge pull request #234 from pharmaverse/changelog_updates
Browse files Browse the repository at this point in the history
Update changelog and demote package version to 0.2.0
  • Loading branch information
ahasoplakus authored Jan 8, 2024
2 parents a9076f6 + d596c13 commit fe87d95
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 16 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: admiralvaccine
Title: Vaccine Extension Package for ADaM in 'R' Asset Library
Version: 1.0.0
Version: 0.2.0
Authors@R: c(
person("Sukalpo", "Saha", email = "sukalpo.saha@pfizer.com", role = c("aut", "cre")),
person("Arjun", "Rubalingam", email = "arjun.rubalingam@pfizer.com", role = "aut"),
Expand Down
21 changes: 14 additions & 7 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
# admiralvaccine 1.0.0
# admiralvaccine 0.2.0

## Documentation
## Updates to Templates

- Modified calls to `derive_vars_joined()` in ADCE, ADFACE and ADIS templates in line with the updates to this function in the new version of the `{admiral}` package. The `join_type` argument is now always specified and populated as `'all'` (#229).

- Modified calls to `derive_extreme_records()` in ADFACE template in line with the updates to this function in the new version of the `{admiral}` package. The `filter` argument is now renamed to `filter_add` and the argument `dataset_add` is now always specified. (#229).

- All vignettes and templates were updated to be in line with the changes in
`{admiral}` (see [Breaking
Changes](https://pharmaverse.github.io/admiral/news/index.html#breaking-changes-1-0-0)
for details) (#229).
## Updates to Documentation

- Dummy SDTM data have been replaced with data available in `{pharmaversesdtm}` (#228).
- Modified calls to `derive_vars_joined()` in ADCE, ADFACE and ADIS vignettes in line with the updates to this function in the new version of the `{admiral}` package. The `join_type` argument is now always specified and populated as `all` (#229).

- Modified calls to `derive_extreme_records()` in ADFACE vignette in line with the updates to this function in the new version of the `{admiral}` package. The `filter` argument is now renamed to `filter_add` and the argument `dataset_add` is now always specified. (#229).

- All dummy SDTM data used in the package, have been replaced with data available in `{pharmaversesdtm}` package (#228).

## Various

- Website now has button/links to Slack channel and GitHub Issues (#225).

- Lee Armishaw was added as a contributor (#225).

# admiralvaccine 0.1.0

## New Features
Expand Down
8 changes: 4 additions & 4 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#' @keywords dataset
#' @family dataset
#' @source
#' (\url{https://github.com/pharmaverse/admiralvaccine/tree/main/inst/templates/ad_adsl.R})
#' (\url{https://github.com/pharmaverse/admiralvaccine/blob/main/inst/templates/ad_adsl.R})
"admiralvaccine_adsl"

#' Clinical Events Analysis Dataset - Vaccine Specific
Expand All @@ -15,7 +15,7 @@
#' @keywords dataset
#' @family dataset
#' @source
#' (\url{https://github.com/pharmaverse/admiralvaccine/tree/main/inst/templates/ad_adce.R})
#' (\url{https://github.com/pharmaverse/admiralvaccine/blob/main/inst/templates/ad_adce.R})
"admiralvaccine_adce"

#' Findings About Clinical Events Analysis Dataset - Vaccine Specific
Expand All @@ -25,7 +25,7 @@
#' @keywords dataset
#' @family dataset
#' @source
#' (\url{https://github.com/pharmaverse/admiralvaccine/tree/main/inst/templates/ad_adface.R})
#' (\url{https://github.com/pharmaverse/admiralvaccine/blob/main/inst/templates/ad_adface.R})
"admiralvaccine_adface"

#' Immunogenicity Specimen Assessments Analysis Dataset - Vaccine Specific
Expand All @@ -35,5 +35,5 @@
#' @keywords dataset
#' @family dataset
#' @source
#' (\url{https://github.com/pharmaverse/admiralvaccine/tree/main/inst/templates/ad_adis.R})
#' (\url{https://github.com/pharmaverse/admiralvaccine/blob/main/inst/templates/ad_adis.R})
"admiralvaccine_adis"
2 changes: 1 addition & 1 deletion man/admiralvaccine_adce.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/admiralvaccine_adface.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/admiralvaccine_adis.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/admiralvaccine_adsl.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fe87d95

Please sign in to comment.