Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[skip vbump] closes #10 add badges and CRAN installation instructions #93

Merged
merged 4 commits into from
Sep 9, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
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", , "[email protected]", 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
Loading