Skip to content

Commit b74a74c

Browse files
committed
Mention searcher can be downloaded off of CRAN...
1 parent 46cc998 commit b74a74c

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
@@ -26,10 +26,20 @@ the search functions automatically search the last error on call.
2626

2727
## Installation
2828

29-
The `searcher` package is only available on GitHub for the moment. You can
30-
install the `searcher` package with:
29+
The `searcher` 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+
`searcher` package with:
3133

3234
```r
35+
install.packages("searcher")
36+
```
37+
38+
For the development version, you can opt for:
39+
40+
```r
41+
install.packages("devtools")
42+
3343
devtools::install_github("coatless/searcher")
3444
```
3545

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,20 @@ call.
2020

2121
## Installation
2222

23-
The `searcher` package is only available on GitHub for the moment. You
24-
can install the `searcher` package with:
23+
The `searcher` package is available on both CRAN and GitHub. The CRAN
24+
version is considered stable while the GitHub version is in a state of
25+
development and may break. You can install the stable version of the
26+
`searcher` package with:
2527

2628
``` r
29+
install.packages("searcher")
30+
```
31+
32+
For the development version, you can opt for:
33+
34+
``` r
35+
install.packages("devtools")
36+
2737
devtools::install_github("coatless/searcher")
2838
```
2939

0 commit comments

Comments
 (0)