Releases: jmbarbone/mark
Releases · jmbarbone/mark
mark 0.8.2
mark 0.8.1.9001
Prerelease of mark
What's Changed
- 243 release by @jmbarbone in #244
- 125 clipboard by @jmbarbone in #246
Full Changelog: v0.8.1...v0.8.1.9001
mark 0.8.1
write_file_md5()
now supports"feather"
and"parquet"
methods as wrappers for{arrow}
#234md5()
added to provide MD5 check sums for objects #233unique_rows()
added to subset on (non-)duplicated rows in adata.frame
#87within()
added as an alternative tobetween_more()
#120- test updated for upcoming R release #240
mark 0.8.0.9005
Prerelease of mark
What's Changed
- 120 between by @jmbarbone in #237
Full Changelog: v0.8.0.9004...v0.8.0.9005
mark 0.8.0.9004
Prerelease of mark
What's Changed
- 240 classed error by @jmbarbone in #241
Full Changelog: v0.8.0.9003...v0.8.0.9004
mark 0.8.0.9003
Prerelease of mark
What's Changed
- 87 unique rows by @jmbarbone in #238
Full Changelog: v0.8.0.9002...v0.8.0.9003
mark 0.8.0.9002
Prerelease of mark
What's Changed
- 234 write arrow by @jmbarbone in #236
Full Changelog: v0.8.0.9001...v0.8.0.9002
mark 0.8.0.9001
Prerelease of mark
What's Changed
- 231 release by @jmbarbone in #232
- 233 md5 by @jmbarbone in #235
Full Changelog: v0.8.0...v0.8.0.9001
mark 0.8.0
breaking changes
echo()
is now removed; useecho::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
new features
file_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 compression options) #207, #224
mark 0.7.0.9008
Prerelease of mark
What's Changed
- dev updates by @jmbarbone in #229
Full Changelog: v0.7.0.9007...v0.7.0.9008