Releases: pharmaverse/admiralvaccine
admiralvaccine 0.3.0
What's Changed
- Closes #235 removing renv related files by @arjoon-r in #238
- Closes #246 Remove {metatools} dependency by @arjoon-r in #248
- Closes #240 documentation and templates by @federicobaratin in #247
- Closes #239 Remove styler dependency by @ahasoplakus in #241
- Closes #244 Update all instances of Slack Links by @ahasoplakus in #249
- Merge main to 243 branch by @federicobaratin in #250
- 243 documentation templates cber guidelines alignment by @federicobaratin in #251
- Bump version 0.3.0 by @ahasoplakus in #252
Full Changelog: v0.2.0...v0.3.0
admiralvaccine 0.2.0
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. Thejoin_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. Thefilter
argument is now renamed tofilter_add
and the argumentdataset_add
is now always specified. (#229).
Updates to Documentation
-
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. Thejoin_type
argument is now always specified and populated asall
(#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. Thefilter
argument is now renamed tofilter_add
and the argumentdataset_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
admiralvaccine 0.1.0
admiralvaccine 0.1.0
New Features
- Created SDTM dummy data
IS
,SUPPIS
forADIS
(#31, #26) - Created SDTM dummy data
DM
,CE
,EX
,FACE
,VS
forADCE
ANDADFACE
. - Developed new functionalities for
ADFACE
,ADIS
andADIS
domain. - Added
metatools
,metacore
packages instaged_dependencies.yaml
file. - Created template for
ADSL
.
Documentation
- Created
ADIS
vignette. - Created
ADCE
vignette. - Created
ADSL
vignette. - Created
ADFACE
vignette.