File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,8 @@ install.packages("errorist")
4444For 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
Original file line number Diff line number Diff line change @@ -35,9 +35,8 @@ install.packages("errorist")
3535For 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
You can’t perform that action at this time.
0 commit comments