CRAN Package Check Results for Package konfound

Last updated on 2025-09-07 05:48:44 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.3 18.72 153.73 172.45 ERROR
r-devel-linux-x86_64-debian-gcc 1.0.3 12.23 107.62 119.85 OK
r-devel-linux-x86_64-fedora-clang 1.0.3 263.14 OK
r-devel-linux-x86_64-fedora-gcc 1.0.3 259.09 OK
r-devel-windows-x86_64 1.0.3 17.00 136.00 153.00 ERROR
r-patched-linux-x86_64 1.0.3 19.25 146.08 165.33 OK
r-release-linux-x86_64 1.0.3 18.44 148.89 167.33 OK
r-release-macos-arm64 1.0.3 67.00 OK
r-release-macos-x86_64 1.0.3 147.00 OK
r-release-windows-x86_64 1.0.3 18.00 142.00 160.00 OK
r-oldrel-macos-arm64 1.0.3 80.00 OK
r-oldrel-macos-x86_64 1.0.3 138.00 OK
r-oldrel-windows-x86_64 1.0.3 26.00 187.00 213.00 OK

Check Details

Version: 1.0.3
Check: examples
Result: ERROR Running examples in ‘konfound-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: konfound > ### Title: Konfound Analysis for Various Model Types > ### Aliases: konfound > > ### ** Examples > > # using lm() for linear models > m1 <- lm(mpg ~ wt + hp, data = mtcars) > konfound(m1, wt) Error in ll(object) : could not find function "ll" Calls: konfound ... tibble_quos -> eval_tidy -> <Anonymous> -> AIC.default Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.0.3
Check: tests
Result: ERROR Running ‘testthat.R’ [20s/23s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(konfound) Sensitivity analysis as described in Frank, Maroulis, Duong, and Kelcey (2013) and in Frank (2000). For more information visit http://konfound-it.com. > > test_check("konfound") Using the absolute value of the estimated effect, results can be interpreted by symmetry. Using the absolute value of the estimated effect, results can be interpreted by symmetry. Using the absolute value of the estimated effect, results can be interpreted by symmetry. [ FAIL 2 | WARN 5 | SKIP 0 | PASS 180 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-konfound.R:7:5'): konfound works for linear model ────────────── Error in `ll(object)`: could not find function "ll" Backtrace: ▆ 1. ├─konfound::konfound(m1, wt, to_return = "raw_output") at test-konfound.R:7:5 2. │ └─konfound:::konfound_lm(...) 3. │ ├─broom::glance(model_object) 4. │ └─broom:::glance.lm(model_object) 5. │ ├─base::with(...) 6. │ └─base::with.default(...) 7. │ └─base::eval(substitute(expr), data, enclos = parent.frame()) 8. │ └─base::eval(substitute(expr), data, enclos = parent.frame()) 9. │ └─tibble::tibble(...) 10. │ └─tibble:::tibble_quos(xs, .rows, .name_repair) 11. │ └─rlang::eval_tidy(xs[[j]], mask) 12. ├─stats::AIC(x) 13. └─stats:::AIC.default(x) ── Error ('test-konfound.R:31:5'): konfound returns a tibble ─────────────────── Error in `ll(object)`: could not find function "ll" Backtrace: ▆ 1. ├─konfound::konfound(m5, wt, to_return = "table") at test-konfound.R:31:5 2. │ └─konfound:::konfound_lm(...) 3. │ ├─broom::glance(model_object) 4. │ └─broom:::glance.lm(model_object) 5. │ ├─base::with(...) 6. │ └─base::with.default(...) 7. │ └─base::eval(substitute(expr), data, enclos = parent.frame()) 8. │ └─base::eval(substitute(expr), data, enclos = parent.frame()) 9. │ └─tibble::tibble(...) 10. │ └─tibble:::tibble_quos(xs, .rows, .name_repair) 11. │ └─rlang::eval_tidy(xs[[j]], mask) 12. ├─stats::AIC(x) 13. └─stats:::AIC.default(x) [ FAIL 2 | WARN 5 | SKIP 0 | PASS 180 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.0.3
Check: examples
Result: ERROR Running examples in 'konfound-Ex.R' failed The error most likely occurred in: > ### Name: konfound > ### Title: Konfound Analysis for Various Model Types > ### Aliases: konfound > > ### ** Examples > > # using lm() for linear models > m1 <- lm(mpg ~ wt + hp, data = mtcars) > konfound(m1, wt) Error in ll(object) : could not find function "ll" Calls: konfound ... tibble_quos -> eval_tidy -> <Anonymous> -> AIC.default Execution halted Flavor: r-devel-windows-x86_64

Version: 1.0.3
Check: tests
Result: ERROR Running 'testthat.R' [16s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(konfound) Sensitivity analysis as described in Frank, Maroulis, Duong, and Kelcey (2013) and in Frank (2000). For more information visit http://konfound-it.com. > > test_check("konfound") Using the absolute value of the estimated effect, results can be interpreted by symmetry. Using the absolute value of the estimated effect, results can be interpreted by symmetry. Using the absolute value of the estimated effect, results can be interpreted by symmetry. [ FAIL 2 | WARN 5 | SKIP 0 | PASS 180 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-konfound.R:7:5'): konfound works for linear model ────────────── Error in `ll(object)`: could not find function "ll" Backtrace: ▆ 1. ├─konfound::konfound(m1, wt, to_return = "raw_output") at test-konfound.R:7:5 2. │ └─konfound:::konfound_lm(...) 3. │ ├─broom::glance(model_object) 4. │ └─broom:::glance.lm(model_object) 5. │ ├─base::with(...) 6. │ └─base::with.default(...) 7. │ └─base::eval(substitute(expr), data, enclos = parent.frame()) 8. │ └─base::eval(substitute(expr), data, enclos = parent.frame()) 9. │ └─tibble::tibble(...) 10. │ └─tibble:::tibble_quos(xs, .rows, .name_repair) 11. │ └─rlang::eval_tidy(xs[[j]], mask) 12. ├─stats::AIC(x) 13. └─stats:::AIC.default(x) ── Error ('test-konfound.R:31:5'): konfound returns a tibble ─────────────────── Error in `ll(object)`: could not find function "ll" Backtrace: ▆ 1. ├─konfound::konfound(m5, wt, to_return = "table") at test-konfound.R:31:5 2. │ └─konfound:::konfound_lm(...) 3. │ ├─broom::glance(model_object) 4. │ └─broom:::glance.lm(model_object) 5. │ ├─base::with(...) 6. │ └─base::with.default(...) 7. │ └─base::eval(substitute(expr), data, enclos = parent.frame()) 8. │ └─base::eval(substitute(expr), data, enclos = parent.frame()) 9. │ └─tibble::tibble(...) 10. │ └─tibble:::tibble_quos(xs, .rows, .name_repair) 11. │ └─rlang::eval_tidy(xs[[j]], mask) 12. ├─stats::AIC(x) 13. └─stats:::AIC.default(x) [ FAIL 2 | WARN 5 | SKIP 0 | PASS 180 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64