Last updated on 2025-04-20 09:49:29 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.0 | 3.89 | 40.33 | 44.22 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.0 | 2.45 | 28.49 | 30.94 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.2.0 | 67.97 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 506.76 | OK | |||
r-devel-windows-x86_64 | 0.2.0 | 5.00 | 62.00 | 67.00 | OK | |
r-patched-linux-x86_64 | 0.2.0 | 3.83 | 38.43 | 42.26 | OK | |
r-release-linux-x86_64 | 0.2.0 | 3.84 | 37.46 | 41.30 | OK | |
r-release-macos-arm64 | 0.2.0 | 836.00 | OK | |||
r-release-macos-x86_64 | 0.2.0 | 1036.00 | OK | |||
r-release-windows-x86_64 | 0.2.0 | 5.00 | 62.00 | 67.00 | OK | |
r-oldrel-macos-arm64 | 0.2.0 | 182.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.0 | 363.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.0 | 6.00 | 71.00 | 77.00 | OK |
Version: 0.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [5s/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(dverse)
>
> test_check("dverse")
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 23 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• On CRAN (4): 'test-document_universe.R:66:3', 'test-is_online.R:7:3',
'test-is_online.R:13:3', 'test-is_online.R:19:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-document_universe.R:84:3'): vignettes have a reachable link ──
all(is_online(topic)) is not TRUE
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 23 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc