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 ofecho::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 choicescan now be a list offormulaelements, preserving the return value
unlist0()no longer fails when input list is not named #220file_copy_md5()added as a wrapper forfs::file_copy()but provides MD5 checks throughtools::md5sum()to avoid overwriting files that had no content changes #207write_file_md5()added as a general writing function and utilizesfile_copy_md5()for MD5 checks (including some compressions) #207, #224
What's Changed
- 215 release by @jmbarbone in #216
- 80 tryn by @jmbarbone in #217
- 210 echo by @jmbarbone in #213
- 191 match param by @jmbarbone in #218
- 220 unlist0 by @jmbarbone in #221
- 219 match param by @jmbarbone in #222
- 207 md5 by @jmbarbone in #223
- 224 compress by @jmbarbone in #225
Full Changelog: v0.7.0...v0.7.0.9006