Skip to content

Commit

Permalink
Closes #2152 update install instructions (#2171)
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ddsjoberg authored Oct 18, 2023
1 parent b7ad78b commit 4a65b39
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,17 @@ to develop ADaM datasets in R.

## Installation

The package is available from CRAN and can be installed by running `install.packages("admiral")`.

To install the latest development version of the package directly from GitHub use the following code:
The package is available from CRAN and can be installed with

```r
if (!requireNamespace("remotes", quietly = TRUE)) {
install.packages("remotes")
}
install.packages("admiral")
```

remotes::install_github("pharmaverse/pharmaversesdtm") # This is a required dependency of {admiral}
remotes::install_github("pharmaverse/admiraldev") # This is a required dependency of {admiral}
remotes::install_github("pharmaverse/admiral")
To install the development version of the package from GitHub run

```r
# install.packages("devtools")
devtools::install_github("pharmaverse/admiral")
```

## Release Schedule
Expand Down

0 comments on commit 4a65b39

Please sign in to comment.