R Under development (unstable) (2025-01-15 r87581 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 1.56 seconds. Total results found: 3 Data fetching completed in 0.22 seconds. Total results found: 2062416 Data fetching completed in 0.61 seconds. 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.37 seconds. Performing search with query: A very long text query that exceeds the query limi Total results found: 0 Data fetching completed in 0.28 seconds. Performing search with query: the query limit Total results found: 175 Data fetching completed in 0.32 seconds. Total results found: 25530 Data fetching completed in 0.64 seconds. Total results found: 18678528 Data fetching completed in 1.25 seconds. Total results found: 4837 Data fetching completed in 0.63 seconds. Total results found: 12129 Data fetching completed in 0.58 seconds. Total results found: 44515 Data fetching completed in 1.10 seconds. Total results found: 32 Data fetching completed in 1.54 seconds. [ FAIL 0 | WARN 0 | SKIP 0 | PASS 105 ] > > proc.time() user system elapsed 3.03 0.54 14.00