Last updated on 2026-03-18 08:53:27 CET.
| Package | ERROR | OK |
|---|---|---|
| ORscraper | 1 | 13 |
Current CRAN status: ERROR: 1, OK: 13
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [3s/9s]
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(ORscraper)
>
> test_check("ORscraper")
Saving _problems/test_search_ncbi_clinvar-34.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 63 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_search_ncbi_clinvar.R:34:3'): search_ncbi_clinvar correctly retrieves pathogenicity information ──
Expected `result` to equal `list(c("Pathogenic", "No results"))`.
Differences:
`actual[[1]]`: "Uncertain significance" "No results"
`expected[[1]]`: "Pathogenic" "No results"
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 63 ]
Error:
! Test failures.
Execution halted
Flavor: r-patched-linux-x86_64