Deprecated on 2022-08-05 (targets version 0.13.1).
Please use tar_callr_args_default() instead.
Arguments
- callr_function
A function from the
callrpackage that starts an external R process.- reporter
Character of length 1, choice of reporter for
tar_make()or a related function.
Examples
tar_callr_args_default(callr::r)
#> $spinner
#> [1] FALSE
#>
#> $stderr
#> [1] "2>&1"
#>