Skip to content

v3.4.3

Choose a tag to compare

@gaborcsardi gaborcsardi released this 05 Jul 13:51
  • The supervisor (activated with supervise = TRUE) does not crash
    on the Windows Subsystem on Linux (WSL) now (#222).

  • Fix ABI compatibility for pre and post R 4.0.1 versions. Now CRAN
    builds (with R 4.0.2 and later 4.0.x) work well on R 4.0.0.

  • Now processx can run commands on UNC paths specified with
    forward slashes: //hostname/... UNC paths with the usual
    back-slashes were always fine (#249).

  • The $as_ps_handle() method works now better; previously it
    sometimes created an invalid ps::ps_handle object, if the system
    clock has changed (#258).