CRAN Package Check Results for Package ecan

Last updated on 2025-03-15 18:49:54 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.1 3.01 32.98 35.99 OK
r-devel-linux-x86_64-debian-gcc 0.2.1 0.26 1.24 1.50 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.1 55.28 OK
r-devel-linux-x86_64-fedora-gcc 0.2.1 54.77 OK
r-devel-macos-arm64 0.2.1 21.00 OK
r-devel-macos-x86_64 0.2.1 37.00 OK
r-devel-windows-x86_64 0.2.1 4.00 54.00 58.00 OK
r-patched-linux-x86_64 0.2.1 3.04 31.47 34.51 OK
r-release-linux-x86_64 0.2.1 2.58 30.65 33.23 ERROR
r-release-macos-arm64 0.2.1 23.00 OK
r-release-macos-x86_64 0.2.1 31.00 OK
r-release-windows-x86_64 0.2.1 6.00 54.00 60.00 OK
r-oldrel-macos-arm64 0.2.1 OK
r-oldrel-macos-x86_64 0.2.1 46.00 OK
r-oldrel-windows-x86_64 0.2.1 5.00 63.00 68.00 OK

Check Details

Version: 0.2.1
Check: whether package can be installed
Result: ERROR Installation failed. Flavor: r-devel-linux-x86_64-debian-gcc

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 '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-release-linux-x86_64