diff --git a/DESCRIPTION b/DESCRIPTION index 92e57ef8..eeea3573 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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"), diff --git a/NEWS.md b/NEWS.md index a54847da..a37837d3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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