R Under development (unstable) (2025-01-09 r87552 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # 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") Total results found: 2062416 Data fetching completed in 0.28 seconds. Total results found: 3 Data fetching completed in 0.13 seconds. Total results found: 2062416 Data fetching completed in 0.12 seconds. Fetching records started... Range 2000-2005: Fetched 5 records (Total: 5) Fetching records with missing main_date_str... Fetched 5 records with missing dates. Fetching completed. Total records fetched: 10 Fetching records started... Range 2000-2010: Fetched 5 records (Total: 5) Reached the total record limit. Fetching completed. Total records fetched: 5 Fetching records started... Range 2000-2005: Fetched 5 records (Total: 5) Fetching records with missing main_date_str... Fetched 5 records with missing dates. Fetching completed. Total records fetched: 10 Fetching records started... Range 2000-2005: Fetched 0 records (Total: 0) Fetching records with missing main_date_str... Fetched 0 records with missing dates. Fetching completed. Total records fetched: 0 No encoding supplied: defaulting to UTF-8. Search results saved successfully to data/test_results.rds Search results saved successfully to data/test_load_results.rds Search results loaded successfully from data/test_load_results.rds Search results saved successfully to data/test_extension.rds Search results loaded successfully from data/test_extension.rds Performing search with query: This is a test query with multiple lines Total results found: 26 Data fetching completed in 0.12 seconds. Performing search with query: A very long text query that exceeds the query limi Total results found: 0 Data fetching completed in 0.10 seconds. Performing search with query: the query limit Total results found: 175 Data fetching completed in 0.17 seconds. Total results found: 25540 Data fetching completed in 0.24 seconds. Total results found: 18665336 Data fetching completed in 0.33 seconds. Total results found: 4832 Data fetching completed in 0.32 seconds. Total results found: 12119 Data fetching completed in 0.31 seconds. Total results found: 44515 Data fetching completed in 0.58 seconds. Total results found: 441 Data fetching completed in 0.28 seconds. [ FAIL 0 | WARN 0 | SKIP 0 | PASS 138 ] > > proc.time() user system elapsed 2.25 0.51 22.17