Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions vignettes/my_vignette.Rmd → vignettes/my_vignette.Rmdnoeval
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down