CRAN Release 2.3.1
whitebox 2.3.1
-
wbt_install()
andwbt_install_extension()
gain optionalplatform
argument that is used as a suffix on ZIP file, allowing download of alternate binaries on Linux and macOS (Darwin). -
Add
wbt_runner_path()
(analog ofwbt_exe_path()
forwhitebox_runner
GUI executable) andwbt_launch_runner()
a simple function to launch the GUI. -
wbt_wd("")
now sets the value ofworking_directory
in the WhiteboxTools settings.json file to""
and triggers background options to prevent--wd
flag being added until a new working directory is set. This has been a long-standing issue, resolved following #108.