Checks platform-specific build tools required for creating Electron distributables.
Usage
sitrep_electron_build_tools(verbose = TRUE)
Arguments
- verbose
Logical. Whether to print detailed output. Default is TRUE.
Value
Invisibly returns a list with build tools information.
Examples
if (FALSE) { # \dontrun{
# Check build tools
sitrep_electron_build_tools()
} # }