Issue
We are experiencing a major issue where FCA has now put up a preventative "Verifying you are a human..." screen before the landing page for the data archive loads.
This is causing download_data() to fail, and causing the build on CRAN to fail.
CRAN has notified us that this needs to be fixed before 2025-01-12. The failing CRAN build logs can be found at https://cran.r-project.org/web/checks/check_results_fcall.html.
Solution
In order to keep the download_data() function working for users of {fcall} (and avoiding needing something like selenium), we are exploring self-hosting all of the FCA Call Report data files published on https://www.fca.gov/bank-oversight/call-report-data-for-download in a public AWS S3 bucket.
download_data() would then need to point to the AWS S3 location.
Issue
We are experiencing a major issue where FCA has now put up a preventative "Verifying you are a human..." screen before the landing page for the data archive loads.
This is causing
download_data()to fail, and causing the build on CRAN to fail.CRAN has notified us that this needs to be fixed before 2025-01-12. The failing CRAN build logs can be found at https://cran.r-project.org/web/checks/check_results_fcall.html.
Solution
In order to keep the
download_data()function working for users of {fcall} (and avoiding needing something likeselenium), we are exploring self-hosting all of the FCA Call Report data files published on https://www.fca.gov/bank-oversight/call-report-data-for-download in a public AWS S3 bucket.download_data()would then need to point to the AWS S3 location.