Skip to content

Commit

Permalink
Merge branch 'main' into 40-move-test-data-out-to-pharmaversesdtm@adm…
Browse files Browse the repository at this point in the history
…iralpeds_data_migration
  • Loading branch information
zdz2101 authored Sep 10, 2024
2 parents a456a5b + 6e3d9ca commit f248704
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 1 deletion.
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
Version: 0.1.0.9000
Authors@R: c(
person("Fanny", "Gautier", , "fanny.gautier@cytel.com", role = c("aut", "cre")),
person("Ross", "Farrugia", role = "aut"),
Expand Down
14 changes: 14 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# admiralpeds 0.1.0.9000

## New Features

## Updates of Existing Functions

## Breaking Changes

## Documentation

- Added CRAN installation instructions to README (#10).

## Various

# admiralpeds 0.1.0

- Initial package release focused mainly on Anthropometric indicators (i.e. child growth
Expand Down
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# admiralpeds <img src="man/figures/logo.png" align="right" width="200" style="margin-left:50px;"/>

<!-- badges: start -->

[<img src="http://pharmaverse.org/shields/admiralpeds.svg">](https://pharmaverse.org)
[![CRAN status](https://www.r-pkg.org/badges/version/admiralpeds)](https://CRAN.R-project.org/package=admiralpeds)
[![Test Coverage](https://raw.githubusercontent.com/pharmaverse/admiralpeds/badges/main/test-coverage.svg)](https://github.com/pharmaverse/admiral/actions/workflows/code-coverage.yml)

<!-- badges: end -->

Pediatrics extension package for ADaM in R Asset Library `{admiral}`

## Purpose
Expand All @@ -9,6 +17,12 @@ to develop specifics for pediatric clinical trials.

## Installation

The package is available from CRAN and can be installed with:

```r
install.packages("admiralpeds")
```

To install the development version of the package from GitHub run:

```r
Expand Down
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ DM
Hoffmann
LMS
LOCF
README
SDTM
SDs
anthropometric
Expand Down

0 comments on commit f248704

Please sign in to comment.