You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to run callr::r_bg() and then get the duration of time it took to run func, or at least time from opening the R session to it being killed if its too difficult to get timing for the func itself.
One can get the start time with x$get_start_time(), but there is no way that I can see to get the end time. Right now as a hack I do:
I'd like to be able to run
callr::r_bg()
and then get the duration of time it took to run func, or at least time from opening the R session to it being killed if its too difficult to get timing for the func itself.One can get the start time with
x$get_start_time()
, but there is no way that I can see to get the end time. Right now as a hack I do:let me know if I should instead open this in
processx
repoThe text was updated successfully, but these errors were encountered: