Last updated on 2025-08-31 08:49:14 CEST.
Package | ERROR | OK |
---|---|---|
ArctosR | 3 | 10 |
Current CRAN status: ERROR: 3, OK: 10
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
Flavors: r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in ‘ArctosR-Ex.R’ failed
The error most likely occurred in:
> ### 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-devel-linux-x86_64-fedora-clang