Releases: ketchbrookanalytics/fcall
Releases · ketchbrookanalytics/fcall
v0.1.6
Bug Fix
Sometime around 2025-12-08, the Farm Credit Administration (FCA) added a layer to it's website to "Verify you are a human" before hitting the page where the data can be downloaded via hyperlinks. This caused the download_data() function (which relies on utils::download.file()) to fail, including in CRAN checks/builds.
To remediate this issue, Ketchbrook Analytics has replicated the files on the FCA website (from 2000-present) in a public AWS S3 bucket. download_data() now retrieves files from the public AWS S3 bucket instead of the FCA website directly.
v0.1.5
What's Changed
- Released on CRAN
- Unit test improvements
- Roxygen examples use the latest files
- Fix bug in
download_data()with downloading files earlier than 2015 - 39 improve codes dict retrieval by @mthomas-ketchbrook in #40
- 42 move database users from readme to article by @mthomas-ketchbrook in #43
Full Changelog: v0.1.2...v0.1.5
v0.1.2
What's Changed
- Add R CMD check GitHub action by @IvanM26 in #27
- Remove warnings in
append_data()by @mthomas-ketchbrook in #29 - Fix bug in
add_user_read_access()by @mthomas-ketchbrook in #31 - Improve error message when 2024 files are passed to
process_data()by @mthomas-ketchbrook in #32 - v1.2.0 by @mthomas-ketchbrook in #34
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
Technical
- Fix encoding issues by @IvanM26 in #18
- Specify min R version of 3.5.0 by @mthomas-ketchbrook in #15
Documentation
- Added "Database" vignette by @mthomas-ketchbrook in #14
- Extracted README sections into vignettes/articles by @mthomas-ketchbrook in #17
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Initial Release