Last updated on 2026-06-18 01:53:05 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.3.12 | 7.69 | 32.33 | 40.02 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.3.12 | 7.73 | 25.23 | 32.96 | OK | |
| r-devel-linux-x86_64-fedora-clang | 2.3.12 | 10.00 | 48.36 | 58.36 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.3.12 | 18.00 | 74.71 | 92.71 | OK | |
| r-devel-windows-x86_64 | 2.3.12 | 22.00 | 57.00 | 79.00 | OK | |
| r-patched-linux-x86_64 | 2.3.12 | 9.16 | 28.89 | 38.05 | OK | |
| r-release-linux-x86_64 | 2.3.12 | 8.62 | 28.85 | 37.47 | OK | |
| r-release-macos-arm64 | 2.3.12 | 3.00 | 15.00 | 18.00 | NOTE | |
| r-release-macos-x86_64 | 2.3.12 | 8.00 | 46.00 | 54.00 | ERROR | |
| r-release-windows-x86_64 | 2.3.12 | 19.00 | 68.00 | 87.00 | OK | |
| r-oldrel-macos-arm64 | 2.3.12 | 3.00 | 46.00 | 49.00 | OK | |
| r-oldrel-macos-x86_64 | 2.3.12 | 8.00 | 150.00 | 158.00 | OK | |
| r-oldrel-windows-x86_64 | 2.3.12 | 19.00 | 239.00 | 258.00 | OK |
Version: 2.3.12
Check: for unstated dependencies in vignettes
Result: NOTE
Error: error in inferior call:
.onLoad failed in loadNamespace() for 'knitr', details:
call: loadNamespace(x)
error: there is no package called ‘evaluate’
Execution halted
Flavor: r-release-macos-arm64
Version: 2.3.12
Check: tests
Result: ERROR
Running ‘testthat.R’ [0s/0s]
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(yaml)
>
> test_check("yaml")
Error in loadNamespace(x) : there is no package called 'cli'
Calls: test_check ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-release-macos-x86_64