Skip to content

Commit

Permalink
Update README.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
clemasso authored Jun 14, 2024
1 parent 4f4db5d commit 6db8481
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ To get the current stable version (from the latest release):
```{r, echo = TRUE, eval = FALSE}
# install.packages("remotes")
remotes::install_github("rjdverse/rjd3toolkit@*release")
remotes::install_github("rjdverse/rjd3nowcasting@*release")
remotes::install_github("rjdverse/rjd3nowcasting@*release", build_vignettes = TRUE)
```

To get the current development version from GitHub:

```{r, echo = TRUE, eval = FALSE}
# install.packages("remotes")
remotes::install_github("rjdverse/rjd3nowcasting")
remotes::install_github("rjdverse/rjd3nowcasting", build_vignettes = TRUE)
```


Expand Down

0 comments on commit 6db8481

Please sign in to comment.