Skip to content

Commit 107c8d3

Browse files
committed
Update dev install instructions
1 parent 36fa6a3 commit 107c8d3

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.Rmd

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ install.packages("errorist")
4444
For the development version, you can opt for:
4545

4646
```r
47-
install.packages("devtools")
48-
49-
devtools::install_github("coatless/errorist")
47+
if(!requireNamespace("remotes")) { install.packages("remotes") }
48+
remotes::install_github("coatless-rpkg/errorist")
5049
```
5150

5251
## Usage

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ install.packages("errorist")
3535
For the development version, you can opt for:
3636

3737
``` r
38-
install.packages("devtools")
39-
40-
devtools::install_github("coatless/errorist")
38+
if(!requireNamespace("remotes")) { install.packages("remotes") }
39+
remotes::install_github("coatless-rpkg/errorist")
4140
```
4241

4342
## Usage

0 commit comments

Comments
 (0)