CRAN Package Check Results for Package proteus

Last updated on 2025-09-27 08:48:49 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.5 22.04 276.89 298.93 OK
r-devel-linux-x86_64-debian-gcc 1.1.5 16.59 136.98 153.57 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.5 469.65 OK
r-devel-linux-x86_64-fedora-gcc 1.1.5 441.43 OK
r-devel-windows-x86_64 1.1.5 25.00 187.00 212.00 ERROR
r-patched-linux-x86_64 1.1.5 20.34 264.40 284.74 OK
r-release-linux-x86_64 1.1.5 21.37 267.42 288.79 OK
r-release-macos-arm64 1.1.5 161.00 OK
r-release-macos-x86_64 1.1.5 212.00 OK
r-release-windows-x86_64 1.1.5 25.00 187.00 212.00 ERROR
r-oldrel-macos-arm64 1.1.5 148.00 OK
r-oldrel-macos-x86_64 1.1.5 219.00 OK
r-oldrel-windows-x86_64 1.1.5 34.00 249.00 283.00 ERROR

Check Details

Version: 1.1.5
Check: tests
Result: ERROR Running ‘testthat.R’ [15s/125s] 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") block 1 204 sequence for training 204 sequence for testing epoch: 1 Train loss: 262.9648 Test loss: 247.4859 epoch: 2 Train loss: 247.7925 Test loss: 239.8265 epoch: 3 Train loss: 247.0352 Test loss: 246.9801 block 2 408 sequence for training 204 sequence for testing epoch: 1 Train loss: 254.1935 Test loss: 238.2037 epoch: 2 Train loss: 256.1766 Test loss: 244.1966 epoch: 3 Train loss: 260.1096 Test loss: 250.8688 block 3 612 sequence for training 204 sequence for testing epoch: 1 Train loss: NaN Test loss: NaN epoch: 2 Train loss: NaN Test loss: NaN epoch: 3 Train loss: NaN Test loss: NaN [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-main.R:5:13'): Correct outcome format and size for base outcome3 ── <purrr_error_indexed/rlang_error/error/condition> 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: i In index: 2. Caused by error in `pmap()`: i In index: 1. i With name: AMZN. Caused by error in `if (all(forecast == benchmark)) ...`: ! missing value where TRUE/FALSE needed 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. │ └─base::stop(value) 15. └─purrr (local) `<fn>`(`<prrr_rr_>`) 16. └─cli::cli_abort(...) 17. └─rlang::abort(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.1.5
Check: tests
Result: ERROR Running 'testthat.R' [32s] 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 ── <purrr_error_indexed/rlang_error/error/condition> 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 (<unnamed-1>) of class MultisessionFuture interrupted, while running on 'localhost' (pid 51416) 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) `<fn>`(`<FtrIntrE>`) 21. └─cli::cli_abort(...) 22. └─rlang::abort(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64

Version: 1.1.5
Check: tests
Result: ERROR Running 'testthat.R' [32s] 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 ── <purrr_error_indexed/rlang_error/error/condition> 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 (<unnamed-1>) of class MultisessionFuture interrupted, while running on 'localhost' (pid 31312) 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) `<fn>`(`<FtrIntrE>`) 21. └─cli::cli_abort(...) 22. └─rlang::abort(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] Error: Test failures Execution halted Flavor: r-release-windows-x86_64

Version: 1.1.5
Check: tests
Result: ERROR Running 'testthat.R' [39s] 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 ── <purrr_error_indexed/rlang_error/error/condition> 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 (<unnamed-1>) of class MultisessionFuture interrupted, while running on 'localhost' (pid 29184) 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) `<fn>`(`<FtrIntrE>`) 21. └─cli::cli_abort(...) 22. └─rlang::abort(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64