Set configuration options. Not all can currently be set; this will be expanded over time. See Details.
outpack_config_set(..., options = list(...), root = NULL)
Named options to set (e.g., pass the argument
core.require_complete_tree = TRUE
)
As an alternative to ...
, you can pass a list of
named options here (e.g., list(core.require_complete_tree = TRUE)
). This interface is typically easier to program against.
The outpack root. Will be searched for from the current directory if not given.
Nothing
Options are set in the order that they are provided. Currently, if setting one option fails, no further options will be processed but previous ones will be (do not rely on this behaviour, it may change).
Currently you can set:
core.require_complete_tree
See outpack_init for description of these options.