Skip to content

Commit 3852947

Browse files
committed
Update install instructions as the package is now on CRAN!!!!
1 parent 2b00cfd commit 3852947

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

README.Rmd

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
4050
devtools::install_github("coatless/errorist")
4151
```
4252

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
3343
devtools::install_github("coatless/errorist")
3444
```
3545

0 commit comments

Comments
 (0)