• remove defunct file.hardlink()
  • fix T in function signature identified by CRAN
  • fixes gzip.crc() bug on solaris (#8, thanks to Brian Ripley)
  • dev: simplify gzip.crc test and therefore no longer depend on digest
  • new function common_path() finds common prefix of multiple paths
  • new function split_path() breaks a path into its components, optionally including file separators.
  • file.hardlink is now defunct
  • dev: imports utils::read.table
  • dev: extra tests and code coverage support
  • bugfix: abs2rel() handles multiple paths without a warning
  • bugfix: zipinfo() quotes files
  • dev: upgrade to roxygen2 v4.0.2 and better rstudio settings
  • add is.gzip() function
  • RunCmdForNewerInput() now has a Force option (FALSE by default) that can be used to override mtime checks and run the command if possible.
  • dev: upgrade to roxygen2 v4
  • RunCmdForNewerInput() can now evaluate expressions in the context of the caller (so that variables can be used properly)
  • tests: fix a test failure for latest version of testthat
  • dev: add travis continuous integration, update docs with roxygen2 v3.1
  • deprecate file.hardlink in favour of base::file.link
  • prepare CRAN release
  • First version on github
  • translates main functions from AnalysisSuite Utils/OSUtils.R