CRAN Package Check Results for Package rPDBapi

Last updated on 2024-05-10 08:04:31 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1 5.95 62.96 68.91 OK
r-devel-linux-x86_64-debian-gcc 1.1 4.31 41.13 45.44 ERROR
r-devel-linux-x86_64-fedora-clang 1.1 86.00 OK
r-devel-linux-x86_64-fedora-gcc 1.1 130.06 OK
r-devel-windows-x86_64 1.1 8.00 75.00 83.00 OK
r-patched-linux-x86_64 1.1 6.67 59.23 65.90 OK
r-release-linux-x86_64 1.1 6.87 60.44 67.31 OK
r-release-macos-arm64 1.1 37.00 OK
r-release-macos-x86_64 1.1 72.00 OK
r-release-windows-x86_64 1.1 7.00 76.00 83.00 OK
r-oldrel-macos-arm64 1.1 37.00 OK
r-oldrel-macos-x86_64 1.1 76.00 OK
r-oldrel-windows-x86_64 1.1 9.00 84.00 93.00 OK

Check Details

Version: 1.1
Check: examples
Result: ERROR Running examples in ‘rPDBapi-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: perform_search > ### Title: Perform a Search in the RCSB PDB > ### Aliases: perform_search > > ### ** Examples > > search_operator = InOperator(value=c("Mus musculus", "Homo sapiens"), + attribute="rcsb_entity_source_organism.taxonomy_lineage.name") > return_type = "NON_POLYMER_ENTITY" > results = perform_search(search_operator, return_type) Querying RCSB Search with the following parameters: { "query": { "type": "terminal", "service": "text", "parameters": { "attribute": "rcsb_entity_source_organism.taxonomy_lineage.name", "operator": "in", "value": ["Mus musculus", "Homo sapiens"] } }, "request_options": { "return_all_hits": true }, "return_type": "non_polymer_entity" } Error in perform_search_with_graph(query_object = search_operator, return_type = return_type, : Request failed with:{"timestamp":"2024-05-10T00:40:20.795+00:00","status":415,"error":"Unsupported Media Type","path":"/rcsbsearch/v2/query"} Calls: perform_search -> perform_search_with_graph Execution halted Flavor: r-devel-linux-x86_64-debian-gcc