args
argument to make()
.For make(..., parallelism = "Makefile")
,
this function configures the default
arguments to system2()
.
It is an internal function, and most users do not need to
worry about it.
default_Makefile_args(jobs, verbose)
number of jobs
logical, whether to be verbose
args
for system2(command, args)
# NOT RUN {
default_Makefile_args(jobs = 2, verbose = FALSE)
default_Makefile_args(jobs = 4, verbose = TRUE)
# }
Run the code above in your browser using DataLab