Last updated on 2025-02-16 09:50:47 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.0 | 14.67 | 157.72 | 172.39 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1.0 | 11.10 | 109.91 | 121.01 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.1.0 | 283.10 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 269.47 | OK | |||
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.48 | 143.60 | 162.08 | ERROR | |
r-release-linux-x86_64 | 1.1.0 | 12.65 | 144.72 | 157.37 | 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 | 14.00 | 161.00 | 175.00 | OK | |
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 | 21.00 | 198.00 | 219.00 | OK |
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’ [14s/26s]
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’ [35s/151s]
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' [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
Flavor: r-devel-windows-x86_64
Version: 1.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [19s/33s]
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’ [19s/35s]
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