* using log directory 'd:/RCompile/CRANincoming/R-devel/crew.Rcheck' * using R Under development (unstable) (2023-12-09 r85665 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 12.3.0 GNU Fortran (GCC) 12.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'crew/DESCRIPTION' ... OK * this is package 'crew' version '0.7.0' * package encoding: UTF-8 * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers Maintainer: 'William Michael Landau ' * 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 'crew' can be installed ... OK * checking installed package size ... OK * 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 R 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 installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... ERROR Running 'local.R' Running 'testthat.R' Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(crew) Attaching package: 'crew' The following object is masked from 'package:testthat': matches > > test_check("crew") [ FAIL 1 | WARN 1 | SKIP 53 | PASS 219 ] ══ Skipped tests (53) ══════════════════════════════════════════════════════════ • On CRAN (52): 'test-crew_async.R:7:3', 'test-crew_async.R:39:3', 'test-crew_clean.R:2:3', 'test-crew_client.R:22:3', 'test-crew_controller.R:2:3', 'test-crew_controller.R:14:3', 'test-crew_controller_group.R:19:3', 'test-crew_controller_group.R:149:3', 'test-crew_controller_group.R:178:3', 'test-crew_controller_group.R:224:3', 'test-crew_controller_group.R:261:3', 'test-crew_controller_group.R:307:3', 'test-crew_controller_group.R:348:3', 'test-crew_controller_group.R:376:3', 'test-crew_controller_group.R:397:3', 'test-crew_controller_local.R:134:3', 'test-crew_controller_local.R:200:3', 'test-crew_controller_local.R:244:3', 'test-crew_controller_local.R:289:3', 'test-crew_controller_local.R:319:3', 'test-crew_controller_local.R:349:3', 'test-crew_controller_local.R:396:3', 'test-crew_controller_local.R:475:3', 'test-crew_controller_local.R:515:3', 'test-crew_controller_local.R:532:3', 'test-crew_eval.R:37:3', 'test-crew_eval.R:43:3', 'test-crew_eval.R:49:3', 'test-crew_eval.R:62:3', 'test-crew_eval.R:167:3', 'test-crew_launcher.R:23:3', 'test-crew_launcher.R:130:3', 'test-crew_launcher.R:162:3', 'test-crew_launcher.R:198:3', 'test-crew_launcher.R:236:3', 'test-crew_launcher.R:263:3', 'test-crew_launcher.R:298:3', 'test-crew_launcher.R:326:3', 'test-crew_launcher_local.R:2:3', 'test-crew_launcher_local.R:67:3', 'test-crew_launcher_local.R:125:3', 'test-crew_retry.R:2:3', 'test-crew_retry.R:16:3', 'test-crew_retry.R:29:3', 'test-crew_retry.R:48:3', 'test-crew_retry.R:67:3', 'test-crew_worker.R:2:3', 'test-plugins.R:2:3', 'test-plugins.R:107:3', 'test-plugins.R:225:3', 'test-utils_files.R:2:3', 'test-utils_packages.R:2:3' • On Windows (1): 'test-crew_controller_local.R:2:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-crew_eval.R:93:3'): crew_eval() seed and algorithm ─────────── .subset2(.GlobalEnv, ".Random.seed") (`actual`) not equal to `old_seed` (`expected`). `actual` is an integer vector (10403, 624, 1407712383, -183065420, 238225445, ...) `expected` is NULL [ FAIL 1 | WARN 1 | SKIP 53 | PASS 219 ] Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes in 'inst/doc' ... OK * checking re-building of vignette outputs ... OK * checking PDF version of manual ... [15s] OK * checking HTML version of manual ... OK * DONE Status: 1 ERROR