Skip to content

Commit

Permalink
Merge pull request #252 from pharmaverse/bump-version
Browse files Browse the repository at this point in the history
Bump version 0.3.0
  • Loading branch information
arjoon-r authored Aug 27, 2024
2 parents b9c1fe4 + 37a2670 commit 5bf3c69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 0.2.0.9000
Version: 0.3.0
Authors@R: c(
person("Sukalpo", "Saha", email = "[email protected]", role = c("aut", "cre")),
person("Arjun", "Rubalingam", email = "[email protected]", role = "aut"),
Expand Down
8 changes: 4 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@

- Removed `dataset_supp` and `dataset_suppex` arguments from `derive_vars_merged_vaccine()` as we are not combining parental with supplementary domains inside the function, but can be optionally combined in the ADCE, ADFACE and ADIS templates using `combine_supp()` function from {metatools}. (#246)

- Included an argument `filter_add` in `derive_diam_to_sev_records()` to pass the subset condition to consider the particular diameter record for convert them to severity records.
- Included an argument `filter_add` in `derive_diam_to_sev_records()` to pass the subset condition to consider the particular diameter record for convert them to severity records. (#243)

## Updates to Templates

- Included a step to derive ANL01FL in ADFACE template, to flag the records which would be considered for analysis purpose.
- Included a step to derive ANL01FL in ADFACE template, to flag the records which would be considered for analysis purpose. (#243)

- Supplementary domains are now optionally combined with parental domains in ADFACE and ADIS templates. (#246)

## Updates to Documentation

- Included a step to derive ANL01FL in ADFACE vignette, to flag the records which would be considered for analysis purpose.
- Included a step to derive ANL01FL in ADFACE vignette, to flag the records which would be considered for analysis purpose. (#243)

- Supplementary domains are now optionally combined with parental domains n ADFACE and ADIS vignettes. (#246)

## Various

- {metatools} and {styler} were added to 'Suggests'. (#246, #239)
- {metatools} was added to 'Suggests'. (#246)

# admiralvaccine 0.2.0

Expand Down

0 comments on commit 5bf3c69

Please sign in to comment.