Skip to content

Releases: jeroen/sys

sys 3.3

21 Aug 14:30

Choose a tag to compare

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

sys 3.0

26 Feb 20:57

Choose a tag to compare

sys 3.0

  • Major cleanup: moved all of the unix specific functions into the unix package
  • The 'sys' package now only focuses on executing shell commands
  • Removed configure script, no longer needed
  • Windows: fix error message when running non-existing command
  • Fix support for callback functions as std_out / std_err as documented

sys 2.1

13 Nov 22:46

Choose a tag to compare

v2.1

Add comment

sys 2.0

06 Nov 17:58

Choose a tag to compare

v2.0

Skip UTF8 filepaths on old R

sys 1.5

10 Oct 21:42

Choose a tag to compare

sys 1.5

  • rlimit values 0 are now ignored and Inf means RLIM_INFINITY
  • Windows: fix crash for very long commands

CRAN release 1.4

25 Jun 13:22

Choose a tag to compare

v1.4

Fix for Windows

CRAN release 1.3

20 Apr 21:29

Choose a tag to compare

v1.3

Combine two diagnositcs

CRAN release 1.2

01 Apr 13:09

Choose a tag to compare

v1.2

Fix example for Solaris

sys 1.1

19 Jan 18:57

Choose a tag to compare

v1.1

Update NEWS

sys 1.0

17 Jan 11:48

Choose a tag to compare

v1.0

Prepare for release