- Update maintainer email, website URL, and GitHub URL.
- Rename
load.packages()
toload_my_packages()
and disable install.
- Remove
aws_*()
and the dependency. - Add
var_missing()
andvar_distinct()
fromcampfin::col_stats()
. - Add
read_delim_aws()
function.
- 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 andwrite_delim_clip()
.
- Import some helpful generic functions from campfin package.
- Changed
aws_ls()
toaws_info()
to matchfs::dir_info()
. - New
aws_ls()
added to take filenames fromaws_info()
likefs::dir_ls()
. - Added
zip_size()
to compare compressed sizes of archives. - Changed
zip_ls()
tozip_info()
to matchfs::dir_info()
. - New
zip_ls()
added to take filenames fromzip_info()
likefs::dir_ls()
. - Added
write_last()
to write some common.Last.value
types to disk.
- Added a
NEWS.md
file to track changes to the package. - Added
zip_*()
from personal branch offs
. - Added
aws_ls()
wrapper aroundaws.s3::get_bucket_df()
. - Added simple
print_all()
wrapper aroundprint(n = Inf)
.