File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,13 @@ The goal of {ricci} is to provide a *compact*[^1] R interface for performing [te
3030
3131## Installation
3232
33- You can install the development version of ricci from [ GitHub] ( https://github.com/ ) with:
33+ You can install the latest CRAN release of ricci with:
34+
35+ ``` r
36+ install.packages(" ricci" )
37+ ```
38+
39+ Alternatively, you can install the development version of ricci from [ GitHub] ( https://github.com/ ) with:
3440
3541``` r
3642# install.packages("pak")
Original file line number Diff line number Diff line change @@ -41,7 +41,13 @@ expressions are optionally simplified when the
4141
4242## Installation
4343
44- You can install the development version of ricci from
44+ You can install the latest CRAN release of ricci with:
45+
46+ ``` r
47+ install.packages(" ricci" )
48+ ```
49+
50+ Alternatively, you can install the development version of ricci from
4551[ GitHub] ( https://github.com/ ) with:
4652
4753``` r
You can’t perform that action at this time.
0 commit comments