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 @@ -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+
3343devtools :: install_github(" coatless/searcher" )
3444```
3545
Original file line number Diff line number Diff 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+
2737devtools :: install_github(" coatless/searcher" )
2838```
2939
You can’t perform that action at this time.
0 commit comments