* using log directory ‘/data/gannet/ripley/R/packages/tests-MKL/farr.Rcheck’ * using R Under development (unstable) (2026-03-18 r89646) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (GCC) 15.2.1 20260123 (Red Hat 15.2.1-7) GNU Fortran (GCC) 15.2.1 20260123 (Red Hat 15.2.1-7) * running under: Fedora Linux 42 (Workstation Edition) * using session charset: UTF-8 * current time: 2026-03-18 21:25:01 UTC * using option ‘--no-stop-on-test-error’ * checking for file ‘farr/DESCRIPTION’ ... OK * this is package ‘farr’ version ‘1.0.0’ * 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 executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘farr’ can be installed ... [17s/20s] OK * checking package 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 ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... 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 ... [10s/14s] OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd line widths ... 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 ... OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking examples ... ERROR Running examples in ‘farr-Ex.R’ failed The error most likely occurred in: > ### Name: get_ff_ind > ### Title: Fetch Fama-French industry grouping. > ### Aliases: get_ff_ind > > ### ** Examples > > ## Not run: > get_ff_ind(5) Error in utils::unzip(path, list = TRUE) : zip file '/tmp/Rtmpp4I9yp/working_dir/RtmpIwWlz0/file3b4c566b4d3e70.zip' cannot be opened Calls: get_ff_ind ... vroom_fwf_ -> -> zipfile -> Execution halted * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘spelling.R’ Running ‘testthat.R’ ERROR 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(farr) Attaching package: 'farr' The following object is masked from 'package:base': truncate > > test_check("farr") Saving _problems/test-get_ff_ind-8.R Saving _problems/test-get_me_breakpoints-5.R [ FAIL 2 | WARN 0 | SKIP 0 | PASS 9 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-get_ff_ind.R:4:3'): get_ff_ind(5) works ──────────────────────── Error in `utils::unzip(path, list = TRUE)`: zip file '/tmp/Rtmpp4I9yp/working_dir/RtmpCV8agl/file3b519a18b14dc8.zip' cannot be opened Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-get_ff_ind.R:4:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─... %>% length() 5. ├─dplyr::pull(.) 6. ├─dplyr::distinct(.) 7. ├─dplyr::select(., "ff_ind") 8. ├─farr::get_ff_ind(5) 9. │ └─... %>% ... 10. ├─tidyr::extract(...) 11. ├─dplyr::filter(., !is.na(.data$sic_range)) 12. ├─tidyr::fill(., "ff_ind", "ff_ind_short_desc", "ff_ind_desc") 13. ├─dplyr::select(., -"temp") 14. ├─dplyr::mutate(...) 15. ├─readr::read_fwf(...) 16. │ └─vroom::vroom_fwf(...) 17. │ └─vroom:::vroom_fwf_(...) 18. └─vroom (local) ``("/tmp/Rtmpp4I9yp/working_dir/RtmpCV8agl/file3b519a18b14dc8.zip") 19. └─vroom:::zipfile(path) 20. └─utils::unzip(path, list = TRUE) ── Error ('test-get_me_breakpoints.R:3:1'): (code run outside of `test_that()`) ── Error in `utils::unzip(path, list = TRUE)`: zip file '/tmp/Rtmpp4I9yp/working_dir/RtmpCV8agl/file3b519a69cf0c68.zip' cannot be opened Backtrace: ▆ 1. ├─get_me_breakpoints() %>% filter(month == "2022-04-01") at test-get_me_breakpoints.R:3:1 2. ├─dplyr::filter(., month == "2022-04-01") 3. ├─farr::get_me_breakpoints() 4. │ └─readr::read_lines(t) 5. │ └─vroom::vroom_lines(...) 6. │ └─vroom:::vroom_(...) 7. └─vroom (local) ``("/tmp/Rtmpp4I9yp/working_dir/RtmpCV8agl/file3b519a69cf0c68.zip") 8. └─vroom:::zipfile(path) 9. └─utils::unzip(path, list = TRUE) [ FAIL 2 | WARN 0 | SKIP 0 | PASS 9 ] Error: ! Test failures. Execution halted * checking PDF version of manual ... [8s/11s] OK * checking HTML version of manual ... OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 2 ERRORs See ‘/data/gannet/ripley/R/packages/tests-MKL/farr.Rcheck/00check.log’ for details. Command exited with non-zero status 1 Time 1:59.55, 75.57 + 9.25