Skip to content

CRAN Release 2.3.1

Compare
Choose a tag to compare
@brownag brownag released this 07 Jun 15:06
· 31 commits to master since this release

whitebox 2.3.1

  • wbt_install() and wbt_install_extension() gain optional platform 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 of wbt_exe_path() for whitebox_runner GUI executable) and wbt_launch_runner() a simple function to launch the GUI.

  • wbt_wd("") now sets the value of working_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.