* using log directory ‘/srv/hornik/tmp/CRAN_pretest/seader.Rcheck’ * using R Under development (unstable) (2026-03-07 r89568) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 21.1.8 (3+b1) Debian flang version 21.1.8 (3+b1) * running under: Debian GNU/Linux forky/sid * using session charset: UTF-8 * current time: 2026-03-08 20:14:05 UTC * checking for file ‘seader/DESCRIPTION’ ... OK * this is package ‘seader’ version ‘0.1.0’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [3s/3s] NOTE Maintainer: ‘Leonardo Fujisima ’ New submission Possibly misspelled words in DESCRIPTION: Fundação (2:32, 6:60, 10:35) SEADE (2:41, 6:69, 10:44) dplyr (9:26) * 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 serialization versions ... OK * checking whether package ‘seader’ can be installed ... [1s/1s] OK * checking package directory ... OK * checking for future file timestamps ... 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/0s] OK * checking whether the package can be loaded with stated dependencies ... [0s/0s] OK * checking whether the package can be unloaded cleanly ... [0s/0s] OK * checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK * checking whether the namespace can be unloaded cleanly ... [0s/0s] OK * checking loading without being on the library search path ... [0s/0s] 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 ... [2s/2s] OK * checking Rd files ... [0s/0s] 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 examples ... NONE * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... [2s/3s] ERROR Running ‘testthat.R’ [2s/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(seader) > > test_check("seader") Attaching package: 'dplyr' The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union trying URL 'https://github.com/fujisima/seader-data/releases/download/v0.0/birth-sex.parquet' Content type 'application/octet-stream' length 30493 bytes (29 KB) ================================================== downloaded 29 KB Saving _problems/test-read_birth-19.R Saving _problems/test-read_birth-29.R trying URL 'https://github.com/fujisima/seader-data/releases/download/v0.0/birth-age.parquet' Content type 'application/octet-stream' length 24713 bytes (24 KB) ================================================== downloaded 24 KB Saving _problems/test-read_birth-59.R Saving _problems/test-read_birth-69.R [ FAIL 4 | WARN 0 | SKIP 2 | PASS 2 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-read_birth.R:37:3', 'test-read_birth.R:77:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-read_birth.R:19:3'): read_birth_sex returns data.frame when requested ── Error in `compute.arrow_dplyr_query(x)`: NotImplemented: Support for codec 'zstd' not built Backtrace: ▆ 1. └─seader::read_birth_sex(year = 2025, as_data_frame = TRUE) at test-read_birth.R:19:3 2. └─seader:::.read_seader_dataset(...) 3. ├─base::as.data.frame(dplyr::collect(ds)) 4. ├─dplyr::collect(ds) 5. └─arrow:::collect.arrow_dplyr_query(ds) 6. └─arrow:::compute.arrow_dplyr_query(x) 7. └─base::tryCatch(...) 8. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 9. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 10. └─value[[3L]](cond) 11. └─arrow:::augment_io_error_msg(e, call, schema = schema()) 12. └─rlang::abort(msg, call = call) ── Error ('test-read_birth.R:27:3'): read_birth_sex can be filtered with dplyr ── Error in `compute.arrow_dplyr_query(x)`: NotImplemented: Support for codec 'zstd' not built Backtrace: ▆ 1. ├─dplyr::collect(...) at test-read_birth.R:27:3 2. └─arrow:::collect.arrow_dplyr_query(...) 3. └─arrow:::compute.arrow_dplyr_query(x) 4. └─base::tryCatch(...) 5. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 6. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 7. └─value[[3L]](cond) 8. └─arrow:::augment_io_error_msg(e, call, schema = schema()) 9. └─rlang::abort(msg, call = call) ── Error ('test-read_birth.R:59:3'): read_birth_mother_age returns data.frame when requested ── Error in `compute.arrow_dplyr_query(x)`: NotImplemented: Support for codec 'zstd' not built Backtrace: ▆ 1. └─seader::read_birth_mother_age(year = 2025, as_data_frame = TRUE) at test-read_birth.R:59:3 2. └─seader:::.read_seader_dataset(...) 3. ├─base::as.data.frame(dplyr::collect(ds)) 4. ├─dplyr::collect(ds) 5. └─arrow:::collect.arrow_dplyr_query(ds) 6. └─arrow:::compute.arrow_dplyr_query(x) 7. └─base::tryCatch(...) 8. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 9. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 10. └─value[[3L]](cond) 11. └─arrow:::augment_io_error_msg(e, call, schema = schema()) 12. └─rlang::abort(msg, call = call) ── Error ('test-read_birth.R:67:3'): read_birth_mother_age can be filtered with dplyr ── Error in `compute.arrow_dplyr_query(x)`: NotImplemented: Support for codec 'zstd' not built Backtrace: ▆ 1. ├─dplyr::collect(...) at test-read_birth.R:67:3 2. └─arrow:::collect.arrow_dplyr_query(...) 3. └─arrow:::compute.arrow_dplyr_query(x) 4. └─base::tryCatch(...) 5. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 6. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 7. └─value[[3L]](cond) 8. └─arrow:::augment_io_error_msg(e, call, schema = schema()) 9. └─rlang::abort(msg, call = call) [ FAIL 4 | WARN 0 | SKIP 2 | PASS 2 ] Error: ! Test failures. Execution halted * checking PDF version of manual ... [3s/3s] OK * checking HTML version of manual ... [0s/0s] OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR, 1 NOTE