• Update maintainer email, website URL, and GitHub URL.
  • Rename load.packages() to load_my_packages() and disable install.
  • 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().
  • Import some helpful generic functions from campfin package.
  • 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.
  • 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).