Call R from R
It is sometimes useful to perform a computation in a separate R process, without affecting the current R process at all. This packages does exactly that.
install.packages("callr")
remotes::install_cran("callr")