CRAN Package Check Results for Package finto

Last updated on 2026-09-05 07:50:01 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 5.57 53.31 58.88 OK
r-devel-linux-x86_64-debian-gcc 0.1.1 3.20 37.69 40.89 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.1 39.71 OK
r-devel-linux-x86_64-fedora-gcc 0.1.1 42.97 OK
r-devel-windows-x86_64 0.1.1 7.00 87.00 94.00 OK
r-patched-linux-x86_64 0.1.1 5.71 49.53 55.24 OK
r-release-linux-x86_64 0.1.1 4.87 50.85 55.72 OK
r-release-macos-arm64 0.1.1 1.00 47.00 48.00 OK
r-release-macos-x86_64 0.1.1 4.00 96.00 100.00 OK
r-release-windows-x86_64 0.1.1 7.00 88.00 95.00 OK
r-oldrel-macos-arm64 0.1.1 1.00 33.00 34.00 OK
r-oldrel-macos-x86_64 0.1.1 4.00 161.00 165.00 OK
r-oldrel-windows-x86_64 0.1.1 10.00 106.00 116.00 OK

Check Details

Version: 0.1.1
Check: examples
Result: ERROR Running examples in ‘finto-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: fetch_kanto_info > ### Title: Fetch RDF data for a specific concept from the Finto Skosmos API > ### using a single asteriID > ### Aliases: fetch_kanto_info > > ### ** Examples > > concept_data <- fetch_kanto_info(asteriID = "000094320") Requesting URL: https://api.finto.fi/rest/v1/data?uri=http%3A%2F%2Furn.fi%2FURN%3ANBN%3Afi%3Aau%3Afinaf%3A000094320&format=application%2Fjson Error in finto_api_request("data", params) : API request failed with status: 403 URL: https://api.finto.fi/rest/v1/data?uri=http%3A%2F%2Furn.fi%2FURN%3ANBN%3Afi%3Aau%3Afinaf%3A000094320&format=application%2Fjson Calls: fetch_kanto_info -> finto_api_request Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.1
Check: tests
Result: ERROR Running ‘testthat.R’ [1s/2s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(finto) > > test_check("finto") Requesting URL: https://api.finto.fi/rest/v1/search?query=sibelius&lang=fi&maxhits=5 Saving _problems/test_search_concepts-3.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_search_concepts.R:3:3'): search_concepts returns a data frame with expected structure ── Error in `finto_api_request("search", params)`: API request failed with status: 403 URL: https://api.finto.fi/rest/v1/search?query=sibelius&lang=fi&maxhits=5 Backtrace: ▆ 1. └─finto::search_concepts(query = "sibelius", lang = "fi", maxhits = 5) at test_search_concepts.R:3:3 2. └─finto::finto_api_request("search", params) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc