Last updated on 2025-09-20 08:49:44 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.2 | 8.85 | 35.45 | 44.30 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.2 | 5.44 | 28.90 | 34.34 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.2 | 71.89 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.2 | 83.17 | OK | |||
r-devel-windows-x86_64 | 0.1.2 | 12.00 | 88.00 | 100.00 | OK | |
r-patched-linux-x86_64 | 0.1.2 | 7.89 | 32.67 | 40.56 | OK | |
r-release-linux-x86_64 | 0.1.1 | 8.12 | 32.82 | 40.94 | ERROR | |
r-release-macos-arm64 | 0.1.2 | 92.00 | OK | |||
r-release-macos-x86_64 | 0.1.2 | 132.00 | OK | |||
r-release-windows-x86_64 | 0.1.2 | 12.00 | 57.00 | 69.00 | OK | |
r-oldrel-macos-arm64 | 0.1.2 | 92.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.2 | 119.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.2 | 12.00 | 70.00 | 82.00 | OK |
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in ‘ArctosR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: expand_column
> ### Title: Expand information of columns in JSON format
> ### Aliases: expand_column
>
> ### ** Examples
>
> library(ArctosR)
>
> # Request to download all available data
> query <- get_records(
+ scientific_name = "Canis lupus", guid_prefix = "MSB:Mamm",
+ columns = list("guid", "parts", "partdetail")
+ )
>
> # The partdetail column is a JSON list of parts and their attributes
> # This will convert the column to dataframes:
> expand_column(query, "partdetail")
Error in private$records$expand_col(column_name) : No such column
Calls: expand_column -> <Anonymous> -> <Anonymous>
Execution halted
Flavor: r-release-linux-x86_64