CRAN Package Check Results for Package fcall

Last updated on 2026-02-02 01:48:55 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.6 2.31 42.27 44.58 OK
r-devel-linux-x86_64-debian-gcc 0.1.6 2.10 31.69 33.79 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.6 5.00 64.67 69.67 OK
r-devel-linux-x86_64-fedora-gcc 0.1.6 84.27 OK
r-devel-windows-x86_64 0.1.6 6.00 65.00 71.00 OK
r-patched-linux-x86_64 0.1.6 2.70 37.63 40.33 OK
r-release-linux-x86_64 0.1.6 2.69 37.27 39.96 OK
r-release-macos-arm64 0.1.6 1.00 25.00 26.00 OK
r-release-macos-x86_64 0.1.6 2.00 75.00 77.00 OK
r-release-windows-x86_64 0.1.6 5.00 66.00 71.00 OK
r-oldrel-macos-arm64 0.1.6 1.00 29.00 30.00 OK
r-oldrel-macos-x86_64 0.1.6 2.00 89.00 91.00 OK
r-oldrel-windows-x86_64 0.1.6 5.00 76.00 81.00 OK

Check Details

Version: 0.1.6
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/86s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(fcall) > > test_check("fcall") trying URL 'https://fca-call-report-data.s3.us-east-1.amazonaws.com/raw/2025June.zip' [ FAIL 1 | WARN 1 | SKIP 0 | PASS 12 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-compare_metadata.R:32:7'): `compare_metadata()` correctly identifies if differences exist ── Error in `utils::download.file(url = url, destfile = temp_path, quiet = quiet)`: cannot open URL 'https://fca-call-report-data.s3.us-east-1.amazonaws.com/raw/2025June.zip' Backtrace: ▆ 1. ├─withr::with_tempdir(...) at test-compare_metadata.R:30:3 2. │ └─withr::with_dir(tmp, code) 3. │ └─base::force(code) 4. └─fcall (local) metadata_comparison_test(...) at test-compare_metadata.R:32:7 5. └─fcall::download_data(year = year1, month = month1, dest = dest1) at test-compare_metadata.R:4:3 6. └─utils::download.file(url = url, destfile = temp_path, quiet = quiet) [ FAIL 1 | WARN 1 | SKIP 0 | PASS 12 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc