CRAN Package Check Results for Package rcol

Last updated on 2022-03-02 07:49:38 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.0 4.93 54.32 59.25 ERROR
r-devel-linux-x86_64-debian-gcc 0.2.0 4.38 40.43 44.81 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.0 72.86 ERROR
r-devel-linux-x86_64-fedora-gcc 0.2.0 58.43 ERROR
r-devel-windows-x86_64-new-UL 0.2.0 33.00 69.00 102.00 ERROR
r-devel-windows-x86_64-new-TK 0.2.0 ERROR
r-patched-linux-x86_64 0.2.0 5.00 48.06 53.06 ERROR
r-release-linux-x86_64 0.2.0 4.30 48.00 52.30 ERROR
r-release-macos-arm64 0.2.0 OK
r-release-macos-x86_64 0.2.0 OK
r-release-windows-ix86+x86_64 0.2.0 11.00 58.00 69.00 ERROR
r-oldrel-macos-x86_64 0.2.0 OK
r-oldrel-windows-ix86+x86_64 0.2.0 10.00 59.00 69.00 ERROR

Check Details

Version: 0.2.0
Check: examples
Result: ERROR
    Running examples in 'rcol-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: cp_children
    > ### Title: Children
    > ### Aliases: cp_children
    >
    > ### ** Examples
    >
    > chk <- function(x) {
    + z <- tryCatch(crul::ok(x), error = function(e) e)
    + if (inherits(z, "error")) FALSE else z
    + }
    > if (chk("https://api.catalogueoflife.org/version")) {
    + z <- cp_children(dataset_key=1000, taxon_id='1')
    + z
    + z$result
    + if (NROW(z$result) > 0) {
    + z$result$scientificName
    + z$result$created
    + }
    + }
    Error: Not Found 404: HTTP 404 Not Found
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.2.0
Check: examples
Result: ERROR
    Running examples in ‘rcol-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: cp_children
    > ### Title: Children
    > ### Aliases: cp_children
    >
    > ### ** Examples
    >
    > chk <- function(x) {
    + z <- tryCatch(crul::ok(x), error = function(e) e)
    + if (inherits(z, "error")) FALSE else z
    + }
    > if (chk("https://api.catalogueoflife.org/version")) {
    + z <- cp_children(dataset_key=1000, taxon_id='1')
    + z
    + z$result
    + if (NROW(z$result) > 0) {
    + z$result$scientificName
    + z$result$created
    + }
    + }
    Error: Not Found 404: HTTP 404 Not Found
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64-new-UL, r-devel-windows-x86_64-new-TK, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64