CRAN Package Check Results for Package fcall

Last updated on 2025-11-21 01:49:56 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-gcc 0.1.5 2.06 31.66 33.72 OK
r-devel-linux-x86_64-fedora-clang 0.1.5 13.00 53.96 66.96 OK
r-devel-linux-x86_64-fedora-gcc 0.1.5 11.00 67.71 78.71 OK
r-release-macos-arm64 0.1.5 1.00 15.00 16.00 ERROR
r-release-macos-x86_64 0.1.5 3.00 75.00 78.00 ERROR
r-oldrel-macos-arm64 0.1.5 1.00 23.00 24.00 ERROR
r-oldrel-macos-x86_64 0.1.5 3.00 73.00 76.00 ERROR

Check Details

Version: 0.1.5
Check: tests
Result: ERROR Running ‘testthat.R’ [0s/0s] 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://www.fca.gov/template-fca/bank/2025June.zip' Saving _problems/test-process_data-30.R Saving _problems/test-process_data-59.R [ FAIL 3 | WARN 3 | SKIP 0 | PASS 1 ] ══ 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://www.fca.gov/template-fca/bank/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) ── Error ('test-process_data.R:30:16'): `process_data()` throws message with bad files from 2024 ── Error in `utils::download.file(url = url, destfile = temp_path, quiet = quiet)`: cannot open URL 'https://www.fca.gov/template-fca/bank/2024December.zip' Backtrace: ▆ 1. ├─testthat::expect_true(...) at test-process_data.R:27:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─stringr::str_detect(...) 5. │ └─stringr:::check_lengths(string, pattern) 6. │ └─vctrs::vec_size_common(...) 7. ├─purrr::pluck(...) 8. │ └─purrr:::pluck_raw(.x, list2(...), .default = .default) 9. └─withr::with_tempfile(...) 10. └─base::eval(substitute(code), envir = env) 11. └─base::eval(substitute(code), envir = env) 12. └─fcall (local) download_2024_data_and_test(dir = fcadata2024) at test-process_data.R:30:16 13. ├─base::suppressMessages(...) at test-process_data.R:9:3 14. │ └─base::withCallingHandlers(...) 15. └─fcall::download_data(...) 16. └─utils::download.file(url = url, destfile = temp_path, quiet = quiet) ── Error ('test-process_data.R:57:5'): (code run outside of `test_that()`) ───── Error in `utils::download.file(url = url, destfile = temp_path, quiet = quiet)`: cannot open URL 'https://www.fca.gov/template-fca/bank/2025September.zip' Backtrace: ▆ 1. └─withr::with_tempfile(...) at test-process_data.R:54:1 2. └─base::eval(substitute(code), envir = env) 3. └─base::eval(substitute(code), envir = env) 4. ├─base::suppressMessages(...) at test-process_data.R:57:5 5. │ └─base::withCallingHandlers(...) 6. └─fcall::download_data(2025, 9, call_report_data, quiet = TRUE) 7. └─utils::download.file(url = url, destfile = temp_path, quiet = quiet) [ FAIL 3 | WARN 3 | SKIP 0 | PASS 1 ] Error: ! Test failures. Execution halted Flavor: r-release-macos-arm64

Version: 0.1.5
Check: tests
Result: ERROR Running ‘testthat.R’ [1s/7s] 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://www.fca.gov/template-fca/bank/2025June.zip' Content type 'application/zip' length 131679 bytes (128 KB) ================================================== downloaded 128 KB Files successfully downloaded into jun2025 trying URL 'https://www.fca.gov/template-fca/bank/2025September.zip' Saving _problems/test-process_data-30.R Saving _problems/test-process_data-59.R [ FAIL 3 | WARN 3 | SKIP 0 | PASS 1 ] ══ 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://www.fca.gov/template-fca/bank/2025September.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 = year2, month = month2, dest = dest2) at test-compare_metadata.R:10:3 6. └─utils::download.file(url = url, destfile = temp_path, quiet = quiet) ── Error ('test-process_data.R:30:16'): `process_data()` throws message with bad files from 2024 ── Error in `utils::download.file(url = url, destfile = temp_path, quiet = quiet)`: cannot open URL 'https://www.fca.gov/template-fca/bank/2024September.zip' Backtrace: ▆ 1. ├─testthat::expect_true(...) at test-process_data.R:27:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─stringr::str_detect(...) 5. │ └─stringr:::check_lengths(string, pattern) 6. │ └─vctrs::vec_size_common(...) 7. ├─purrr::pluck(...) 8. │ └─purrr:::pluck_raw(.x, list2(...), .default = .default) 9. └─withr::with_tempfile(...) 10. └─base::eval(substitute(code), envir = env) 11. └─base::eval(substitute(code), envir = env) 12. └─fcall (local) download_2024_data_and_test(dir = fcadata2024) at test-process_data.R:30:16 13. ├─base::suppressMessages(...) at test-process_data.R:9:3 14. │ └─base::withCallingHandlers(...) 15. └─fcall::download_data(...) 16. └─utils::download.file(url = url, destfile = temp_path, quiet = quiet) ── Error ('test-process_data.R:57:5'): (code run outside of `test_that()`) ───── Error in `utils::download.file(url = url, destfile = temp_path, quiet = quiet)`: cannot open URL 'https://www.fca.gov/template-fca/bank/2025September.zip' Backtrace: ▆ 1. └─withr::with_tempfile(...) at test-process_data.R:54:1 2. └─base::eval(substitute(code), envir = env) 3. └─base::eval(substitute(code), envir = env) 4. ├─base::suppressMessages(...) at test-process_data.R:57:5 5. │ └─base::withCallingHandlers(...) 6. └─fcall::download_data(2025, 9, call_report_data, quiet = TRUE) 7. └─utils::download.file(url = url, destfile = temp_path, quiet = quiet) [ FAIL 3 | WARN 3 | SKIP 0 | PASS 1 ] Error: ! Test failures. Execution halted Flavor: r-release-macos-x86_64

Version: 0.1.5
Check: tests
Result: ERROR Running ‘testthat.R’ [0s/5s] 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://www.fca.gov/template-fca/bank/2025June.zip' Content type 'application/zip' length 131679 bytes (128 KB) ================================================== downloaded 128 KB Files successfully downloaded into jun2025 trying URL 'https://www.fca.gov/template-fca/bank/2025September.zip' Saving _problems/test-process_data-30.R Saving _problems/test-process_data-59.R [ FAIL 3 | WARN 3 | SKIP 0 | PASS 1 ] ══ 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://www.fca.gov/template-fca/bank/2025September.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 = year2, month = month2, dest = dest2) at test-compare_metadata.R:10:3 6. └─utils::download.file(url = url, destfile = temp_path, quiet = quiet) ── Error ('test-process_data.R:30:16'): `process_data()` throws message with bad files from 2024 ── Error in `utils::download.file(url = url, destfile = temp_path, quiet = quiet)`: cannot open URL 'https://www.fca.gov/template-fca/bank/2024March.zip' Backtrace: ▆ 1. ├─testthat::expect_true(...) at test-process_data.R:27:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─stringr::str_detect(...) 5. │ └─stringr:::check_lengths(string, pattern) 6. │ └─vctrs::vec_size_common(...) 7. ├─purrr::pluck(...) 8. │ └─purrr:::pluck_raw(.x, list2(...), .default = .default) 9. └─withr::with_tempfile(...) 10. └─base::eval(substitute(code), envir = env) 11. └─base::eval(substitute(code), envir = env) 12. └─fcall (local) download_2024_data_and_test(dir = fcadata2024) at test-process_data.R:30:16 13. ├─base::suppressMessages(...) at test-process_data.R:9:3 14. │ └─base::withCallingHandlers(...) 15. └─fcall::download_data(...) 16. └─utils::download.file(url = url, destfile = temp_path, quiet = quiet) ── Error ('test-process_data.R:57:5'): (code run outside of `test_that()`) ───── Error in `utils::download.file(url = url, destfile = temp_path, quiet = quiet)`: cannot open URL 'https://www.fca.gov/template-fca/bank/2025September.zip' Backtrace: ▆ 1. └─withr::with_tempfile(...) at test-process_data.R:54:1 2. └─base::eval(substitute(code), envir = env) 3. └─base::eval(substitute(code), envir = env) 4. ├─base::suppressMessages(...) at test-process_data.R:57:5 5. │ └─base::withCallingHandlers(...) 6. └─fcall::download_data(2025, 9, call_report_data, quiet = TRUE) 7. └─utils::download.file(url = url, destfile = temp_path, quiet = quiet) [ FAIL 3 | WARN 3 | SKIP 0 | PASS 1 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-macos-arm64

Version: 0.1.5
Check: tests
Result: ERROR Running ‘testthat.R’ [1s/3s] 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://www.fca.gov/template-fca/bank/2025June.zip' Saving _problems/test-process_data-30.R Saving _problems/test-process_data-59.R [ FAIL 3 | WARN 3 | SKIP 0 | PASS 1 ] ══ 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://www.fca.gov/template-fca/bank/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) ── Error ('test-process_data.R:30:16'): `process_data()` throws message with bad files from 2024 ── Error in `utils::download.file(url = url, destfile = temp_path, quiet = quiet)`: cannot open URL 'https://www.fca.gov/template-fca/bank/2024September.zip' Backtrace: ▆ 1. ├─testthat::expect_true(...) at test-process_data.R:27:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─stringr::str_detect(...) 5. │ └─stringr:::check_lengths(string, pattern) 6. │ └─vctrs::vec_size_common(...) 7. ├─purrr::pluck(...) 8. │ └─purrr:::pluck_raw(.x, list2(...), .default = .default) 9. └─withr::with_tempfile(...) 10. └─base::eval(substitute(code), envir = env) 11. └─base::eval(substitute(code), envir = env) 12. └─fcall (local) download_2024_data_and_test(dir = fcadata2024) at test-process_data.R:30:16 13. ├─base::suppressMessages(...) at test-process_data.R:9:3 14. │ └─base::withCallingHandlers(...) 15. └─fcall::download_data(...) 16. └─utils::download.file(url = url, destfile = temp_path, quiet = quiet) ── Error ('test-process_data.R:57:5'): (code run outside of `test_that()`) ───── Error in `utils::download.file(url = url, destfile = temp_path, quiet = quiet)`: cannot open URL 'https://www.fca.gov/template-fca/bank/2025September.zip' Backtrace: ▆ 1. └─withr::with_tempfile(...) at test-process_data.R:54:1 2. └─base::eval(substitute(code), envir = env) 3. └─base::eval(substitute(code), envir = env) 4. ├─base::suppressMessages(...) at test-process_data.R:57:5 5. │ └─base::withCallingHandlers(...) 6. └─fcall::download_data(2025, 9, call_report_data, quiet = TRUE) 7. └─utils::download.file(url = url, destfile = temp_path, quiet = quiet) [ FAIL 3 | WARN 3 | SKIP 0 | PASS 1 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-macos-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.