CRAN Package Check Results for Package ecan

Last updated on 2026-08-19 13:51:39 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.1 2.83 38.83 41.66 OK
r-devel-linux-x86_64-debian-gcc 0.2.1 2.22 29.84 32.06 OK
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 61.00 66.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 7.00 66.00 73.00 ERROR

Check Details

Version: 0.2.1
Check: examples
Result: ERROR Running examples in 'ecan-Ex.R' failed The error most likely occurred in: > ### 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 '503 Service Unavailable' 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-oldrel-windows-x86_64