Configure package-wide options.
Usage
set_magicr_options(use_cpp = NULL, verbose_default = NULL)
Arguments
- use_cpp
Logical. Whether to use C++ acceleration when available.
- verbose_default
Integer. Default verbosity level (0, 1, or 2).
Value
Invisibly returns previous settings
Examples
if (FALSE) { # \dontrun{
# Disable C++ acceleration
set_magicr_options(use_cpp = FALSE)
} # }