wbtCheck {SAiVE}R Documentation

Check WhiteboxTools binaries installation

Description

[Stable]

Checks for the existence of WhiteboxTools in its default directory and installs it if necessary or if force = TRUE.

Usage

wbtCheck(force = FALSE, silent)

Arguments

force

Set TRUE to force update of WhiteboxTools binaries.

silent

TRUE to suppress console messages other than those explaining that Whitebox Tools binaries are being installed.

Value

Returns the version number of the installed binaries and (if necessary) installs WhiteboxTools in its default location.

Author(s)

Ghislain de Laplante (gdela069@uottawa.ca or ghislain.delaplante@yukon.ca)

Examples



#Check if WhiteboxTools binaries are installed. If not, install latest version.
wbtCheck()

# Update WhiteboxTools binaries if they are already installed.
wbtCheck(force = TRUE)


[Package SAiVE version 1.0.6 Index]