Last updated on 2025-03-13 15:51:18 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.1 | 2.49 | 33.08 | 35.57 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.1 | 2.09 | 26.42 | 28.51 | OK | |
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 | 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 | 4.00 | 53.00 | 57.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 | 61.00 | 66.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") :
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