Last updated on 2025-12-06 00:49:03 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.0 | 5.65 | 78.95 | 84.60 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1.0 | 3.32 | 33.03 | 36.35 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.1.0 | 25.00 | 116.40 | 141.40 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 13.00 | 125.57 | 138.57 | OK | |
| r-devel-windows-x86_64 | 1.1.0 | 6.00 | 101.00 | 107.00 | OK | |
| r-patched-linux-x86_64 | 1.1.0 | 6.08 | 71.44 | 77.52 | OK | |
| r-release-linux-x86_64 | 1.1.0 | 4.96 | 72.17 | 77.13 | OK | |
| r-release-macos-arm64 | 1.1.0 | OK | ||||
| r-release-macos-x86_64 | 1.1.0 | 5.00 | 96.00 | 101.00 | OK | |
| r-release-windows-x86_64 | 1.1.0 | 7.00 | 100.00 | 107.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.1.0 | 4.00 | 68.00 | 72.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.0 | 10.00 | 123.00 | 133.00 | OK |
Version: 1.1.0
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'units', 'covr', 'knitr', 'rmarkdown'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [7s/7s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library("testthat")
> library("tidylog")
Attaching package: 'tidylog'
The following object is masked from 'package:stats':
filter
>
> test_check("tidylog")
Saving _problems/test_mutate-275.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 353 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_mutate.R:275:9'): mutate: units ────────────────────────────────
<dplyr:::mutate_error/rlang_error/error/condition>
Error in `.fun(.data, ...)`: ℹ In argument: `a = units::set_units(a, mg)`.
Caused by error in `loadNamespace()`:
! there is no package called 'units'
Backtrace:
▆
1. ├─testthat::expect_message(...) at test_mutate.R:274:5
2. │ └─testthat:::quasi_capture(enquo(object), label, capture_messages)
3. │ ├─testthat (local) .capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. ├─tidylog::mutate(tibble(a = 1:2), a = units::set_units(a, mg)) at test_mutate.R:275:9
7. │ └─tidylog:::log_mutate(...)
8. │ ├─dplyr (local) .fun(.data, ...)
9. │ └─dplyr:::mutate.data.frame(.data, ...)
10. │ └─dplyr:::mutate_cols(.data, dplyr_quosures(...), by)
11. │ ├─base::withCallingHandlers(...)
12. │ └─dplyr:::mutate_col(dots[[i]], data, mask, new_columns)
13. │ └─mask$eval_all_mutate(quo)
14. │ └─dplyr (local) eval()
15. ├─base::loadNamespace(x)
16. │ ├─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
17. │ │ └─base (local) withOneRestart(expr, restarts[[1L]])
18. │ │ └─base (local) doWithOneRestart(return(expr), restart)
19. │ └─base::stop(cond)
20. └─dplyr (local) `<fn>`(`<pckgNtFE>`)
21. └─rlang::abort(message, class = error_class, parent = parent, call = error_call)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 353 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.1.0
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
Flavor: r-devel-linux-x86_64-debian-gcc