CRAN Package Check Results for Package finna

Last updated on 2026-06-19 07:51:50 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 8.20 76.02 84.22 OK
r-devel-linux-x86_64-debian-gcc 0.1.1 5.69 56.50 62.19 OK
r-devel-linux-x86_64-fedora-clang 0.1.2 85.05 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.2 93.75 ERROR
r-devel-windows-x86_64 0.1.2 12.00 129.00 141.00 OK
r-patched-linux-x86_64 0.1.1 7.88 71.41 79.29 OK
r-release-linux-x86_64 0.1.1 6.48 70.96 77.44 OK
r-release-macos-arm64 0.1.2 2.00 73.00 75.00 OK
r-release-macos-x86_64 0.1.2 6.00 120.00 126.00 OK
r-release-windows-x86_64 0.1.1 10.00 134.00 144.00 OK
r-oldrel-macos-arm64 0.1.2 2.00 66.00 68.00 OK
r-oldrel-macos-x86_64 0.1.2 6.00 127.00 133.00 OK
r-oldrel-windows-x86_64 0.1.1 13.00 144.00 157.00 OK

Check Details

Version: 0.1.2
Check: tests
Result: ERROR Running ‘testthat.R’ 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(finna) > > test_check("finna") Saving _problems/test-fetch_finna-20.R Saving _problems/test-fetch_finna-27.R [ FAIL 2 | WARN 0 | SKIP 4 | PASS 1 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-fetch_finna.R:2:3', 'test-get_finna_records.R:2:3', 'test-search_publisher.R:2:3', 'test_search_finna.R:2:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-fetch_finna.R:20:3'): fetch_finna handles empty facet data ───── Error in `fetch_finna(query = "nonexistent_query")`: API request failed. Status code: 403 Backtrace: ▆ 1. ├─base::suppressWarnings(fetch_finna(query = "nonexistent_query")) at test-fetch_finna.R:20:3 2. │ └─base::withCallingHandlers(...) 3. └─finna::fetch_finna(query = "nonexistent_query") ── Error ('test-fetch_finna.R:27:3'): fetch_finna handles parameters correctly ── Error in `fetch_finna(query = "record_format:ead", limit = 5)`: API request failed. Status code: 403 Backtrace: ▆ 1. ├─base::suppressWarnings(...) at test-fetch_finna.R:27:3 2. │ └─base::withCallingHandlers(...) 3. └─finna::fetch_finna(query = "record_format:ead", limit = 5) [ FAIL 2 | WARN 0 | SKIP 4 | PASS 1 ] Error: ! Test failures. Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc