nflverse_upload()
usespurrr::insistently()
to retry on failure because of random GitHub server issues.
- Added file_types argument which takes a vector of file types and defaults to
c("csv","rds","qs","parquet")
- Added
nflverse_archive()
which automates archiving the rds version of every nflverse-data release asset and pushes it to https://github.com/nflverse/nflverse-data-archives
- Added
nflverse_save()
which automates saving to the four main supported file formats (csv, rds, parquet, qs) and uploading to a specified release tag.
- Added a
NEWS.md
file to track changes to the package. - Added timestamp.json to experiment with shields.io badges
- Added data upload wrapper function (
nflverse_upload()
) including timestamp updates.