Last updated on 2025-09-04 05:51:25 CEST.
Package | ERROR | OK |
---|---|---|
ArctosR | 9 | 4 |
Current CRAN status: ERROR: 9, OK: 4
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-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, 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
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.