Skip to content

Commit a6359d7

Browse files
Merge pull request #120 from pharmaverse/114_alternative_text_newsmd
Closes #114 Added alternative text to badge and logo in README
2 parents db39a71 + 2e80a01 commit a6359d7

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

NEWS.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,19 @@
66

77
## Documentation
88

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

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

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

15-
<details>
15+
<details>
1616
<summary>Developer Notes</summary>
1717

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

20+
- Added alternative text to the pharmaverse badge and logo (#114)
21+
2022
</details>
2123

2224
# pharmaverseadam 1.1.0
@@ -31,12 +33,12 @@ Ad-hoc release.
3133

3234
## Documentation
3335

34-
- DESCRIPTION file updated ahead of CRAN release to fix link to CDISC website.
36+
- DESCRIPTION file updated ahead of CRAN release to fix link to CDISC website.
3537

36-
<details>
38+
<details>
3739
<summary>Developer Notes</summary>
3840

39-
- Activated automatic version bumping CICD workflow. (#72)
41+
- Activated automatic version bumping CICD workflow. (#72)
4042

4143
</details>
4244

@@ -45,9 +47,11 @@ Ad-hoc release.
4547
The first stable version of `{pharmaverseadam}`!
4648

4749
## New features
50+
4851
- Refreshed `{pharmaverseadam}` datasets using `{admiral}` 1.1.1, `{admiralophtha}` 1.1.0, `{admiralonco}` 1.1.0, `{admiralvaccine}` 0.2.0. (#58)
4952

5053
## Documentation
54+
5155
- Dataset labels were updated to align with ADaM IG. (#64)
5256

5357
# pharmaverseadam 0.2.0
@@ -64,12 +68,12 @@ The first stable version of `{pharmaverseadam}`!
6468

6569
## Documentation
6670

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

6973
# pharmaverseadam 0.1.0
7074

7175
## New Features
7276

73-
- Test ADaM data created from `{admiral}` templates are added.
77+
- Test ADaM data created from `{admiral}` templates are added.
7478

7579

README.md

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

33
<!-- badges: start -->
44

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

88
<!-- badges: end -->

inst/WORDLIST

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ Trt
166166
USUBJID
167167
VISITNUM
168168
adae
169+
adam
169170
adbcva
170171
adce
171172
adcm

0 commit comments

Comments
 (0)