diff --git a/README.md b/README.md index 6691f67..24ed4d8 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,8 @@ You can install R packages directly from within R/RStudio with `install.packages Install the R package, load it and launch the tutorials. ```r +library(learnr) +library(remotes) install_github("jobonaf/tutorialhydrology") library(tutorialhydrology) run_tutorial(package = "tutorialhydrology", name = "intro")