Skip to content

Commit

Permalink
add installation instructions from R-universe
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakillo committed Sep 6, 2024
1 parent 87e3ebb commit b591836
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,26 @@ Alternatively, we can use **grateful** directly within an [Rmarkdown](https://rm

## Installation

You can install {grateful} from CRAN:
You can install the stable release of {grateful} from CRAN:

```{r eval=FALSE}
install.packages("grateful")
```

Or the latest development version from [R-universe](https://pakillo.r-universe.dev/grateful):

```{r eval=FALSE}
install.packages("grateful", repos = c("https://pakillo.r-universe.dev", "https://cloud.r-project.org"))
```

Or from GitHub:

```{r eval=FALSE}
# install.packages("remotes")
remotes::install_github("Pakillo/grateful")
```


## Usage

**grateful** can be used in one of two ways:
Expand Down

0 comments on commit b591836

Please sign in to comment.