k5 0.0.5
- Add some more basic functions tests.
- Correct misspellings and add word list.
- Add cran-comments file with rhub checks.
- Add
read_delim_clip()
to read from clipboard and
write_delim_clip()
.
k5 0.0.4
- Import some helpful generic functions from campfin package.
k5 0.0.1
- Changed
aws_ls()
to aws_info()
to match
fs::dir_info()
.
- New
aws_ls()
added to take filenames from
aws_info()
like fs::dir_ls()
.
- Added
zip_size()
to compare compressed sizes of
archives.
- Changed
zip_ls()
to zip_info()
to match
fs::dir_info()
.
- New
zip_ls()
added to take filenames from
zip_info()
like fs::dir_ls()
.
- Added
write_last()
to write some common
.Last.value
types to disk.
k5 0.0.0.9001
- Added a
NEWS.md
file to track changes to the
package.
- Added
zip_*()
from personal branch of
fs
.
- Added
aws_ls()
wrapper around
aws.s3::get_bucket_df()
.
- Added simple
print_all()
wrapper around
print(n = Inf)
.