Default callr arguments for the callr_arguments
argument of tar_make() and related functions.
tar_callr_args_default(callr_function, reporter = NULL)A function from the callr package
that starts an external R process.
Character of length 1, choice of reporter
for tar_make() or a related function.
A list of arguments to callr_function.
Not a user-side function. Do not invoke directly. Exported for internal purposes only.
tar_callr_args_default(callr::r)
#> $spinner
#> [1] FALSE
#>
#> $stderr
#> [1] "2>&1"
#>