CRAN Package Check Results for Package ArctosR

Last updated on 2025-08-31 15:48:20 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 7.43 35.70 43.13 OK
r-devel-linux-x86_64-debian-gcc 0.1.1 4.73 27.66 32.39 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.1 60.57 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.1 75.29 OK
r-devel-windows-x86_64 0.1.1 8.00 72.00 80.00 OK
r-patched-linux-x86_64 0.1.1 8.69 32.74 41.43 OK
r-release-linux-x86_64 0.1.1 7.80 32.50 40.30 ERROR
r-release-macos-arm64 0.1.1 107.00 OK
r-release-macos-x86_64 0.1.1 134.00 OK
r-release-windows-x86_64 0.1.1 10.00 87.00 97.00 OK
r-oldrel-macos-arm64 0.1.1 91.00 OK
r-oldrel-macos-x86_64 0.1.1 133.00 OK
r-oldrel-windows-x86_64 0.1.1 10.00 74.00 84.00 OK

Additional issues

M1mac

Check Details

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