Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sys 3.3

Latest

Choose a tag to compare

@jeroen jeroen released this 21 Aug 14:30
· 21 commits to master since this release

sys 3.3

  • Unix: automatially path.expand() to normalize e.g. homedir
  • Unix: skip unicode path test on systems without UTF-8 locale.

sys 3.2

  • Windows: only use CREATE_BREAKAWAY_FROM_JOB if the process has the permission to
    do so. This fixes permission errors in certain restricted environments.
  • Windows: enable JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE to kill orphaned children
  • Windows: enable JOB_OBJECT_LIMIT_SILENT_BREAKAWAY_OK to allow for nested jobs

sys 3.1

  • Windows: run programs through utils::shortPathName()
  • New function as_text() for parsing raw vectors into text
  • Skip a unit test if the 'whoami' program is not available