Skip to content

Releases: jmbarbone/mark

mark 0.8.1

30 Sep 20:25
Compare
Choose a tag to compare
  • write_file_md5() now supports "feather" and "parquet" methods as wrappers for {arrow} #234
  • md5() added to provide MD5 check sums for objects #233
  • unique_rows() added to subset on (non-)duplicated rows in a data.frame #87
  • within() added as an alternative to between_more() #120
  • test updated for upcoming R release #240

mark 0.8.0.9005

07 Sep 22:21
8b57ee9
Compare
Choose a tag to compare
mark 0.8.0.9005 Pre-release
Pre-release

Prerelease of mark

What's Changed

Full Changelog: v0.8.0.9004...v0.8.0.9005

mark 0.8.0.9004

07 Sep 21:31
9280a67
Compare
Choose a tag to compare
mark 0.8.0.9004 Pre-release
Pre-release

Prerelease of mark

What's Changed

Full Changelog: v0.8.0.9003...v0.8.0.9004

mark 0.8.0.9003

07 Sep 20:56
eee06ed
Compare
Choose a tag to compare
mark 0.8.0.9003 Pre-release
Pre-release

Prerelease of mark

What's Changed

Full Changelog: v0.8.0.9002...v0.8.0.9003

mark 0.8.0.9002

17 Jun 02:55
3067f18
Compare
Choose a tag to compare
mark 0.8.0.9002 Pre-release
Pre-release

Prerelease of mark

What's Changed

Full Changelog: v0.8.0.9001...v0.8.0.9002

mark 0.8.0.9001

15 Jun 03:47
63a48d0
Compare
Choose a tag to compare
mark 0.8.0.9001 Pre-release
Pre-release

Prerelease of mark

What's Changed

Full Changelog: v0.8.0...v0.8.0.9001

mark 0.8.0

24 May 20:06
Compare
Choose a tag to compare

breaking changes

  • echo() is now removed; use echo::echo() instead #214
  • includes tryn() for running an expression a maximum number of times before failure #80

fixes

  • unlist0() no longer fails when input list is not named #220

improvements

  • match_param() has been improved
    • can now return multiple matches #191, and can return partial matches
    • error message readability improved for matchParamMatchError#194
    • choices can now be a list of formula elements, preserving the return value

new features

  • file_copy_md5() added as a wrapper for fs::file_copy() but provides MD5 checks through tools::md5sum() to avoid overwriting files that had no content changes #207
  • write_file_md5() added as a general writing function and utilizes file_copy_md5() for MD5 checks (including some compression options) #207, #224

mark 0.7.0.9008

23 May 17:23
2cc0821
Compare
Choose a tag to compare
mark 0.7.0.9008 Pre-release
Pre-release

Prerelease of mark

What's Changed

Full Changelog: v0.7.0.9007...v0.7.0.9008

mark 0.7.0.9007

01 Apr 03:54
acc2258
Compare
Choose a tag to compare
mark 0.7.0.9007 Pre-release
Pre-release

Prerelease of mark

What's Changed

Full Changelog: v0.7.0...v0.7.0.9007

mark 0.7.0.9006

05 Dec 20:13
34dc17d
Compare
Choose a tag to compare
mark 0.7.0.9006 Pre-release
Pre-release
  • includes tryn() for running an expression a maximum number of times before failure #80
  • echo() is deprecated in favor of echo::echo() #210 (this was incorrectly listed in the previous release)
  • match_param() enhancements
    • can now return multiple matches #191, and can return partial matches
    • error message readability improved for matchParamMatchError
    • choices can now be a list of formula elements, preserving the return value
  • unlist0() no longer fails when input list is not named #220
  • file_copy_md5() added as a wrapper for fs::file_copy() but provides MD5 checks through tools::md5sum() to avoid overwriting files that had no content changes #207
  • write_file_md5() added as a general writing function and utilizes file_copy_md5() for MD5 checks (including some compressions) #207, #224

What's Changed

Full Changelog: v0.7.0...v0.7.0.9006