CRAN Package Check Results for Maintainer ‘Giancarlo Vercellino <giancarlo.vercellino at gmail.com>’

Last updated on 2025-08-31 08:49:14 CEST.

Package ERROR NOTE OK
audrex 2 11
chopper 13
codez 13
dymo 13
hmix 13
janus 13
jenga 2 11
lambdaTS 2 11
naive 13
proteus 3 10
segen 13
sense 2 11
snap 2 11
spinner 2 11
spooky 2 11
temper 13
tetragon 2 11
unfold 3 10
xpect 13

Package audrex

Current CRAN status: NOTE: 2, OK: 11

Version: 2.0.1
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Giancarlo Vercellino <giancarlo.vercellino@gmail.com>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: person(given = "Giancarlo", family = "Vercellino", role = c("aut", "cre"), email = "giancarlo.vercellino@gmail.com") as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Package chopper

Current CRAN status: OK: 13

Package codez

Current CRAN status: OK: 13

Package dymo

Current CRAN status: OK: 13

Package hmix

Current CRAN status: OK: 13

Package janus

Current CRAN status: OK: 13

Package jenga

Current CRAN status: NOTE: 2, OK: 11

Version: 1.3.0
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Giancarlo Vercellino <giancarlo.vercellino@gmail.com>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: person(given = "Giancarlo", family = "Vercellino", role = c("aut", "cre"), email = "giancarlo.vercellino@gmail.com") as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Package lambdaTS

Current CRAN status: NOTE: 2, OK: 11

Version: 1.1
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Giancarlo Vercellino <giancarlo.vercellino@gmail.com>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: person(given = "Giancarlo", family = "Vercellino", role = c("aut", "cre"), email = "giancarlo.vercellino@gmail.com") as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Package naive

Current CRAN status: OK: 13

Package proteus

Current CRAN status: ERROR: 3, OK: 10

Version: 1.1.5
Check: tests
Result: ERROR Running 'testthat.R' [31s] 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 163132) 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’ [17s/93s] 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: 254.173 Test loss: 240.7266 epoch: 2 Train loss: 246.9951 Test loss: 252.2842 epoch: 3 Train loss: 256.9756 Test loss: 250.4461 block 2 408 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: 1. 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-patched-linux-x86_64

Version: 1.1.5
Check: tests
Result: 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 ── <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 170440) 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

Package segen

Current CRAN status: OK: 13

Package sense

Current CRAN status: NOTE: 2, OK: 11

Version: 1.1.0
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Giancarlo Vercellino <giancarlo.vercellino@gmail.com>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: person(given = "Giancarlo", family = "Vercellino", role = c("aut", "cre"), email = "giancarlo.vercellino@gmail.com") as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Package snap

Current CRAN status: NOTE: 2, OK: 11

Version: 1.1.0
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Giancarlo Vercellino <giancarlo.vercellino@gmail.com>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: person(given = "Giancarlo", family = "Vercellino", role = c("aut", "cre"), email = "giancarlo.vercellino@gmail.com") as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Package spinner

Current CRAN status: ERROR: 2, OK: 11

Version: 1.1.0
Check: tests
Result: ERROR Running 'testthat.R' [4s] 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(spinner) > > test_check("spinner") Flavor: r-devel-windows-x86_64

Version: 1.1.0
Check: tests
Result: ERROR Running 'testthat.R' [6s] 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(spinner) > > test_check("spinner") Flavor: r-oldrel-windows-x86_64

Package spooky

Current CRAN status: NOTE: 2, OK: 11

Version: 1.4.0
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Giancarlo Vercellino <giancarlo.vercellino@gmail.com>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: person(given = "Giancarlo", family = "Vercellino", role = c("aut", "cre"), email = "giancarlo.vercellino@gmail.com") as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Package temper

Current CRAN status: OK: 13

Package tetragon

Current CRAN status: NOTE: 2, OK: 11

Version: 1.3.0
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Giancarlo Vercellino <giancarlo.vercellino@gmail.com>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: person(given = "Giancarlo", family = "Vercellino", role = c("aut", "cre"), email = "giancarlo.vercellino@gmail.com") as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Package unfold

Current CRAN status: ERROR: 3, OK: 10

Version: 1.0.0
Check: tests
Result: ERROR Running 'testthat.R' [5s] 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(unfold) > > test_check("unfold") Flavor: r-devel-windows-x86_64

Version: 1.0.0
Check: tests
Result: ERROR Running 'testthat.R' [4s] 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(unfold) > > test_check("unfold") Flavor: r-release-windows-x86_64

Version: 1.0.0
Check: tests
Result: ERROR Running 'testthat.R' [6s] 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(unfold) > > test_check("unfold") Flavor: r-oldrel-windows-x86_64

Package xpect

Current CRAN status: OK: 13