Last updated on 2025-09-04 21:49:59 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.6 | 14.04 | 234.94 | 248.98 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.6 | 10.51 | 159.69 | 170.20 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.2.6 | 379.01 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.6 | 370.73 | OK | |||
r-devel-windows-x86_64 | 0.2.6 | 17.00 | 202.00 | 219.00 | OK | |
r-patched-linux-x86_64 | 0.2.6 | 14.19 | 222.23 | 236.42 | OK | |
r-release-linux-x86_64 | 0.2.6 | 14.72 | 222.05 | 236.77 | OK | |
r-release-macos-arm64 | 0.2.6 | 125.00 | OK | |||
r-release-macos-x86_64 | 0.2.6 | 227.00 | OK | |||
r-release-windows-x86_64 | 0.2.6 | 17.00 | 201.00 | 218.00 | OK | |
r-oldrel-macos-arm64 | 0.2.6 | 101.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.6 | 225.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.6 | 23.00 | 268.00 | 291.00 | OK |
Version: 0.2.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [20s/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/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(sweep)
>
> test_check("sweep")
[ FAIL 1 | WARN 19 | SKIP 0 | PASS 183 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_tidiers_lm.R:15:5'): sw_*.default test returns tibble with correct rows and columns. ──
Error in `ll(object)`: could not find function "ll"
Backtrace:
▆
1. ├─sweep::sw_glance(fit_lm) at test_tidiers_lm.R:15:5
2. ├─sweep:::sw_glance.default(fit_lm)
3. │ ├─broom::glance(x, ...) %>% tibble::as_tibble()
4. │ ├─broom::glance(x, ...)
5. │ └─broom:::glance.lm(x, ...)
6. │ ├─base::with(...)
7. │ └─base::with.default(...)
8. │ └─base::eval(substitute(expr), data, enclos = parent.frame())
9. │ └─base::eval(substitute(expr), data, enclos = parent.frame())
10. │ └─tibble::tibble(...)
11. │ └─tibble:::tibble_quos(xs, .rows, .name_repair)
12. │ └─rlang::eval_tidy(xs[[j]], mask)
13. ├─tibble::as_tibble(.)
14. ├─stats::AIC(x)
15. └─stats:::AIC.default(x)
[ FAIL 1 | WARN 19 | SKIP 0 | PASS 183 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc