r-lib / processx

Execute and Control Subprocesses from R
https://processx.r-lib.org/
Other
234 stars 43 forks source link

Switch to usethis standalone format #359

Closed lionel- closed 1 year ago

lionel- commented 1 year ago

So that you can do this to update files, pulling in the depedencies automatically (the ref = is needed until https://github.com/r-lib/usethis/pull/1821 is merged):

usethis::use_standalone("r-lib/processx", "errors", ref = "standalone")
gaborcsardi commented 1 year ago

Thanks!