callr 3.7.4
-
The
r_session$get_running_time()
method now returns the correct
values, as documented (#241, @djnavarro). -
callr now uses fully qualified function calls in the subprocess to
avoid interference with functions defined in the global environment.
I.e.base::stderr()
instead ofstderr()
. Closes #246.