* using log directory ‘/srv/hornik/tmp/CRAN_pretest/readr.Rcheck’ * using R Under development (unstable) (2025-10-15 r88920) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 19.1.7 (7) Debian flang-new version 19.1.7 (7) * running under: Debian GNU/Linux forky/sid * using session charset: UTF-8 * checking for file ‘readr/DESCRIPTION’ ... OK * this is package ‘readr’ version ‘2.1.6’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [5s/7s] OK * 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 ‘readr’ can be installed ... [27s/27s] OK * used C compiler: ‘Debian clang version 19.1.7 (7)’ * used C++ compiler: ‘Debian clang version 19.1.7 (7)’ * checking package directory ... OK * checking for future file timestamps ... 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/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 whether startup messages can be suppressed ... [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 ... [6s/6s] 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 R/sysdata.rda ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking pragmas in C/C++ headers and code ... OK * checking compilation flags used ... OK * checking compiled code ... NOTE File ‘readr/libs/readr.so’: Found non-API calls to R: ‘SETLENGTH’, ‘SET_GROWABLE_BIT’, ‘SET_TRUELENGTH’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual, and section ‘Moving into C API compliance’ for issues with the use of non-API entry points. * checking installed files from ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK * checking examples ... [5s/5s] OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... [12s/12s] ERROR Running ‘first_edition.R’ [5s/5s] Running ‘second_edition.R’ [7s/6s] Running ‘spelling.R’ [0s/0s] Running the tests in ‘tests/first_edition.R’ failed. Complete output: > library(testthat) > library(readr) Attaching package: 'readr' The following objects are masked from 'package:testthat': edition_get, local_edition > > local_edition(1) > test_check("readr") [ FAIL 1 | WARN 1 | SKIP 34 | PASS 717 ] ══ Skipped tests (34) ══════════════════════════════════════════════════════════ • On CRAN (24): 'test-col-spec.R:133:3', 'test-col-spec.R:137:3', 'test-col-spec.R:142:3', 'test-col-spec.R:155:3', 'test-col-spec.R:159:3', 'test-col-spec.R:165:3', 'test-col-spec.R:175:3', 'test-col-spec.R:184:3', 'test-col-spec.R:189:3', 'test-col-spec.R:204:3', 'test-col-spec.R:208:3', 'test-col-spec.R:215:3', 'test-col-spec.R:232:3', 'test-col-spec.R:249:3', 'test-melt-csv.R:86:3', 'test-parsing-datetime.R:204:3', 'test-parsing-datetime.R:240:3', 'test-read-csv.R:89:3', 'test-read-csv.R:138:3', 'test-read-csv.R:167:3', 'test-read-csv.R:233:3', 'test-read-file.R:51:3', 'test-read-file.R:58:3', 'test-utils.R:5:3' • edition_first() is TRUE (10): 'test-col-spec.R:34:3', 'test-col-spec.R:73:3', 'test-parsing-numeric.R:36:3', 'test-problems.R:7:3', 'test-problems.R:37:3', 'test-read-csv.R:205:3', 'test-read-csv.R:318:3', 'test-read-lines.R:13:3', 'test-write.R:69:3', 'test-write.R:92:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-melt-csv.R:5:3'): read_csv type imputation and NA detection works ── melt_data$data_type[7:11] (`actual`) not equal to c("missing", "empty", "character", "integer", "double") (`expected`). `actual`: "missing" "empty" "empty" "character" "integer" `expected`: "missing" "empty" "character" "integer" "double" [ FAIL 1 | WARN 1 | SKIP 34 | PASS 717 ] Error: Test failures Execution halted Ran 1/1 deferred expressions Running the tests in ‘tests/second_edition.R’ failed. Complete output: > library(testthat) > library(readr) Attaching package: 'readr' The following objects are masked from 'package:testthat': edition_get, local_edition > > test_check("readr") [ FAIL 1 | WARN 0 | SKIP 37 | PASS 708 ] ══ Skipped tests (37) ══════════════════════════════════════════════════════════ • On CRAN (22): 'test-col-spec.R:133:3', 'test-col-spec.R:137:3', 'test-col-spec.R:142:3', 'test-col-spec.R:155:3', 'test-col-spec.R:159:3', 'test-col-spec.R:165:3', 'test-col-spec.R:175:3', 'test-col-spec.R:184:3', 'test-col-spec.R:189:3', 'test-col-spec.R:204:3', 'test-col-spec.R:208:3', 'test-col-spec.R:215:3', 'test-col-spec.R:232:3', 'test-col-spec.R:249:3', 'test-melt-csv.R:86:3', 'test-parsing-datetime.R:204:3', 'test-parsing-datetime.R:240:3', 'test-read-csv.R:89:3', 'test-read-csv.R:233:3', 'test-read-file.R:51:3', 'test-read-file.R:58:3', 'test-utils.R:5:3' • edition_first() is not TRUE (15): 'test-problems.R:16:3', 'test-read-csv.R:82:3', 'test-read-csv.R:102:3', 'test-read-csv.R:129:3', 'test-read-csv.R:153:3', 'test-read-csv.R:166:3', 'test-read-csv.R:358:3', 'test-read-fwf.R:67:3', 'test-read-fwf.R:105:3', 'test-read-fwf.R:110:3', 'test-read-fwf.R:135:3', 'test-read-fwf.R:151:3', 'test-read-fwf.R:158:3', 'test-read-lines.R:78:3', 'test-write.R:11:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-melt-csv.R:5:3'): read_csv type imputation and NA detection works ── melt_data$data_type[7:11] (`actual`) not equal to c("missing", "empty", "character", "integer", "double") (`expected`). `actual`: "missing" "empty" "empty" "character" "integer" `expected`: "missing" "empty" "character" "integer" "double" [ FAIL 1 | WARN 0 | SKIP 37 | PASS 708 ] Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [5s/5s] OK * checking PDF version of manual ... [5s/4s] OK * checking HTML version of manual ... [1s/1s] 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