From e461d68c16499e2fc22997e9ad1cbf08f7c759c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Giovanni=20Bonaf=C3=A8?= Date: Fri, 24 May 2024 15:24:15 +0200 Subject: [PATCH] better README --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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")