Last updated on 2025-02-23 19:51:14 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.0 | 8.07 | 88.14 | 96.21 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.1.0 | 6.31 | 61.76 | 68.07 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.1.0 | 150.62 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 152.33 | ERROR | |||
r-devel-macos-arm64 | 1.1.0 | 51.00 | OK | |||
r-devel-macos-x86_64 | 1.1.0 | 118.00 | OK | |||
r-devel-windows-x86_64 | 1.1.0 | 9.00 | 92.00 | 101.00 | ERROR | |
r-patched-linux-x86_64 | 1.1.0 | 6.59 | 82.07 | 88.66 | ERROR | |
r-release-linux-x86_64 | 1.1.0 | 7.30 | 79.32 | 86.62 | ERROR | |
r-release-macos-arm64 | 1.1.0 | 50.00 | OK | |||
r-release-macos-x86_64 | 1.1.0 | 71.00 | OK | |||
r-release-windows-x86_64 | 1.1.0 | 8.00 | 93.00 | 101.00 | ERROR | |
r-oldrel-macos-arm64 | 1.1.0 | 57.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1.0 | 126.00 | OK | |||
r-oldrel-windows-x86_64 | 1.1.0 | 11.00 | 107.00 | 118.00 | ERROR |
Version: 1.1.0
Check: S3 generic/method consistency
Result: WARN
check_args:
function(object, call)
check_args.boost_tree_offset:
function(object)
check_args:
function(object, call)
check_args.poisson_reg_offset:
function(object)
See section ‘Generic functions and methods’ in the ‘Writing R
Extensions’ manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64
Version: 1.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [9s/10s]
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(offsetreg)
>
> test_check("offsetreg")
[ FAIL 6 | WARN 0 | SKIP 0 | PASS 32 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-poisson.R:49:3'): poisson_reg_offset() works ───────────────────
Error in `check_args.poisson_reg_offset(object, call = call)`: unused argument (call = call)
Backtrace:
▆
1. ├─generics::fit(...) at test-poisson.R:49:3
2. └─parsnip::fit.model_spec(...)
3. └─parsnip:::form_form(object = object, control = control, env = eval_env)
4. └─parsnip::check_args(object, call = call)
── Error ('test-poisson.R:72:3'): poisson_reg_offset() works with recipes ──────
Error in `check_args.poisson_reg_offset(object, call = call)`: unused argument (call = call)
Backtrace:
▆
1. ├─generics::fit(...) at test-poisson.R:72:3
2. └─workflows:::fit.workflow(...)
3. └─workflows::.fit_model(workflow, control)
4. ├─generics::fit(action_model, workflow = workflow, control = control)
5. └─workflows:::fit.action_model(...)
6. └─workflows:::fit_from_xy(spec, mold, case_weights, control_parsnip)
7. ├─generics::fit_xy(...)
8. └─parsnip::fit_xy.model_spec(...)
9. └─parsnip:::xy_form(...)
10. └─parsnip:::form_form(...)
11. └─parsnip::check_args(object, call = call)
── Failure ('test-poisson.R:113:3'): finalize works ────────────────────────────
Expected `fit(tune::finalize_workflow(wf, param_grid), us_deaths)` to run without any errors.
i Actually got a <simpleError> with text:
unused argument (call = call)
── Error ('test-xgboost.R:75:3'): boost_tree_offset() works ────────────────────
Error in `check_args.boost_tree_offset(object, call = call)`: unused argument (call = call)
Backtrace:
▆
1. ├─generics::fit(...) at test-xgboost.R:75:3
2. └─parsnip::fit.model_spec(...)
3. └─parsnip:::form_xy(...)
4. └─parsnip:::xy_xy(...)
5. └─parsnip::check_args(object, call = call)
── Error ('test-xgboost.R:97:3'): boost_tree_offset() works with recipes ───────
Error in `check_args.boost_tree_offset(object, call = call)`: unused argument (call = call)
Backtrace:
▆
1. ├─generics::fit(...) at test-xgboost.R:97:3
2. └─workflows:::fit.workflow(...)
3. └─workflows::.fit_model(workflow, control)
4. ├─generics::fit(action_model, workflow = workflow, control = control)
5. └─workflows:::fit.action_model(...)
6. └─workflows:::fit_from_xy(spec, mold, case_weights, control_parsnip)
7. ├─generics::fit_xy(...)
8. └─parsnip::fit_xy.model_spec(...)
9. └─parsnip:::xy_xy(...)
10. └─parsnip::check_args(object, call = call)
── Failure ('test-xgboost.R:137:3'): finalize works ────────────────────────────
Expected `fit(tune::finalize_workflow(wf, param_grid), us_deaths)` to run without any errors.
i Actually got a <simpleError> with text:
unused argument (call = call)
[ FAIL 6 | WARN 0 | SKIP 0 | PASS 32 ]
Error: Test failures
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-release-linux-x86_64
Version: 1.1.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘usage.Rmd’ using rmarkdown
Quitting from lines 129-140 [glmnet-offset-fix] (usage.Rmd)
Error: processing vignette 'usage.Rmd' failed with diagnostics:
unused argument (call = call)
--- failed re-building ‘usage.Rmd’
SUMMARY: processing the following file failed:
‘usage.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [7s/7s]
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(offsetreg)
>
> test_check("offsetreg")
[ FAIL 6 | WARN 0 | SKIP 0 | PASS 32 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-poisson.R:49:3'): poisson_reg_offset() works ───────────────────
Error in `check_args.poisson_reg_offset(object, call = call)`: unused argument (call = call)
Backtrace:
▆
1. ├─generics::fit(...) at test-poisson.R:49:3
2. └─parsnip::fit.model_spec(...)
3. └─parsnip:::form_form(object = object, control = control, env = eval_env)
4. └─parsnip::check_args(object, call = call)
── Error ('test-poisson.R:72:3'): poisson_reg_offset() works with recipes ──────
Error in `check_args.poisson_reg_offset(object, call = call)`: unused argument (call = call)
Backtrace:
▆
1. ├─generics::fit(...) at test-poisson.R:72:3
2. └─workflows:::fit.workflow(...)
3. └─workflows::.fit_model(workflow, control)
4. ├─generics::fit(action_model, workflow = workflow, control = control)
5. └─workflows:::fit.action_model(...)
6. └─workflows:::fit_from_xy(spec, mold, case_weights, control_parsnip)
7. ├─generics::fit_xy(...)
8. └─parsnip::fit_xy.model_spec(...)
9. └─parsnip:::xy_form(...)
10. └─parsnip:::form_form(...)
11. └─parsnip::check_args(object, call = call)
── Failure ('test-poisson.R:113:3'): finalize works ────────────────────────────
Expected `fit(tune::finalize_workflow(wf, param_grid), us_deaths)` to run without any errors.
i Actually got a <simpleError> with text:
unused argument (call = call)
── Error ('test-xgboost.R:75:3'): boost_tree_offset() works ────────────────────
Error in `check_args.boost_tree_offset(object, call = call)`: unused argument (call = call)
Backtrace:
▆
1. ├─generics::fit(...) at test-xgboost.R:75:3
2. └─parsnip::fit.model_spec(...)
3. └─parsnip:::form_xy(...)
4. └─parsnip:::xy_xy(...)
5. └─parsnip::check_args(object, call = call)
── Error ('test-xgboost.R:97:3'): boost_tree_offset() works with recipes ───────
Error in `check_args.boost_tree_offset(object, call = call)`: unused argument (call = call)
Backtrace:
▆
1. ├─generics::fit(...) at test-xgboost.R:97:3
2. └─workflows:::fit.workflow(...)
3. └─workflows::.fit_model(workflow, control)
4. ├─generics::fit(action_model, workflow = workflow, control = control)
5. └─workflows:::fit.action_model(...)
6. └─workflows:::fit_from_xy(spec, mold, case_weights, control_parsnip)
7. ├─generics::fit_xy(...)
8. └─parsnip::fit_xy.model_spec(...)
9. └─parsnip:::xy_xy(...)
10. └─parsnip::check_args(object, call = call)
── Failure ('test-xgboost.R:137:3'): finalize works ────────────────────────────
Expected `fit(tune::finalize_workflow(wf, param_grid), us_deaths)` to run without any errors.
i Actually got a <simpleError> with text:
unused argument (call = call)
[ FAIL 6 | WARN 0 | SKIP 0 | PASS 32 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [12s/13s]
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(offsetreg)
>
> test_check("offsetreg")
[ FAIL 6 | WARN 0 | SKIP 0 | PASS 32 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-poisson.R:49:3'): poisson_reg_offset() works ───────────────────
Error in `check_args.poisson_reg_offset(object, call = call)`: unused argument (call = call)
Backtrace:
▆
1. ├─generics::fit(...) at test-poisson.R:49:3
2. └─parsnip::fit.model_spec(...)
3. └─parsnip:::form_form(object = object, control = control, env = eval_env)
4. └─parsnip::check_args(object, call = call)
── Error ('test-poisson.R:72:3'): poisson_reg_offset() works with recipes ──────
Error in `check_args.poisson_reg_offset(object, call = call)`: unused argument (call = call)
Backtrace:
▆
1. ├─generics::fit(...) at test-poisson.R:72:3
2. └─workflows:::fit.workflow(...)
3. └─workflows::.fit_model(workflow, control)
4. ├─generics::fit(action_model, workflow = workflow, control = control)
5. └─workflows:::fit.action_model(...)
6. └─workflows:::fit_from_xy(spec, mold, case_weights, control_parsnip)
7. ├─generics::fit_xy(...)
8. └─parsnip::fit_xy.model_spec(...)
9. └─parsnip:::xy_form(...)
10. └─parsnip:::form_form(...)
11. └─parsnip::check_args(object, call = call)
── Failure ('test-poisson.R:113:3'): finalize works ────────────────────────────
Expected `fit(tune::finalize_workflow(wf, param_grid), us_deaths)` to run without any errors.
i Actually got a <simpleError> with text:
unused argument (call = call)
── Error ('test-xgboost.R:75:3'): boost_tree_offset() works ────────────────────
Error in `check_args.boost_tree_offset(object, call = call)`: unused argument (call = call)
Backtrace:
▆
1. ├─generics::fit(...) at test-xgboost.R:75:3
2. └─parsnip::fit.model_spec(...)
3. └─parsnip:::form_xy(...)
4. └─parsnip:::xy_xy(...)
5. └─parsnip::check_args(object, call = call)
── Error ('test-xgboost.R:97:3'): boost_tree_offset() works with recipes ───────
Error in `check_args.boost_tree_offset(object, call = call)`: unused argument (call = call)
Backtrace:
▆
1. ├─generics::fit(...) at test-xgboost.R:97:3
2. └─workflows:::fit.workflow(...)
3. └─workflows::.fit_model(workflow, control)
4. ├─generics::fit(action_model, workflow = workflow, control = control)
5. └─workflows:::fit.action_model(...)
6. └─workflows:::fit_from_xy(spec, mold, case_weights, control_parsnip)
7. ├─generics::fit_xy(...)
8. └─parsnip::fit_xy.model_spec(...)
9. └─parsnip:::xy_xy(...)
10. └─parsnip::check_args(object, call = call)
── Failure ('test-xgboost.R:137:3'): finalize works ────────────────────────────
Expected `fit(tune::finalize_workflow(wf, param_grid), us_deaths)` to run without any errors.
i Actually got a <simpleError> with text:
unused argument (call = call)
[ FAIL 6 | WARN 0 | SKIP 0 | PASS 32 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.1.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘usage.Rmd’ using rmarkdown
Quitting from lines 129-140 [glmnet-offset-fix] (usage.Rmd)
Error: processing vignette 'usage.Rmd' failed with diagnostics:
unused argument (call = call)
--- failed re-building ‘usage.Rmd’
SUMMARY: processing the following file failed:
‘usage.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64
Version: 1.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [12s/17s]
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(offsetreg)
>
> test_check("offsetreg")
[ FAIL 6 | WARN 0 | SKIP 0 | PASS 32 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-poisson.R:49:3'): poisson_reg_offset() works ───────────────────
Error in `check_args.poisson_reg_offset(object, call = call)`: unused argument (call = call)
Backtrace:
▆
1. ├─generics::fit(...) at test-poisson.R:49:3
2. └─parsnip::fit.model_spec(...)
3. └─parsnip:::form_form(object = object, control = control, env = eval_env)
4. └─parsnip::check_args(object, call = call)
── Error ('test-poisson.R:72:3'): poisson_reg_offset() works with recipes ──────
Error in `check_args.poisson_reg_offset(object, call = call)`: unused argument (call = call)
Backtrace:
▆
1. ├─generics::fit(...) at test-poisson.R:72:3
2. └─workflows:::fit.workflow(...)
3. └─workflows::.fit_model(workflow, control)
4. ├─generics::fit(action_model, workflow = workflow, control = control)
5. └─workflows:::fit.action_model(...)
6. └─workflows:::fit_from_xy(spec, mold, case_weights, control_parsnip)
7. ├─generics::fit_xy(...)
8. └─parsnip::fit_xy.model_spec(...)
9. └─parsnip:::xy_form(...)
10. └─parsnip:::form_form(...)
11. └─parsnip::check_args(object, call = call)
── Failure ('test-poisson.R:113:3'): finalize works ────────────────────────────
Expected `fit(tune::finalize_workflow(wf, param_grid), us_deaths)` to run without any errors.
i Actually got a <simpleError> with text:
unused argument (call = call)
── Error ('test-xgboost.R:75:3'): boost_tree_offset() works ────────────────────
Error in `check_args.boost_tree_offset(object, call = call)`: unused argument (call = call)
Backtrace:
▆
1. ├─generics::fit(...) at test-xgboost.R:75:3
2. └─parsnip::fit.model_spec(...)
3. └─parsnip:::form_xy(...)
4. └─parsnip:::xy_xy(...)
5. └─parsnip::check_args(object, call = call)
── Error ('test-xgboost.R:97:3'): boost_tree_offset() works with recipes ───────
Error in `check_args.boost_tree_offset(object, call = call)`: unused argument (call = call)
Backtrace:
▆
1. ├─generics::fit(...) at test-xgboost.R:97:3
2. └─workflows:::fit.workflow(...)
3. └─workflows::.fit_model(workflow, control)
4. ├─generics::fit(action_model, workflow = workflow, control = control)
5. └─workflows:::fit.action_model(...)
6. └─workflows:::fit_from_xy(spec, mold, case_weights, control_parsnip)
7. ├─generics::fit_xy(...)
8. └─parsnip::fit_xy.model_spec(...)
9. └─parsnip:::xy_xy(...)
10. └─parsnip::check_args(object, call = call)
── Failure ('test-xgboost.R:137:3'): finalize works ────────────────────────────
Expected `fit(tune::finalize_workflow(wf, param_grid), us_deaths)` to run without any errors.
i Actually got a <simpleError> with text:
unused argument (call = call)
[ FAIL 6 | WARN 0 | SKIP 0 | PASS 32 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
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/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(offsetreg)
>
> test_check("offsetreg")
[ FAIL 6 | WARN 0 | SKIP 0 | PASS 32 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-poisson.R:49:3'): poisson_reg_offset() works ───────────────────
Error in `check_args.poisson_reg_offset(object, call = call)`: unused argument (call = call)
Backtrace:
▆
1. ├─generics::fit(...) at test-poisson.R:49:3
2. └─parsnip::fit.model_spec(...)
3. └─parsnip:::form_form(object = object, control = control, env = eval_env)
4. └─parsnip::check_args(object, call = call)
── Error ('test-poisson.R:72:3'): poisson_reg_offset() works with recipes ──────
Error in `check_args.poisson_reg_offset(object, call = call)`: unused argument (call = call)
Backtrace:
▆
1. ├─generics::fit(...) at test-poisson.R:72:3
2. └─workflows:::fit.workflow(...)
3. └─workflows::.fit_model(workflow, control)
4. ├─generics::fit(action_model, workflow = workflow, control = control)
5. └─workflows:::fit.action_model(...)
6. └─workflows:::fit_from_xy(spec, mold, case_weights, control_parsnip)
7. ├─generics::fit_xy(...)
8. └─parsnip::fit_xy.model_spec(...)
9. └─parsnip:::xy_form(...)
10. └─parsnip:::form_form(...)
11. └─parsnip::check_args(object, call = call)
── Failure ('test-poisson.R:113:3'): finalize works ────────────────────────────
Expected `fit(tune::finalize_workflow(wf, param_grid), us_deaths)` to run without any errors.
i Actually got a <simpleError> with text:
unused argument (call = call)
── Error ('test-xgboost.R:75:3'): boost_tree_offset() works ────────────────────
Error in `check_args.boost_tree_offset(object, call = call)`: unused argument (call = call)
Backtrace:
▆
1. ├─generics::fit(...) at test-xgboost.R:75:3
2. └─parsnip::fit.model_spec(...)
3. └─parsnip:::form_xy(...)
4. └─parsnip:::xy_xy(...)
5. └─parsnip::check_args(object, call = call)
── Error ('test-xgboost.R:97:3'): boost_tree_offset() works with recipes ───────
Error in `check_args.boost_tree_offset(object, call = call)`: unused argument (call = call)
Backtrace:
▆
1. ├─generics::fit(...) at test-xgboost.R:97:3
2. └─workflows:::fit.workflow(...)
3. └─workflows::.fit_model(workflow, control)
4. ├─generics::fit(action_model, workflow = workflow, control = control)
5. └─workflows:::fit.action_model(...)
6. └─workflows:::fit_from_xy(spec, mold, case_weights, control_parsnip)
7. ├─generics::fit_xy(...)
8. └─parsnip::fit_xy.model_spec(...)
9. └─parsnip:::xy_xy(...)
10. └─parsnip::check_args(object, call = call)
── Failure ('test-xgboost.R:137:3'): finalize works ────────────────────────────
Expected `fit(tune::finalize_workflow(wf, param_grid), us_deaths)` to run without any errors.
i Actually got a <simpleError> with text:
unused argument (call = call)
[ FAIL 6 | WARN 0 | SKIP 0 | PASS 32 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64
Version: 1.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [9s/11s]
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(offsetreg)
>
> test_check("offsetreg")
[ FAIL 6 | WARN 0 | SKIP 0 | PASS 32 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-poisson.R:49:3'): poisson_reg_offset() works ───────────────────
Error in `check_args.poisson_reg_offset(object, call = call)`: unused argument (call = call)
Backtrace:
▆
1. ├─generics::fit(...) at test-poisson.R:49:3
2. └─parsnip::fit.model_spec(...)
3. └─parsnip:::form_form(object = object, control = control, env = eval_env)
4. └─parsnip::check_args(object, call = call)
── Error ('test-poisson.R:72:3'): poisson_reg_offset() works with recipes ──────
Error in `check_args.poisson_reg_offset(object, call = call)`: unused argument (call = call)
Backtrace:
▆
1. ├─generics::fit(...) at test-poisson.R:72:3
2. └─workflows:::fit.workflow(...)
3. └─workflows::.fit_model(workflow, control)
4. ├─generics::fit(action_model, workflow = workflow, control = control)
5. └─workflows:::fit.action_model(...)
6. └─workflows:::fit_from_xy(spec, mold, case_weights, control_parsnip)
7. ├─generics::fit_xy(...)
8. └─parsnip::fit_xy.model_spec(...)
9. └─parsnip:::xy_form(...)
10. └─parsnip:::form_form(...)
11. └─parsnip::check_args(object, call = call)
── Failure ('test-poisson.R:113:3'): finalize works ────────────────────────────
Expected `fit(tune::finalize_workflow(wf, param_grid), us_deaths)` to run without any errors.
i Actually got a <simpleError> with text:
unused argument (call = call)
── Error ('test-xgboost.R:75:3'): boost_tree_offset() works ────────────────────
Error in `check_args.boost_tree_offset(object, call = call)`: unused argument (call = call)
Backtrace:
▆
1. ├─generics::fit(...) at test-xgboost.R:75:3
2. └─parsnip::fit.model_spec(...)
3. └─parsnip:::form_xy(...)
4. └─parsnip:::xy_xy(...)
5. └─parsnip::check_args(object, call = call)
── Error ('test-xgboost.R:97:3'): boost_tree_offset() works with recipes ───────
Error in `check_args.boost_tree_offset(object, call = call)`: unused argument (call = call)
Backtrace:
▆
1. ├─generics::fit(...) at test-xgboost.R:97:3
2. └─workflows:::fit.workflow(...)
3. └─workflows::.fit_model(workflow, control)
4. ├─generics::fit(action_model, workflow = workflow, control = control)
5. └─workflows:::fit.action_model(...)
6. └─workflows:::fit_from_xy(spec, mold, case_weights, control_parsnip)
7. ├─generics::fit_xy(...)
8. └─parsnip::fit_xy.model_spec(...)
9. └─parsnip:::xy_xy(...)
10. └─parsnip::check_args(object, call = call)
── Failure ('test-xgboost.R:137:3'): finalize works ────────────────────────────
Expected `fit(tune::finalize_workflow(wf, param_grid), us_deaths)` to run without any errors.
i Actually got a <simpleError> with text:
unused argument (call = call)
[ FAIL 6 | WARN 0 | SKIP 0 | PASS 32 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64
Version: 1.1.0
Check: tests
Result: ERROR
Running 'testthat.R' [7s]
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(offsetreg)
>
> test_check("offsetreg")
[ FAIL 6 | WARN 0 | SKIP 0 | PASS 32 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-poisson.R:49:3'): poisson_reg_offset() works ───────────────────
Error in `check_args.poisson_reg_offset(object, call = call)`: unused argument (call = call)
Backtrace:
▆
1. ├─generics::fit(...) at test-poisson.R:49:3
2. └─parsnip::fit.model_spec(...)
3. └─parsnip:::form_form(object = object, control = control, env = eval_env)
4. └─parsnip::check_args(object, call = call)
── Error ('test-poisson.R:72:3'): poisson_reg_offset() works with recipes ──────
Error in `check_args.poisson_reg_offset(object, call = call)`: unused argument (call = call)
Backtrace:
▆
1. ├─generics::fit(...) at test-poisson.R:72:3
2. └─workflows:::fit.workflow(...)
3. └─workflows::.fit_model(workflow, control)
4. ├─generics::fit(action_model, workflow = workflow, control = control)
5. └─workflows:::fit.action_model(...)
6. └─workflows:::fit_from_xy(spec, mold, case_weights, control_parsnip)
7. ├─generics::fit_xy(...)
8. └─parsnip::fit_xy.model_spec(...)
9. └─parsnip:::xy_form(...)
10. └─parsnip:::form_form(...)
11. └─parsnip::check_args(object, call = call)
── Failure ('test-poisson.R:113:3'): finalize works ────────────────────────────
Expected `fit(tune::finalize_workflow(wf, param_grid), us_deaths)` to run without any errors.
i Actually got a <simpleError> with text:
unused argument (call = call)
── Error ('test-xgboost.R:75:3'): boost_tree_offset() works ────────────────────
Error in `check_args.boost_tree_offset(object, call = call)`: unused argument (call = call)
Backtrace:
▆
1. ├─generics::fit(...) at test-xgboost.R:75:3
2. └─parsnip::fit.model_spec(...)
3. └─parsnip:::form_xy(...)
4. └─parsnip:::xy_xy(...)
5. └─parsnip::check_args(object, call = call)
── Error ('test-xgboost.R:97:3'): boost_tree_offset() works with recipes ───────
Error in `check_args.boost_tree_offset(object, call = call)`: unused argument (call = call)
Backtrace:
▆
1. ├─generics::fit(...) at test-xgboost.R:97:3
2. └─workflows:::fit.workflow(...)
3. └─workflows::.fit_model(workflow, control)
4. ├─generics::fit(action_model, workflow = workflow, control = control)
5. └─workflows:::fit.action_model(...)
6. └─workflows:::fit_from_xy(spec, mold, case_weights, control_parsnip)
7. ├─generics::fit_xy(...)
8. └─parsnip::fit_xy.model_spec(...)
9. └─parsnip:::xy_xy(...)
10. └─parsnip::check_args(object, call = call)
── Failure ('test-xgboost.R:137:3'): finalize works ────────────────────────────
Expected `fit(tune::finalize_workflow(wf, param_grid), us_deaths)` to run without any errors.
i Actually got a <simpleError> with text:
unused argument (call = call)
[ FAIL 6 | WARN 0 | SKIP 0 | PASS 32 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64
Version: 1.1.0
Check: tests
Result: ERROR
Running 'testthat.R' [8s]
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(offsetreg)
>
> test_check("offsetreg")
[ FAIL 6 | WARN 0 | SKIP 0 | PASS 32 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-poisson.R:49:3'): poisson_reg_offset() works ───────────────────
Error in `check_args.poisson_reg_offset(object, call = call)`: unused argument (call = call)
Backtrace:
▆
1. ├─generics::fit(...) at test-poisson.R:49:3
2. └─parsnip::fit.model_spec(...)
3. └─parsnip:::form_form(object = object, control = control, env = eval_env)
4. └─parsnip::check_args(object, call = call)
── Error ('test-poisson.R:72:3'): poisson_reg_offset() works with recipes ──────
Error in `check_args.poisson_reg_offset(object, call = call)`: unused argument (call = call)
Backtrace:
▆
1. ├─generics::fit(...) at test-poisson.R:72:3
2. └─workflows:::fit.workflow(...)
3. └─workflows::.fit_model(workflow, control)
4. ├─generics::fit(action_model, workflow = workflow, control = control)
5. └─workflows:::fit.action_model(...)
6. └─workflows:::fit_from_xy(spec, mold, case_weights, control_parsnip)
7. ├─generics::fit_xy(...)
8. └─parsnip::fit_xy.model_spec(...)
9. └─parsnip:::xy_form(...)
10. └─parsnip:::form_form(...)
11. └─parsnip::check_args(object, call = call)
── Failure ('test-poisson.R:113:3'): finalize works ────────────────────────────
Expected `fit(tune::finalize_workflow(wf, param_grid), us_deaths)` to run without any errors.
i Actually got a <simpleError> with text:
unused argument (call = call)
── Error ('test-xgboost.R:75:3'): boost_tree_offset() works ────────────────────
Error in `check_args.boost_tree_offset(object, call = call)`: unused argument (call = call)
Backtrace:
▆
1. ├─generics::fit(...) at test-xgboost.R:75:3
2. └─parsnip::fit.model_spec(...)
3. └─parsnip:::form_xy(...)
4. └─parsnip:::xy_xy(...)
5. └─parsnip::check_args(object, call = call)
── Error ('test-xgboost.R:97:3'): boost_tree_offset() works with recipes ───────
Error in `check_args.boost_tree_offset(object, call = call)`: unused argument (call = call)
Backtrace:
▆
1. ├─generics::fit(...) at test-xgboost.R:97:3
2. └─workflows:::fit.workflow(...)
3. └─workflows::.fit_model(workflow, control)
4. ├─generics::fit(action_model, workflow = workflow, control = control)
5. └─workflows:::fit.action_model(...)
6. └─workflows:::fit_from_xy(spec, mold, case_weights, control_parsnip)
7. ├─generics::fit_xy(...)
8. └─parsnip::fit_xy.model_spec(...)
9. └─parsnip:::xy_xy(...)
10. └─parsnip::check_args(object, call = call)
── Failure ('test-xgboost.R:137:3'): finalize works ────────────────────────────
Expected `fit(tune::finalize_workflow(wf, param_grid), us_deaths)` to run without any errors.
i Actually got a <simpleError> with text:
unused argument (call = call)
[ FAIL 6 | WARN 0 | SKIP 0 | PASS 32 ]
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.