Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 20 additions & 9 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,28 @@

## Documentation

- Added more details to README "Documentation Process" section. (#103)
- Added more details to README "Documentation Process" section. (#103)

- Improved reference page so that dataset labels are displayed under each dataset name. (#103)
- Improved reference page so that dataset labels are displayed under each dataset name. (#103)

- Added labels to variables within datasets that were missing them. (#100)
- Added labels to variables within datasets that were missing them. (#100)

<details>
<details>
<summary>Developer Notes</summary>

- Imported `{tibble}` so that tibble formatting is not lost. (#95)

</details>

## Various

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it intended to have two developer notes sections?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was one per sub-section, but I can indeed include a global one only.

<details>
<summary>Developer Notes</summary>

- Added alternative text to the pharmaverse badge and logo (#114)

</details>

# pharmaverseadam 1.1.0

Ad-hoc release.
Expand All @@ -31,12 +40,12 @@ Ad-hoc release.

## Documentation

- DESCRIPTION file updated ahead of CRAN release to fix link to CDISC website.
- DESCRIPTION file updated ahead of CRAN release to fix link to CDISC website.

<details>
<details>
<summary>Developer Notes</summary>

- Activated automatic version bumping CICD workflow. (#72)
- Activated automatic version bumping CICD workflow. (#72)

</details>

Expand All @@ -45,9 +54,11 @@ Ad-hoc release.
The first stable version of `{pharmaverseadam}`!

## New features

- Refreshed `{pharmaverseadam}` datasets using `{admiral}` 1.1.1, `{admiralophtha}` 1.1.0, `{admiralonco}` 1.1.0, `{admiralvaccine}` 0.2.0. (#58)

## Documentation

- Dataset labels were updated to align with ADaM IG. (#64)

# pharmaverseadam 0.2.0
Expand All @@ -64,12 +75,12 @@ The first stable version of `{pharmaverseadam}`!

## Documentation

- DESCRIPTION file updated ahead of CRAN release to include references to ADaM Implementation Guide 1.3.
- DESCRIPTION file updated ahead of CRAN release to include references to ADaM Implementation Guide 1.3.

# pharmaverseadam 0.1.0

## New Features

- Test ADaM data created from `{admiral}` templates are added.
- Test ADaM data created from `{admiral}` templates are added.


4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# pharmaverseadam <img src="man/figures/logo.png" align="right" width="200" style="margin-left:50px;"/>
# pharmaverseadam <img src="man/figures/logo.png" align="right" width="200" style="margin-left:50px;" alt="pharmaverse adam hex"/>

<!-- badges: start -->

[<img src="http://pharmaverse.org/shields/pharmaverseadam.svg"/>](https://pharmaverse.org)
[![pharmaverse adam Badge](http://pharmaverse.org/shields/pharmaverseadam.svg)](https://pharmaverse.org)
[![CRAN status](https://www.r-pkg.org/badges/version/pharmaverseadam)](https://CRAN.R-project.org/package=pharmaverseadam)

<!-- badges: end -->
Expand Down
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ Trt
USUBJID
VISITNUM
adae
adam
adbcva
adce
adcm
Expand Down
Loading