File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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")
Original file line number Diff line number Diff 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")
You can’t perform that action at this time.
0 commit comments