Skip to content

Commit

Permalink
[skip vbump] Closes #102 last checks before cran release v0.2.0 (#103)
Browse files Browse the repository at this point in the history
* #102 NEWS.md: delete empty sections, rename section, set version as 0.2.0

* #102 DESCRIPTION: set version as 0.2.0

* #102 admiralpeds.Rmd: fixe error message in chunks
  • Loading branch information
Fanny-Gautier authored Jan 16, 2025
1 parent 082d8a7 commit dfbbf57
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 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: admiralpeds
Title: Pediatrics Extension Package for ADaM in 'R' Asset Library
Version: 0.1.0.9004
Version: 0.2.0
Authors@R: c(
person("Fanny", "Gautier", , "[email protected]", role = c("aut", "cre")),
person("Ross", "Farrugia", role = "aut"),
Expand Down
13 changes: 3 additions & 10 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
# admiralpeds 0.1.0.9004
# admiralpeds 0.2.0

## New Features

## Updates of Existing Functions
## Updates of Template program

- `ADVS` template updated in line with {admiral} to calculate change from baseline variables only for post-baseline records (#95).

## Breaking Changes

## Documentation

- Added CRAN installation instructions to README (#10).
- Subject based test data (e.g. DM, VS) has been migrated out of `{admiralpeds}` to `{pharmaversesdtm}` (#40)

## Various

# admiralpeds 0.1.0

- Initial package release focused mainly on Anthropometric indicators (i.e. child growth
development charts).
- Initial package release focused mainly on Anthropometric indicators (i.e. child growth development charts).
4 changes: 2 additions & 2 deletions vignettes/admiralpeds.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ by reading our vignettes under the User Guides section of this site.
`{admiralpeds}` also provides template R scripts as a starting point. They can be
created by calling `use_ad_template()` from `{admiral}`, e.g.,

```{r}
```{r, eval = FALSE}
library(admiral)
```

Expand All @@ -46,7 +46,7 @@ use_ad_template(
A list of all available templates can be obtained by `list_all_templates()`
from `{admiral}`:

```{r}
```{r, eval = FALSE}
list_all_templates(package = "admiralpeds")
```

Expand Down

0 comments on commit dfbbf57

Please sign in to comment.