This function tries to locate external code executables.
rmti_find(code = "usgs", bits = "single", form = "b")
code | Name of the MT3D variant to use, or path to the executable. |
---|---|
bits | Character. Can be |
form | Character. Can be |
Path to the executable.
It first looks for the executable in the current working directory. If not there, it looks in the bin subfolder of `getOption("RMT3DMS.path")`, where the software might have been installed by [rmt_install()]. If the executable cannot be found, a final attempt is made by checking the system path variable. If it still cannot be located, an error is thrown.