Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
MMenchero committed Jun 3, 2024
1 parent c99b5aa commit 71b9e39
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,17 @@ https://github.com/Nixtla/nixtlar/assets/47995617/1be6d63c-7cfd-4c29-b8e8-f7378c

# Installation

You can install the development version of `nixtlar` from [GitHub](https://github.com/) with:
`nixtlar` is available on CRAN, so you can install the latest stable version using `install.packages`.

```{r eval=FALSE}
# Install nixtlar from CRAN
install.packages("nixtlar")
# Then load it
library(nixtlar)
```

Alternatively, you can install the development version of `nixtlar` from [GitHub](https://github.com/) with `devtools::install_github`.

```{r eval=FALSE}
# install.packages("devtools")
Expand Down

0 comments on commit 71b9e39

Please sign in to comment.