Skip to content

Commit

Permalink
Merge pull request #177 from Merck/readme
Browse files Browse the repository at this point in the history
Add installation section
  • Loading branch information
nanxstats authored Dec 19, 2023
2 parents 76f2a39 + 86ff2ae commit 41daf4b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@
[![CRAN Downloads](https://cranlogs.r-pkg.org/badges/metalite.ae)](https://cran.r-project.org/package=metalite.ae)
<!-- badges: end -->

## Installation

The easiest way to get metalite.ae is to install from CRAN:

```r
install.packages("metalite.ae")
```

Alternatively, to use a new feature or get a bug fix,
you can install the development version of metalite.ae from GitHub:

```r
# install.packages("remotes")
remotes::install_github("Merck/metalite.ae")
```

## Overview

metalite.ae is an R package designed for the analysis of adverse events (AE)
Expand Down

0 comments on commit 41daf4b

Please sign in to comment.