Last updated on 2025-11-06 05:50:31 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| apportion | 13 | ||
| baf | 13 | ||
| bskyr | 13 | ||
| censable | 13 | ||
| congress | 13 | ||
| crayons | 13 | ||
| cvap | 13 | ||
| divseg | 13 | ||
| dots | 13 | ||
| flexoki | 13 | ||
| geomander | 13 | ||
| ggredist | 13 | ||
| gptzeror | 13 | ||
| jot | 13 | ||
| name | 13 | ||
| opengraph | 9 | 4 | |
| palette | 13 | ||
| planscorer | 13 | ||
| ppmf | 13 | ||
| redist | 3 | 10 | |
| redistverse | 13 | ||
| tinytiger | 13 | ||
| typr | 13 |
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: ERROR: 9, OK: 4
Version: 0.0.3
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [2s/4s]
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
Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.0.3
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [1s/2s]
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
Version: 0.0.3
Check: tests
Result: ERROR
Running ‘spelling.R’
Running ‘testthat.R’ [3s/16s]
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-fedora-clang
Version: 0.0.3
Check: tests
Result: ERROR
Running ‘spelling.R’
Running ‘testthat.R’
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-fedora-gcc
Version: 0.0.3
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [2s]
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
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
Version: 0.0.3
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [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-oldrel-windows-x86_64
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: NOTE: 3, OK: 10
Version: 4.3.1
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘Rmpi’
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 4.3.1
Check: installed package size
Result: NOTE
installed size is 19.2Mb
sub-directories of 1Mb or more:
data 1.2Mb
libs 15.3Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13