* using log directory 'd:/Rcompile/CRANpkg/local/4.4/proteus.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 'proteus/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'proteus' version '1.1.5' * 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 'proteus' can be installed ... OK * checking installed package size ... OK * 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 ... [8s] OK * checking whether the package can be loaded with stated dependencies ... [7s] OK * checking whether the package can be unloaded cleanly ... [7s] OK * checking whether the namespace can be loaded with stated dependencies ... [7s] OK * checking whether the namespace can be unloaded cleanly ... [8s] OK * checking loading without being on the library search path ... [8s] 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 ... [20s] 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 contents of 'data' directory ... OK * checking data for non-ASCII characters ... [0s] OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking examples ... [9s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [38s] ERROR Running 'testthat.R' [37s] 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(proteus) > > test_check("proteus") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-main.R:5:13'): Correct outcome format and size for base outcome3 ── Error in `pmap(hyper_params, ~proteus(data, target, future, past = ..1, ci, smoother, t_embed = ..2, activ = ..3, nodes = ..4, distr = ..5, optim = ..6, epochs, lr = ..7, patience, latent_sample, verbose, stride = ..8, dates, rolling_blocks, n_blocks, block_minset, error_scale, error_benchmark, batch_size, omit, min_default, future_plan, seed))`: i In index: 1. Caused by error: ! Future () of class MultisessionFuture interrupted, while running on 'localhost' (pid 114872) Backtrace: ▆ 1. ├─proteus::proteus_random_search(...) at test-main.R:5:13 2. │ └─purrr::pmap(...) 3. │ └─purrr:::pmap_("list", .l, .f, ..., .progress = .progress) 4. │ ├─purrr:::with_indexed_errors(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ ├─purrr:::call_with_cleanup(...) 7. │ └─proteus (local) .f(...) 8. │ └─proteus::proteus(...) 9. │ └─furrr::future_map(...) 10. │ └─furrr:::furrr_map_template(...) 11. │ └─furrr:::furrr_template(...) 12. │ ├─future::value(futures) 13. │ └─future:::value.list(futures) 14. │ └─future (local) signalConditionsASAP(...) 15. │ ├─future::value(obj, stdout = TRUE, signal = FALSE) 16. │ └─future:::value.Future(obj, stdout = TRUE, signal = FALSE) 17. │ ├─future::result(future) 18. │ └─future:::result.ClusterFuture(future) 19. │ └─base::stop(result) 20. └─purrr (local) ``(``) 21. └─cli::cli_abort(...) 22. └─rlang::abort(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] Error: Test failures Execution halted * checking PDF version of manual ... [17s] OK * checking HTML version of manual ... [1s] OK * DONE Status: 1 ERROR