Skip to content

mark 0.7.0.9006

Pre-release
Pre-release

Choose a tag to compare

@jmbarbone jmbarbone released this 05 Dec 20:13
34dc17d
  • 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