Skip to content

Commit 44dfd43

Browse files
committed
Better installation instructions
1 parent 85238e2 commit 44dfd43

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: dust2
22
Title: Next Generation dust
3-
Version: 0.3.18
3+
Version: 0.3.19
44
Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"),
55
email = "[email protected]"),
66
person("Imperial College of Science, Technology and Medicine",

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,15 @@ This package is a ground-up rewrite of [`dust`](https://mrc-ide.github.io/dust)
2828

2929
## Installation
3030

31-
To install `dust2`:
31+
Please install from our [r-universe](https://mrc-ide.r-universe.dev/):
32+
33+
```r
34+
install.packages(
35+
"dust2",
36+
repos = c("https://mrc-ide.r-universe.dev", "https://cloud.r-project.org"))
37+
```
38+
39+
If you prefer, you can install from GitHub with `remotes`:
3240

3341
```r
3442
remotes::install_github("mrc-ide/dust2", upgrade = FALSE)

0 commit comments

Comments
 (0)