Skip to content

Commit

Permalink
Add installation section
Browse files Browse the repository at this point in the history
  • Loading branch information
nanxstats committed Dec 19, 2023
1 parent 62c0034 commit ba5639e
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 @@ -16,6 +16,22 @@ Analysis Data Model (ADaM) datasets.

<img src="man/figures/design-diagram.png" width="100%" />

## Installation

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

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

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

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

## Overview

The metalite framework is designed to:
Expand Down

0 comments on commit ba5639e

Please sign in to comment.