Skip to content

Commit

Permalink
Add instructions on how to install from GitHub in README
Browse files Browse the repository at this point in the history
  • Loading branch information
stellabelin committed May 30, 2024
1 parent 397b32d commit 4d40619
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ For comprehensive information and documentation, see: https://pharmpy.github.io

### Install from CRAN

pharmr is available via CRAN, and can be installed via:
The latest stable version of pharmr is available via CRAN, and can be installed via:

```R
install.packages("pharmr")
Expand All @@ -32,6 +32,20 @@ pharmr::install_pharmpy()

For a more comprehensive description of the process of setting up, see the [following guide](https://pharmpy.github.io/latest/using_r.html).

### Install from GitHub

It is also possible to install the development version of pharmr from GitHub, with the following command:

```R
remotes::install_github("pharmpy/pharmr", ref="main")
```

Pharmpy can then be installed:

```R
pharmr::install_pharmpy()
```

## Using pharmr

```R
Expand Down

0 comments on commit 4d40619

Please sign in to comment.