fcall 0.1.5
CRAN release: 2025-11-19
Addresses CRAN comments regarding:
- Extra “Description:” text in Description field of
DESCRIPTION - Quoted “FCA” abbreviation in
DESCRIPTION
Additional Changes
- Bug fix for downloading data from years before 2015
- Adds new test for
compare_metadata() - Removes embedded files in unit tests (now downloads data on-the-fly)
- Improves naming conventions in
compare_metadata()output - Uses latest files in testing/examples
fcall 0.1.4
Addresses CRAN comments regarding:
- Use of unquoted “FCA” abbreviation in
DESCRIPTION - Potential bad hyperlinks in README
- Database Users section was moved to a {pkgdown} Article to avoid any further issues
- Improper use of hyperlink markdown
< >characters indownload_data()roxygen comments
fcall 0.1.3
- Initial release attempt on CRAN
- Removes use of
get()inget_codes_dict(), removing need to calllibrary(fcall)before callingget_codes_dict() - Requires R 4.1 or newer (due to base pipe)
- Updates year in
LICENSE - Removes internal database-related functions
fcall 0.1.2
User-Facing Improvements
- Additional context included in the error message users see when 2024 files are passed to
process_data() -
download_data()has a new (logical)quietargument that controls console messaging during download process
