CRAN Package Check Results for Package correspondenceTables

Last updated on 2026-09-11 17:50:18 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.2 11.08 108.84 119.92 ERROR
r-devel-linux-x86_64-debian-gcc 1.0.2 6.06 74.22 80.28 OK
r-devel-linux-x86_64-fedora-clang 1.0.2 75.57 OK
r-devel-linux-x86_64-fedora-gcc 1.0.2 79.50 OK
r-devel-windows-x86_64 1.0.2 14.00 130.00 144.00 OK
r-patched-linux-x86_64 1.0.2 10.33 99.86 110.19 OK
r-release-linux-x86_64 1.0.2 8.62 100.52 109.14 OK
r-release-macos-arm64 1.0.2 2.00 43.00 45.00 OK
r-release-macos-x86_64 1.0.2 7.00 145.00 152.00 OK
r-release-windows-x86_64 1.0.2 13.00 126.00 139.00 OK
r-oldrel-macos-arm64 1.0.2 2.00 42.00 44.00 OK
r-oldrel-macos-x86_64 1.0.2 6.00 122.00 128.00 OK
r-oldrel-windows-x86_64 1.0.2 19.00 154.00 173.00 OK

Check Details

Version: 1.0.2
Check: tests
Result: ERROR Running ‘tinytest.R’ [3s/78s] Running the tests in ‘tests/tinytest.R’ failed. Complete output: > > if (requireNamespace("tinytest", quietly = TRUE)) { + tinytest::test_package("correspondenceTables") + } else { + message("tinytest not installed: test not performed") + } test_A_endpoints.R............ 0 tests 67ms test_aggregateCorrespondenceTable.R 1 tests OK test_aggregateCorrespondenceTable.R 6 tests OK test_aggregateCorrespondenceTable.R 7 tests OK test_aggregateCorrespondenceTable.R 8 tests OK test_aggregateCorrespondenceTable.R 9 tests OK test_aggregateCorrespondenceTable.R 14 tests OK test_aggregateCorrespondenceTable.R 17 tests OK 0.7s test_analyseCorrespondenceTable.R 8 tests OK test_analyseCorrespondenceTable.R 10 tests OK test_analyseCorrespondenceTable.R 14 tests OK test_analyseCorrespondenceTable.R 17 tests OK test_analyseCorrespondenceTable.R 19 tests OK test_analyseCorrespondenceTable.R 36 tests OK test_analyseCorrespondenceTable.R 39 tests OK test_analyseCorrespondenceTable.R 43 tests OK test_analyseCorrespondenceTable.R 49 tests OK test_analyseCorrespondenceTable.R 51 tests OK test_analyseCorrespondenceTable.R 53 tests OK test_analyseCorrespondenceTable.R 57 tests OK test_analyseCorrespondenceTable.R 58 tests OK test_analyseCorrespondenceTable.R 59 tests OK test_analyseCorrespondenceTable.R 60 tests OK test_analyseCorrespondenceTable.R 61 tests OK 0.5s test_classificationQC.R....... 0 tests test_classificationQC.R....... 4 tests OK test_classificationQC.R....... 5 tests OK test_classificationQC.R....... 7 tests OK test_classificationQC.R....... 11 tests OK labelHierarchy is NULL so no treatment test_classificationQC.R....... 12 tests OK test_classificationQC.R....... 22 tests OK 0.3s test_dataStructure.R.......... 1 tests OK test_dataStructure.R.......... 1 tests OK The following SPARQL code was used in the call: PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX skos: <http://www.w3.org/2004/02/skos/core#> SELECT (?scheme AS ?URI) (COALESCE(STR(?notation), REPLACE(REPLACE(STR(?scheme), '^.*/', ''), '[^A-Za-z]+.*', '')) AS ?Prefix) (COALESCE(SAMPLE(STR(?title_en)), '') AS ?Title) (GROUP_CONCAT(DISTINCT LANG(?clab); SEPARATOR=', ') AS ?Languages) WHERE { ?scheme rdf:type skos:ConceptScheme ; skos:prefLabel ?title_en . FILTER (LANG(?title_en) = 'en') OPTIONAL { ?scheme skos:notation ?notation } ?concept a skos:Concept ; skos:inScheme ?scheme ; skos:prefLabel ?clab . FILTER (LANG(?clab) != '') } GROUP BY ?scheme ?notation ORDER BY ?Prefix The above SPARQL call to https://caliper.integratedmodelling.org/caliper/sparql generated the following error message: Timeout was reached [caliper.integratedmodelling.org]: Connection timed out after 10000 milliseconds test_dataStructure.R.......... 2 tests 1 fails 10.1s test_newCorrespondenceTable.R. 0 tests test_newCorrespondenceTable.R. 0 tests test_newCorrespondenceTable.R. 0 tests test_newCorrespondenceTable.R. 2 tests OK test_newCorrespondenceTable.R. 3 tests OK 0.6s test_prefixList.R............. 0 tests test_prefixList.R............. 0 tests test_prefixList.R............. 1 tests OK test_prefixList.R............. 2 tests OK test_prefixList.R............. 2 tests OK 7ms test_retrieveClassificationTable.R 1 tests OK test_retrieveClassificationTable.R 1 tests OK test_retrieveClassificationTable.R 1 tests OK test_retrieveClassificationTable.R 1 tests OK test_retrieveClassificationTable.R 2 tests OK test_retrieveClassificationTable.R 3 tests OK test_retrieveClassificationTable.R 3 tests OK test_retrieveClassificationTable.R 4 tests OK test_retrieveClassificationTable.R 4 tests OK test_retrieveClassificationTable.R 5 tests OK test_retrieveClassificationTable.R 5 tests OK test_retrieveClassificationTable.R 5 tests OK test_retrieveClassificationTable.R 6 tests OK test_retrieveClassificationTable.R 7 tests OK test_retrieveClassificationTable.R 7 tests OK test_retrieveClassificationTable.R 8 tests OK test_retrieveClassificationTable.R 8 tests OK test_retrieveClassificationTable.R 9 tests OK 1.1s test_retrieveCorrespondenceTable.R 0 tests test_retrieveCorrespondenceTable.R 1 tests OK The following SPARQL code was used in the call: PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX skos: <http://www.w3.org/2004/02/skos/core#> SELECT (?scheme AS ?URI) (COALESCE(STR(?notation), REPLACE(REPLACE(STR(?scheme), '^.*/', ''), '[^A-Za-z]+.*', '')) AS ?Prefix) (COALESCE(SAMPLE(STR(?title_en)), '') AS ?Title) (GROUP_CONCAT(DISTINCT LANG(?clab); SEPARATOR=', ') AS ?Languages) WHERE { ?scheme rdf:type skos:ConceptScheme ; skos:prefLabel ?title_en . FILTER (LANG(?title_en) = 'en') OPTIONAL { ?scheme skos:notation ?notation } ?concept a skos:Concept ; skos:inScheme ?scheme ; skos:prefLabel ?clab . FILTER (LANG(?clab) != '') } GROUP BY ?scheme ?notation ORDER BY ?Prefix The above SPARQL call to https://caliper.integratedmodelling.org/caliper/sparql generated the following error message: Timeout was reached [caliper.integratedmodelling.org]: Connection timed out after 10002 milliseconds classificationList() failed for endpoint 'FAO': Error in classificationList(FAO): endpoint unavailable or returned unexpected data. Returning empty result. Error in curl::curl_fetch_memory(url, handle = handle): Timeout was reached [caliper.integratedmodelling.org]: Connection timed out after 10002 milliseconds Request failed [ERROR]. Retrying in 1 seconds... SPARQL query failed for 'FAO': Timeout was reached [caliper.integratedmodelling.org]: Connection timed out after 10001 milliseconds. Returning empty result. The following SPARQL code was used in the call: PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX skos: <http://www.w3.org/2004/02/skos/core#> SELECT (?scheme AS ?URI) (COALESCE(STR(?notation), REPLACE(REPLACE(STR(?scheme), '^.*/', ''), '[^A-Za-z]+.*', '')) AS ?Prefix) (COALESCE(SAMPLE(STR(?title_en)), '') AS ?Title) (GROUP_CONCAT(DISTINCT LANG(?clab); SEPARATOR=', ') AS ?Languages) WHERE { ?scheme rdf:type skos:ConceptScheme ; skos:prefLabel ?title_en . FILTER (LANG(?title_en) = 'en') OPTIONAL { ?scheme skos:notation ?notation } ?concept a skos:Concept ; skos:inScheme ?scheme ; skos:prefLabel ?clab . FILTER (LANG(?clab) != '') } GROUP BY ?scheme ?notation ORDER BY ?Prefix The above SPARQL call to https://caliper.integratedmodelling.org/caliper/sparql generated the following error message: Timeout was reached [caliper.integratedmodelling.org]: Connection timed out after 10002 milliseconds classificationList() failed for endpoint 'FAO': Error in classificationList(FAO): endpoint unavailable or returned unexpected data. Returning empty result. Error in curl::curl_fetch_memory(url, handle = handle): Timeout was reached [caliper.integratedmodelling.org]: Connection timed out after 10002 milliseconds Request failed [ERROR]. Retrying in 1.8 seconds... SPARQL query failed for 'FAO': Timeout was reached [caliper.integratedmodelling.org]: Connection timed out after 10002 milliseconds. Returning empty result. test_retrieveCorrespondenceTable.R 2 tests OK 1.0s test_updateCorrespondenceTable.R 6 tests OK test_updateCorrespondenceTable.R 7 tests OK test_updateCorrespondenceTable.R 8 tests OK test_updateCorrespondenceTable.R 9 tests OK 0.7s ----- FAILED[xcpt]: test_dataStructure.R<99--110> call| expect_error(suppressWarnings(dataStructure(endpoint = "FAO", call| --> prefix = "XXX", conceptScheme = "YYY", language = "en")), call| --> "(?i)Could not resolve the requested classification", fixed = FALSE) diff| The error message: diff| 'Error in classificationList(FAO): endpoint unavailable or returned unexpected data' diff| does not match pattern '(?i)Could not resolve the requested classification' Error: 1 out of 127 tests failed Execution halted Flavor: r-devel-linux-x86_64-debian-clang