r-lib / processx

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

Add support for `call = parent.frame()` pattern #361

Closed lionel- closed 1 year ago

lionel- commented 1 year ago

~Branched from #359~ Now rebased.

lionel- commented 1 year ago

hmm probably throw() should also take a call = parent.frame() argument for the case where the condition has a TRUE call.

Edit: Now done in last commit.