CRAN Release 2.3.0
whitebox 2.3.0
-
Updates for WhiteboxTools v2.3.0 (https://github.com/jblindsay/whitebox-tools/releases/tag/v2.3.0)
-
Add
wbt()
,wbt_source()
, and related methods; new functionality for calling tools by name with various R object types as input.- See the
wbt()
method vignette for details.
- See the
Also new on CRAN are the changes from v2.2.1 shown below:
whitebox 2.2.1
-
Adds
wbt_data_dir()
for managing where WhiteboxTools "WBT" directory is installed.-
The new default path is a preferred location generated with
tools::R_user_dir(package="whitebox")
on R 4.0+ -
If
"whitebox_tools"
is found on your PATH, you no longer need any custom setup ofwhitebox.exe_path
. The path and options will be detected automatically viaSys.which("whitebox_tools")
. -
Custom options set within the session or environment take precedence over PATH.
-
What's Changed
- whitebox v2.2.1 by @brownag in #95
- Docs v2.2.1 by @brownag in #99
- whitebox v2.3.0 by @brownag in #100
Full Changelog: v2.2.0...v2.3.0