Last updated on 2025-02-23 19:51:13 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.0 | 13.95 | 157.16 | 171.11 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.1.0 | 11.40 | 110.66 | 122.06 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.1.0 | 272.21 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 264.59 | ERROR | |||
r-devel-macos-arm64 | 1.1.0 | 80.00 | OK | |||
r-devel-macos-x86_64 | 1.1.0 | 173.00 | OK | |||
r-devel-windows-x86_64 | 1.1.0 | 15.00 | 155.00 | 170.00 | ERROR | |
r-patched-linux-x86_64 | 1.1.0 | 18.91 | 143.47 | 162.38 | ERROR | |
r-release-linux-x86_64 | 1.1.0 | 13.98 | 144.22 | 158.20 | ERROR | |
r-release-macos-arm64 | 1.1.0 | 80.00 | OK | |||
r-release-macos-x86_64 | 1.1.0 | 125.00 | OK | |||
r-release-windows-x86_64 | 1.1.0 | 15.00 | 154.00 | 169.00 | ERROR | |
r-oldrel-macos-arm64 | 1.1.0 | 92.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1.0 | 158.00 | OK | |||
r-oldrel-windows-x86_64 | 1.1.0 | 20.00 | 193.00 | 213.00 | ERROR |
Version: 1.1.0
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
step_nest.Rd: tidy.recipe
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64
Version: 1.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [22s/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(nestedmodels)
>
> test_check("nestedmodels")
Loading required package: Matrix
Loaded glmnet 4.1-8
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
[ FAIL 1 | WARN 1 | SKIP 4 | PASS 173 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• On CRAN (4): 'test-autoplot.R:20:3', 'test-fit_xy.R:39:3',
'test-nested_model.R:24:3', 'test-step_nest.R:10:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-multi_predict.R:13:3'): multi_predict.nested_model_fit works ───
Error in `fix_predictions(pred, model_map$data)`: All of the predictions failed.
Backtrace:
▆
1. ├─base::suppressWarnings(...) at test-multi_predict.R:13:3
2. │ └─base::withCallingHandlers(...)
3. ├─parsnip::multi_predict(...)
4. └─nestedmodels:::multi_predict.nested_model_fit(...)
5. └─nestedmodels:::fix_predictions(pred, model_map$data)
6. └─cli::cli_abort(c("All of the predictions failed."))
7. └─rlang::abort(...)
[ FAIL 1 | WARN 1 | SKIP 4 | PASS 173 ]
Deleting unused snapshots:
• autoplot/combined-autoplot-results.svg
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [14s/28s]
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(nestedmodels)
>
> test_check("nestedmodels")
Loading required package: Matrix
Loaded glmnet 4.1-8
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
[ FAIL 1 | WARN 1 | SKIP 4 | PASS 173 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• On CRAN (4): 'test-autoplot.R:20:3', 'test-fit_xy.R:39:3',
'test-nested_model.R:24:3', 'test-step_nest.R:10:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-multi_predict.R:13:3'): multi_predict.nested_model_fit works ───
Error in `fix_predictions(pred, model_map$data)`: All of the predictions failed.
Backtrace:
▆
1. ├─base::suppressWarnings(...) at test-multi_predict.R:13:3
2. │ └─base::withCallingHandlers(...)
3. ├─parsnip::multi_predict(...)
4. └─nestedmodels:::multi_predict.nested_model_fit(...)
5. └─nestedmodels:::fix_predictions(pred, model_map$data)
6. └─cli::cli_abort(c("All of the predictions failed."))
7. └─rlang::abort(...)
[ FAIL 1 | WARN 1 | SKIP 4 | PASS 173 ]
Deleting unused snapshots:
• autoplot/combined-autoplot-results.svg
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [33s/81s]
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(nestedmodels)
>
> test_check("nestedmodels")
Loading required package: Matrix
Loaded glmnet 4.1-8
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
[ FAIL 1 | WARN 1 | SKIP 4 | PASS 173 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• On CRAN (4): 'test-autoplot.R:20:3', 'test-fit_xy.R:39:3',
'test-nested_model.R:24:3', 'test-step_nest.R:10:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-multi_predict.R:13:3'): multi_predict.nested_model_fit works ───
Error in `fix_predictions(pred, model_map$data)`: All of the predictions failed.
Backtrace:
▆
1. ├─base::suppressWarnings(...) at test-multi_predict.R:13:3
2. │ └─base::withCallingHandlers(...)
3. ├─parsnip::multi_predict(...)
4. └─nestedmodels:::multi_predict.nested_model_fit(...)
5. └─nestedmodels:::fix_predictions(pred, model_map$data)
6. └─cli::cli_abort(c("All of the predictions failed."))
7. └─rlang::abort(...)
[ FAIL 1 | WARN 1 | SKIP 4 | PASS 173 ]
Deleting unused snapshots:
• autoplot/combined-autoplot-results.svg
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [31s/71s]
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(nestedmodels)
>
> test_check("nestedmodels")
Loading required package: Matrix
Loaded glmnet 4.1-8
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
[ FAIL 1 | WARN 1 | SKIP 4 | PASS 173 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• On CRAN (4): 'test-autoplot.R:20:3', 'test-fit_xy.R:39:3',
'test-nested_model.R:24:3', 'test-step_nest.R:10:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-multi_predict.R:13:3'): multi_predict.nested_model_fit works ───
Error in `fix_predictions(pred, model_map$data)`: All of the predictions failed.
Backtrace:
▆
1. ├─base::suppressWarnings(...) at test-multi_predict.R:13:3
2. │ └─base::withCallingHandlers(...)
3. ├─parsnip::multi_predict(...)
4. └─nestedmodels:::multi_predict.nested_model_fit(...)
5. └─nestedmodels:::fix_predictions(pred, model_map$data)
6. └─cli::cli_abort(c("All of the predictions failed."))
7. └─rlang::abort(...)
[ FAIL 1 | WARN 1 | SKIP 4 | PASS 173 ]
Deleting unused snapshots:
• autoplot/combined-autoplot-results.svg
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.1.0
Check: tests
Result: ERROR
Running 'testthat.R' [24s]
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(nestedmodels)
>
> test_check("nestedmodels")
Loading required package: Matrix
Loaded glmnet 4.1-8
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
[ FAIL 1 | WARN 1 | SKIP 4 | PASS 173 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• On CRAN (4): 'test-autoplot.R:20:3', 'test-fit_xy.R:39:3',
'test-nested_model.R:24:3', 'test-step_nest.R:10:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-multi_predict.R:13:3'): multi_predict.nested_model_fit works ───
Error in `fix_predictions(pred, model_map$data)`: All of the predictions failed.
Backtrace:
▆
1. ├─base::suppressWarnings(...) at test-multi_predict.R:13:3
2. │ └─base::withCallingHandlers(...)
3. ├─parsnip::multi_predict(...)
4. └─nestedmodels:::multi_predict.nested_model_fit(...)
5. └─nestedmodels:::fix_predictions(pred, model_map$data)
6. └─cli::cli_abort(c("All of the predictions failed."))
7. └─rlang::abort(...)
[ FAIL 1 | WARN 1 | SKIP 4 | PASS 173 ]
Deleting unused snapshots:
• autoplot/combined-autoplot-results.svg
Error: Test failures
Execution halted
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
Version: 1.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [20s/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(nestedmodels)
>
> test_check("nestedmodels")
Loading required package: Matrix
Loaded glmnet 4.1-8
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
[ FAIL 1 | WARN 1 | SKIP 4 | PASS 173 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• On CRAN (4): 'test-autoplot.R:20:3', 'test-fit_xy.R:39:3',
'test-nested_model.R:24:3', 'test-step_nest.R:10:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-multi_predict.R:13:3'): multi_predict.nested_model_fit works ───
Error in `fix_predictions(pred, model_map$data)`: All of the predictions failed.
Backtrace:
▆
1. ├─base::suppressWarnings(...) at test-multi_predict.R:13:3
2. │ └─base::withCallingHandlers(...)
3. ├─parsnip::multi_predict(...)
4. └─nestedmodels:::multi_predict.nested_model_fit(...)
5. └─nestedmodels:::fix_predictions(pred, model_map$data)
6. └─cli::cli_abort(c("All of the predictions failed."))
7. └─rlang::abort(...)
[ FAIL 1 | WARN 1 | SKIP 4 | PASS 173 ]
Deleting unused snapshots:
• autoplot/combined-autoplot-results.svg
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64
Version: 1.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [20s/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(nestedmodels)
>
> test_check("nestedmodels")
Loading required package: Matrix
Loaded glmnet 4.1-8
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
[ FAIL 1 | WARN 1 | SKIP 4 | PASS 173 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• On CRAN (4): 'test-autoplot.R:20:3', 'test-fit_xy.R:39:3',
'test-nested_model.R:24:3', 'test-step_nest.R:10:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-multi_predict.R:13:3'): multi_predict.nested_model_fit works ───
Error in `fix_predictions(pred, model_map$data)`: All of the predictions failed.
Backtrace:
▆
1. ├─base::suppressWarnings(...) at test-multi_predict.R:13:3
2. │ └─base::withCallingHandlers(...)
3. ├─parsnip::multi_predict(...)
4. └─nestedmodels:::multi_predict.nested_model_fit(...)
5. └─nestedmodels:::fix_predictions(pred, model_map$data)
6. └─cli::cli_abort(c("All of the predictions failed."))
7. └─rlang::abort(...)
[ FAIL 1 | WARN 1 | SKIP 4 | PASS 173 ]
Deleting unused snapshots:
• autoplot/combined-autoplot-results.svg
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64
Version: 1.1.0
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(nestedmodels)
>
> test_check("nestedmodels")
Loading required package: Matrix
Loaded glmnet 4.1-8
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error in fit(...) : `penalty` must be a number or `NULL`, not a call.
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
Error: $ operator is invalid for atomic vectors
[ FAIL 1 | WARN 1 | SKIP 4 | PASS 173 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• On CRAN (4): 'test-autoplot.R:20:3', 'test-fit_xy.R:39:3',
'test-nested_model.R:24:3', 'test-step_nest.R:10:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-multi_predict.R:13:3'): multi_predict.nested_model_fit works ───
Error in `fix_predictions(pred, model_map$data)`: All of the predictions failed.
Backtrace:
▆
1. ├─base::suppressWarnings(...) at test-multi_predict.R:13:3
2. │ └─base::withCallingHandlers(...)
3. ├─parsnip::multi_predict(...)
4. └─nestedmodels:::multi_predict.nested_model_fit(...)
5. └─nestedmodels:::fix_predictions(pred, model_map$data)
6. └─cli::cli_abort(c("All of the predictions failed."))
7. └─rlang::abort(...)
[ FAIL 1 | WARN 1 | SKIP 4 | PASS 173 ]
Deleting unused snapshots:
• autoplot/combined-autoplot-results.svg
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.