Skip to content

Commit 9d816ba

Browse files
committed
aspirational installation
1 parent dae6327 commit 9d816ba

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
@@ -25,7 +25,13 @@ This package is under development and subject to change constantly.
2525

2626
## Installation
2727

28-
You can install the development version of fluffy like so:
28+
Install the latest release of fluffy from CRAN:
29+
30+
```{r, eval = FALSE}
31+
install.packages("fluffy")
32+
```
33+
34+
You can install the development version of fluffy from GitHub:
2935

3036
```{r, eval = FALSE}
3137
# install.packages("pak")

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@ This package is under development and subject to change constantly.
1515

1616
## Installation
1717

18-
You can install the development version of fluffy like so:
18+
Install the latest release of fluffy from CRAN:
19+
20+
``` r
21+
install.packages("fluffy")
22+
```
23+
24+
You can install the development version of fluffy from GitHub:
1925

2026
``` r
2127
# install.packages("pak")

0 commit comments

Comments
 (0)