An R CMD * command that runs in the background. This is an R6 class
that extends the processx::process class.
processx::process -> rcmd_process
Inherited methods
new()Start an R CMD process.
rcmd_process$new(options)
optionsA list of options created via
rcmd_process_options().
A new rcmd_process object.
finalize()Clean up the temporary files created for an R CMD process.
rcmd_process$finalize()
clone()The objects of this class are cloneable with this method.
rcmd_process$clone(deep = FALSE)
deepWhether to make a deep clone.