* using log directory 'd:/Rcompile/CRANpkg/local/4.4/prt.Rcheck' * using R version 4.4.3 (2025-02-28 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 13.3.0 GNU Fortran (GCC) 13.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'prt/DESCRIPTION' ... OK * this is package 'prt' version '0.2.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 hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'prt' can be installed ... OK * 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 ... [1s] OK * checking whether the package can be loaded with stated dependencies ... [1s] OK * checking whether the package can be unloaded cleanly ... [1s] OK * checking whether the namespace can be loaded with stated dependencies ... [1s] OK * checking whether the namespace can be unloaded cleanly ... [1s] OK * checking loading without being on the library search path ... [1s] OK * checking whether startup messages can be suppressed ... [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 ... [5s] 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 installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... [3s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [7s] ERROR Running 'testthat.R' [7s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(prt) > > if (requireNamespace("xml2")) { + test_check("prt", reporter = MultiReporter$new(reporters = list(JunitReporter$new(file = "test-results.xml"), CheckReporter$new()))) + } else { + test_check("prt") + } Loading required namespace: xml2 [ FAIL 1 | WARN 0 | SKIP 3 | PASS 253 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-format.R:24:3' • On Windows (2): 'test-format.R:48:3', 'test-format.R:61:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-nse.R:55:3'): nse subsetting ─────────────────────────────────── Error in `fst::read_fst(fst_filename(x), columns = unique(columns), from = from, to = to, as.data.table = TRUE)`: Parameter fromRow should have a positive value. Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test-nse.R:55:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. ├─base::subset(prt_cars, inds & mpg < 20, part_safe = TRUE) 7. └─prt:::subset.prt(prt_cars, inds & mpg < 20, part_safe = TRUE) 8. └─prt::subset_quo(x, subset, select, part_safe) 9. └─prt:::prt_lapply(...) 10. └─base::lapply(unclass(x), ...) 11. └─prt (local) FUN(X[[i]], ...) 12. └─prt:::fst_read(x, rows = rows, columns = j) 13. └─fst::read_fst(...) [ FAIL 1 | WARN 0 | SKIP 3 | PASS 253 ] Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [11s] OK * checking PDF version of manual ... [17s] OK * checking HTML version of manual ... [2s] OK * DONE Status: 1 ERROR