* using log directory 'd:/RCompile/CRANincoming/R-devel/read.dbc.Rcheck' * using R Under development (unstable) (2025-11-18 r89035 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 * checking for file 'read.dbc/DESCRIPTION' ... OK * this is package 'read.dbc' version '1.2.0' * package encoding: UTF-8 * checking CRAN incoming feasibility ... NOTE Maintainer: 'Daniela Petruzalek ' New submission Package was archived on CRAN Possibly misspelled words in DESCRIPTION: CANdb (3:245) DATASUS (3:169) DBC (2:28, 3:58, 3:251) DBF (2:44, 3:74) FoxPro (3:235) CRAN repository db overrides: X-CRAN-Comment: Archived on 2024-07-06 as errors were not corrected. * 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 serialization versions ... OK * checking whether package 'read.dbc' can be installed ... OK * used C compiler: 'gcc.exe (GCC) 14.3.0' * checking installed package size ... 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 ... 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 ... 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 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 ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... ERROR Running 'testthat.R' 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 > > if (requireNamespace("testthat", quietly = TRUE)) { + library(testthat) + library(read.dbc) + test_check("read.dbc") + } Saving _problems/test-end-to-end-36.R Saving _problems/test-implode-59.R Saving _problems/test-implode-103.R [ FAIL 3 | WARN 0 | SKIP 0 | PASS 29 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-end-to-end.R:36:3'): End-to-end workflow: CSV -> DBF -> DBC -> DataFrame ── Error in `dbc2dbf(file, out)`: Decompression failed: Distance is too far back (invalid format) Backtrace: ▆ 1. └─read.dbc::read.dbc(dbc_file) at test-end-to-end.R:36:3 2. └─read.dbc::dbc2dbf(file, out) ── Error ('test-implode.R:59:3'): dbf2dbc compresses sids.dbc correctly ──────── Error in `dbc2dbf(temp_dbc_new, temp_dbf_new)`: Decompression failed: Distance is too far back (invalid format) Backtrace: ▆ 1. ├─testthat::expect_true(dbc2dbf(temp_dbc_new, temp_dbf_new)) at test-implode.R:59:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─read.dbc::dbc2dbf(temp_dbc_new, temp_dbf_new) ── Error ('test-implode.R:103:5'): dbf2dbc compresses storm.dbc correctly ────── Error in `dbc2dbf(temp_dbc_new, temp_dbf_new)`: Decompression failed: Distance is too far back (invalid format) Backtrace: ▆ 1. ├─testthat::expect_true(dbc2dbf(temp_dbc_new, temp_dbf_new)) at test-implode.R:103:5 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─read.dbc::dbc2dbf(temp_dbc_new, temp_dbf_new) [ FAIL 3 | WARN 0 | SKIP 0 | PASS 29 ] Error: ! Test failures. Execution halted * checking PDF version of manual ... [12s] OK * checking HTML version of manual ... OK * DONE Status: 1 ERROR, 1 NOTE