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

Skip to content

Releases: sagiegurari/scriptexec

0.3.1

13 Apr 07:25
07332e6

Choose a tag to compare

  • Update dependencies #31
  • Support 100% converage regardless of OS
  • Update windows build as building R dependencies is unstable

0.3.0

30 Oct 15:27

Choose a tag to compare

  • Fixed bug which caused incorrect command line arguments setup #30
  • Make travis mac builds optional as R support for mac on travis is unstable

0.2.3

13 Oct 20:19
08d8348

Choose a tag to compare

  • Add execute errors to output structure #27
  • Add all dev dependencies to suggest field #23
  • Share example code in unit test, readme and vignettes #21
  • Add linter unit test #20
  • Fix tests to pass on all platforms #24
  • Fix example unit test #19
  • Script output key checks in api stability unit tests #22
  • Automatically test all demos
  • Run mac build in travis #28
  • Test specific R version in travis build
  • More demos #25

0.2.2

01 Oct 21:02

Choose a tag to compare

  • output executed script #16
  • packrat integration to enable easier collaboration #14
  • generate readme dynamically #17
  • document only execute api in generated docs #15

0.2.1

25 Nov 16:49

Choose a tag to compare

  • Support custom runner #9
  • support env vars for windows platform #11
  • support flag to print every command before invocation #12
  • markdown documentation hosted on github #10
  • Consistent error handling for all platforms

0.2.0

17 Nov 18:11

Choose a tag to compare

  • execute_script function renamed to execute
  • Add support for command line arguments to be passed to the script #1
  • Merge all output text instead of vector #5
  • Add status 0 instead of null #6
  • Pass env variables as part of script execution #7
  • add wait support #8
  • Export all functions #4
  • Add demos #3