View source: R/check_hydrus_exe.R
check_hydrus_exe | R Documentation |
Check HYDRUS Executable and download if needed
check_hydrus_exe( dir = file.path(system.file(package = "kwb.hydrus1d"), "extdata/hydrus1d"), skip_preinstalled = FALSE )
dir |
target directory (default: file.path(system.file(package = "kwb.hydrus1d"), "extdata/hydrus1d"), in case compliant HYDRUS1D version is not available, executable will be downloaded from https://github.com/mrustl/hydrus1d/archive/refs/tags/v4.17.0140.zip |
skip_preinstalled |
if TRUE checking of preinstalled HYDRUS-1D will be skipped and executable will be downloaded, otherwise not (the default) |
path to preinstalled HYDRUS-1D executable (if compliant and parameter skip_preinstalled == FALSE), otherwise path to downloaded HYDRUS-1D
check_hydrus_exe(skip_preinstalled = FALSE) check_hydrus_exe(skip_preinstalled = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.