CRAN Package Check Results for Package ecan

Last updated on 2026-08-18 01:51:31 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.1 2.20 37.69 39.89 OK
r-devel-linux-x86_64-debian-gcc 0.2.1 2.34 31.92 34.26 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.1 27.97 OK
r-devel-linux-x86_64-fedora-gcc 0.2.1 26.29 OK
r-devel-windows-x86_64 0.2.1 5.00 56.00 61.00 OK
r-patched-linux-x86_64 0.2.1 3.19 34.45 37.64 OK
r-release-linux-x86_64 0.2.1 2.72 34.18 36.90 OK
r-release-macos-arm64 0.2.1 1.00 13.00 14.00 OK
r-release-macos-x86_64 0.2.1 2.00 41.00 43.00 OK
r-release-windows-x86_64 0.2.1 5.00 0.00 5.00 OK
r-oldrel-macos-arm64 0.2.1 OK
r-oldrel-macos-x86_64 0.2.1 2.00 35.00 37.00 OK
r-oldrel-windows-x86_64 0.2.1 6.00 66.00 72.00 OK

Check Details

Version: 0.2.1
Check: examples
Result: ERROR Running examples in ‘ecan-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: read_biss > ### Title: Read data from BiSS (Biodiversity Investigation Support System) > ### to data frame. > ### Aliases: read_biss > > ### ** Examples > > library(dplyr) Attaching package: ‘dplyr’ The following objects are masked from ‘package:stats’: filter, lag The following objects are masked from ‘package:base’: intersect, setdiff, setequal, union > # path <- "set file path" > path <- "https://raw.githubusercontent.com/matutosi/biodiv/main/man/example.json" > read_biss(path) Warning in open.connection(con, "rb") : cannot open URL 'https://raw.githubusercontent.com/matutosi/biodiv/main/man/example.json': HTTP status was '429 Unknown Error' Error in open.connection(con, "rb") : cannot open the connection to 'https://raw.githubusercontent.com/matutosi/biodiv/main/man/example.json' Calls: read_biss ... parse_and_simplify -> parseJSON -> parse_con -> open -> open.connection Execution halted Flavor: r-devel-linux-x86_64-debian-gcc