Skip to content

callr 3.7.4

Compare
Choose a tag to compare
@gaborcsardi gaborcsardi released this 19 Feb 09:51
  • 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 of stderr(). Closes #246.