File tree Expand file tree Collapse file tree 2 files changed +24
-4
lines changed Expand file tree Collapse file tree 2 files changed +24
-4
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,20 @@ second they arise.
3333
3434## Installation
3535
36- The ` errorist ` package is only available on GitHub for the moment. You can
37- install the ` errorist ` package with:
36+ The ` errorist ` package is available on both CRAN and GitHub. The CRAN
37+ version is considered stable while the GitHub version is in a state of
38+ development and may break. You can install the stable version of the
39+ ` errorist ` package with:
3840
3941``` r
42+ install.packages(" errorist" )
43+ ```
44+
45+ For the development version, you can opt for:
46+
47+ ``` r
48+ install.packages(" devtools" )
49+
4050devtools :: install_github(" coatless/errorist" )
4151```
4252
Original file line number Diff line number Diff line change @@ -26,10 +26,20 @@ the second they arise.
2626
2727## Installation
2828
29- The ` errorist ` package is only available on GitHub for the moment. You
30- can install the ` errorist ` package with:
29+ The ` errorist ` package is available on both CRAN and GitHub. The CRAN
30+ version is considered stable while the GitHub version is in a state of
31+ development and may break. You can install the stable version of the
32+ ` errorist ` package with:
3133
3234``` r
35+ install.packages(" errorist" )
36+ ```
37+
38+ For the development version, you can opt for:
39+
40+ ``` r
41+ install.packages(" devtools" )
42+
3343devtools :: install_github(" coatless/errorist" )
3444```
3545
You can’t perform that action at this time.
0 commit comments