Skip to content

Commit a7c4d59

Browse files
committed
Update README
1 parent 8dec7f2 commit a7c4d59

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@ The `escapement` package requires several programs to function:
2020
a. `if (!require("tinytex")) install.packages("tinytex")`
2121
b. `tinytex::install_tinytex()`
2222

23-
To install and load the escapement R package:
24-
`if (!require("devtools")) install.packages("devtools")`
25-
`devtools::install_github("USFWS/escapement", ref = "master", build_vignettes = TRUE)`
26-
`library(escapement)`
23+
To install and load the escapement R package:
24+
25+
```
26+
if (!require("pak")) install.packages("pak")
27+
pak::pkg_install("USFWS/escapement")
28+
library(escapement)
29+
```
2730

2831
## Usage
2932

0 commit comments

Comments
 (0)