Skip to content

Commit

Permalink
#10 add badges and CRAN installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rossfarrugia authored Aug 23, 2024
1 parent 7c7c642 commit a456b5f
Showing 1 changed file with 14 additions and 0 deletions.
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

0 comments on commit a456b5f

Please sign in to comment.