* using log directory 'd:/Rcompile/CRANpkg/local/4.5/NeEDS4BigData.Rcheck' * using R version 4.5.3 (2026-03-11 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 'NeEDS4BigData/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'NeEDS4BigData' version '1.0.1' * 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 'NeEDS4BigData' can be installed ... OK * checking installed package size ... INFO installed size is 8.0Mb sub-directories of 1Mb or more: data 7.1Mb * 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 ... [2s] OK * checking whether the package can be loaded with stated dependencies ... [2s] OK * checking whether the package can be unloaded cleanly ... [2s] OK * checking whether the namespace can be loaded with stated dependencies ... [2s] OK * checking whether the namespace can be unloaded cleanly ... [2s] OK * checking loading without being on the library search path ... [3s] OK * checking whether startup messages can be suppressed ... [3s] 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 ... [18s] OK * checking Rd files ... [2s] 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 contents of 'data' directory ... OK * checking data for non-ASCII characters ... [1s] OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking examples ... [52s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [83s] ERROR Running 'spelling.R' [0s] Running 'testthat.R' [82s] 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(NeEDS4BigData) > > test_check("NeEDS4BigData") Saving _problems/test-modelRobustPoisSub-38.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 340 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-modelRobustPoisSub.R:32:1'): (code run outside of `test_that()`) ── Error in `modelRobustPoiSub(r0 = r0, rf = rf, Y = as.matrix(Original_Data[, colnames(Original_Data) %in% c("Y")]), X = as.matrix(Original_Data[, -1]), N = nrow(Original_Data), Apriori_probs = rep(1/length(All_Models), length(All_Models)), All_Combinations = All_Models, All_Covariates = colnames(Original_Data)[-1])`: There are NA or NaN values in the model parameters Backtrace: ▆ 1. ├─base::suppressMessages(...) at test-modelRobustPoisSub.R:32:1 2. │ └─base::withCallingHandlers(...) 3. ├─base::suppressWarnings(...) 4. │ └─base::withCallingHandlers(...) 5. └─NeEDS4BigData::modelRobustPoiSub(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 340 ] Error: ! Test failures. Execution halted * checking PDF version of manual ... [16s] OK * checking HTML version of manual ... [4s] OK * DONE Status: 1 ERROR