Skip to content

Commit ed52ed8

Browse files
update README
1 parent d0cf612 commit ed52ed8

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

README.Rmd

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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")

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)