Last updated on 2026-04-18 17:51:51 CEST.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| AnnotationBustR | 2 | 12 | |
| dietr | 14 | ||
| rcatfish | 1 | 13 |
Current CRAN status: NOTE: 2, OK: 12
Version: 1.3.0
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Samuel R. Borstein <sam@borstein.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = c("Samuel", "R."),
family = "Borstein",
role = c("aut", "cre"),
email = "sam@borstein.com"),
person(given = "Brian",
family = "O'Meara",
role = "aut",
email = "bomeara@utk.edu"))
as necessary.
Package CITATION file contains call(s) to old-style personList() or
as.personList(). Please use c() on person objects instead.
Package CITATION file contains call(s) to old-style citEntry(). Please
use bibentry() instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: OK: 14
Current CRAN status: ERROR: 1, OK: 13
Version: 1.0.2
Check: tests
Result: ERROR
Running 'testthat.R' [139s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> test_check("rcatfish")
Loading required package: rcatfish
Welcome to rcatfish: Access to the California Academy of Sciences Eschmeyer's Catalog of Fishes
Catalog of Fishes version of 14 Apr 2026 (Continuously updated since the early 1980s, around the turn of the month.)
If you use this package please cite both:
This R package: Borstein, S.R., Dominy, B.E. & O'Meara, B.C.(2026) rcatifsh: An R interface to the California Academy of Sciences Eschmeyer's Catalog of Fishes. Available at:https://github.com/sborstein/rcatfish.
Catalog of Fishes: Fricke, R., Eschmeyer, W.N. & van der Laan, R. 2026. Catalog of Fishes: Genera, Species, References. Available at: https://researcharchive.calacademy.org/research/ichthyology/catalog/fishcatmain.asp. Electronic version accessed 16 04 2026.
Error in read_html.response(x$response, ..., base_url = x$url) :
Internal Server Error (HTTP 500).
Saving _problems/test_rcatfish_journals-9.R
Saving _problems/test_rcatfish_references-9.R
Saving _problems/test_rcatfish_references-15.R
openSSL backend for curl is required for the Windows version of this package, but it not detected as being active. Please see the vignette on how to configure curl with openSSL for this function to work. You can access the vignette with the following: vignette('rcatfish').[ FAIL 3 | WARN 3 | SKIP 1 | PASS 11 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• could not connect to remote database (1): 'test_rcatfish_collections.R:7:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_rcatfish_journals.R:9:7'): Test that rcatfish_journals returns proper journal information ──
Expected `as.numeric(...)` to be identical to 1.
Differences:
Lengths differ: 0 is not 1
── Failure ('test_rcatfish_references.R:9:7'): rcatfish_references returns proper information ──
Expected `as.numeric(reference.hit$RefNo)` to be identical to 22574.
Differences:
Lengths differ: 0 is not 1
── Failure ('test_rcatfish_references.R:15:7'): rcatfish_references returns proper information ──
Expected `as.numeric(...)` to be identical to 1.
Differences:
Lengths differ: 0 is not 1
[ FAIL 3 | WARN 3 | SKIP 1 | PASS 11 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-windows-x86_64