- remove defunct file.hardlink()
- fix T in function signature identified by CRAN
- fix bug for
common_path()
on Windows (noticed by CRAN) (https://github.com/natverse/nat.utils/commit/bf1160095907f646b76df247edd82f0570899f52) - Feature/chunks by @jefferis in #9
- Switch to GitHub actions by @jefferis in #10
- Update README esp URLs by @jefferis in #11
Full Changelog: https://github.com/natverse/nat.utils/compare/v0.5.1...v0.6
- 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
- bugfix: export
is.gzip()
- bugfix: test error
- 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
- add
zipinfo()
andzipok()
functions (and tests)
- First version on github
- translates main functions from AnalysisSuite Utils/OSUtils.R