From 02c7698a0918375ad55d3d8a84ec83fdf4a56f08 Mon Sep 17 00:00:00 2001 From: jonaslenz <38277721+jonaslenz@users.noreply.github.com> Date: Mon, 13 Jan 2025 13:47:52 +0100 Subject: [PATCH 1/2] load toolbox --- vignettes/my_vignette.Rmd | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vignettes/my_vignette.Rmd b/vignettes/my_vignette.Rmd index 29b4efc..94365ea 100644 --- a/vignettes/my_vignette.Rmd +++ b/vignettes/my_vignette.Rmd @@ -73,6 +73,12 @@ devtools::install_github("jonaslenz/toolbox.e3d") EROSION-3D needs to be installed and licensed separately, please refer to the EROSION-3D web page or the handbook for specific installation instructions [@von_werner_erosion-3d_2003]. +You can load toolbox.e3d and show the current environment by: +```{r load-toolbox} +library("toolbox.e3d") +sessionInfo() +``` + ## Test setup Once EROSION-3D is installed and activated and toolbox.e3d is installed, their interaction can be tested using: From beb37a2aae4e271c829bc854b53ad538f78555c6 Mon Sep 17 00:00:00 2001 From: jolenzip <93330812+jolenzip@users.noreply.github.com> Date: Mon, 13 Jan 2025 14:28:07 +0100 Subject: [PATCH 2/2] test without vignette --- vignettes/{my_vignette.Rmd => my_vignette.Rmdnoeval} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename vignettes/{my_vignette.Rmd => my_vignette.Rmdnoeval} (100%) diff --git a/vignettes/my_vignette.Rmd b/vignettes/my_vignette.Rmdnoeval similarity index 100% rename from vignettes/my_vignette.Rmd rename to vignettes/my_vignette.Rmdnoeval