Last updated on 2026-05-20 13:51:05 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.1 | 2.91 | 37.38 | 40.29 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.1 | 2.28 | 29.31 | 31.59 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.1 | 59.87 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.2.1 | 57.96 | OK | |||
| r-devel-windows-x86_64 | 0.2.1 | 5.00 | 55.00 | 60.00 | OK | |
| r-patched-linux-x86_64 | 0.2.1 | 3.10 | 34.11 | 37.21 | OK | |
| r-release-linux-x86_64 | 0.2.1 | 2.80 | 33.98 | 36.78 | 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 | 6.00 | 55.00 | 61.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 | 64.00 | 70.00 | OK |
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") :
URL 'https://raw.githubusercontent.com/matutosi/biodiv/main/man/example.json': Timeout of 60 seconds was reached
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