- using R Under development (unstable) (2026-07-21 r90286 ucrt)
- using platform: x86_64-w64-mingw32
- R was compiled by
gcc.exe (GCC) 14.3.0
GNU Fortran (GCC) 14.3.0
- running under: Windows Server 2022 x64 (build 20348)
- using session charset: UTF-8
* current time: 2026-07-22 11:14:23 UTC
- checking for file 'fcall/DESCRIPTION' ... OK
- this is package 'fcall' version '0.1.6'
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking whether package 'fcall' can be installed ... OK
See the install log for details.
- checking installed package size ... OK
- checking package directory ... OK
- checking 'build' directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [0s] OK
- checking whether the package can be loaded with stated dependencies ... [0s] OK
- checking whether the package can be unloaded cleanly ... [1s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s] OK
- checking whether the namespace can be unloaded cleanly ... [1s] OK
- checking loading without being on the library search path ... [1s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [3s] OK
- checking Rd files ... [1s] OK
- checking Rd metadata ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking contents of 'data' directory ... OK
- checking data for non-ASCII characters ... [0s] OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking installed files from 'inst/doc' ... OK
- checking files in 'vignettes' ... OK
- checking examples ... [1s] OK
- checking for unstated dependencies in 'tests' ... OK
- checking tests ... [2s] ERROR
Running 'testthat.R' [2s]
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'
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://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)
── 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://fca-call-report-data.s3.us-east-1.amazonaws.com/raw/2024June.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. │ └─rlang::list2(...) at vctrs/R/size.R:97:3
8. ├─purrr::pluck(...)
9. │ └─purrr:::pluck_raw(.x, list2(...), .default = .default)
10. └─withr::with_tempfile(...)
11. └─base::eval(substitute(code), envir = env)
12. └─base::eval(substitute(code), envir = env)
13. └─fcall (local) download_2024_data_and_test(dir = fcadata2024) at test-process_data.R:30:16
14. ├─base::suppressMessages(...) at test-process_data.R:9:3
15. │ └─base::withCallingHandlers(...)
16. └─fcall::download_data(...)
17. └─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://fca-call-report-data.s3.us-east-1.amazonaws.com/raw/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
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [5s] OK
- checking PDF version of manual ... [19s] OK
- checking HTML version of manual ... [1s] OK
- DONE
Status: 1 ERROR