Last updated on 2025-10-21 01:48:39 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.3 | 1.37 | 23.70 | 25.07 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.0.3 | 1.52 | 19.85 | 21.37 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.0.3 | 35.02 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.3 | 34.18 | OK | |||
r-devel-windows-x86_64 | 0.0.3 | 4.00 | 43.00 | 47.00 | OK | |
r-patched-linux-x86_64 | 0.0.3 | 1.74 | 21.89 | 23.63 | OK | |
r-release-linux-x86_64 | 0.0.3 | 1.66 | 22.13 | 23.79 | OK | |
r-release-macos-arm64 | 0.0.3 | 24.00 | OK | |||
r-release-macos-x86_64 | 0.0.3 | 42.00 | OK | |||
r-release-windows-x86_64 | 0.0.3 | 4.00 | 44.00 | 48.00 | OK | |
r-oldrel-macos-arm64 | 0.0.3 | 26.00 | OK | |||
r-oldrel-macos-x86_64 | 0.0.3 | 52.00 | OK | |||
r-oldrel-windows-x86_64 | 0.0.3 | 6.00 | 48.00 | 54.00 | OK |
Version: 0.0.3
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [2s/3s]
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(opengraph)
>
> test_check('opengraph')
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 8 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-property.R:3:3'): og_property works ──────────────────────────
og_property("https://www.rstudio.com", "og:title") (`actual`) isn't fully contained within c("Posit", NA_character_) (`expected`).
* Missing from `expected`: "Posit | The Open-Source Data Science Company"
* Present in `expected`: "Posit", NA
── Failure ('test-validate.R:7:3'): og_validate() works ────────────────────────
og_validate(web) (`actual`) not equal to TRUE (`expected`).
`actual`: FALSE
`expected`: TRUE
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 8 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc