Skip to content

Commit

Permalink
Use universe for installation by preference
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Aug 22, 2024
1 parent a025eeb commit 9842b4f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,15 @@ The basic functionality of this package is in place, but we plan to do work on:

## Installation

To install `monty`:
Please install from our [r-universe](https://mrc-ide.r-universe.dev/):

```r
install.packages(
"monty",
repos = c("https://mrc-ide.r-universe.dev", "https://cloud.r-project.org"))
```

If you prefer, you can install from GitHub with `remotes`:

```r
remotes::install_github("mrc-ide/monty", upgrade = FALSE)
Expand Down

0 comments on commit 9842b4f

Please sign in to comment.