R version 4.6.0 beta (2026-04-12 r89879 ucrt) -- "Because it was There" Copyright (C) 2026 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(eppoFindeR) > > test_check("eppoFindeR") [ FAIL 0 | WARN 0 | SKIP 47 | PASS 160 ] ══ Skipped tests (47) ══════════════════════════════════════════════════════════ • On CRAN (47): 'test-country.R:37:3', 'test-country.R:68:3', 'test-country.R:98:3', 'test-country.R:127:3', 'test-country.R:150:3', 'test-fetchService.R:62:3', 'test-general.R:28:3', 'test-general.R:54:3', 'test-general.R:85:3', 'test-general.R:106:3', 'test-handleHTTPErrors.R:34:3', 'test-parseResponse.R:36:3', 'test-performRequest.R:39:3', 'test-performRequest.R:86:3', 'test-query.R:54:3', 'test-query.R:78:3', 'test-query.R:102:3', 'test-references.R:28:3', 'test-references.R:55:3', 'test-references.R:87:3', 'test-references.R:108:3', 'test-reportingService.R:43:3', 'test-reportingService.R:73:3', 'test-reportingService.R:104:3', 'test-reportingService.R:137:3', 'test-reportingService.R:162:3', 'test-rppo.R:37:3', 'test-rppo.R:68:3', 'test-rppo.R:98:3', 'test-rppo.R:127:3', 'test-rppo.R:150:3', 'test-taxon.R:37:3', 'test-taxon.R:72:3', 'test-taxon.R:106:3', 'test-taxon.R:135:3', 'test-taxon.R:158:3', 'test-taxons.R:41:3', 'test-taxons.R:67:3', 'test-taxons.R:99:3', 'test-taxons.R:132:3', 'test-taxons.R:153:3', 'test-tools.R:44:3', 'test-tools.R:76:3', 'test-tools.R:108:3', 'test-tools.R:135:3', 'test-tools.R:169:3', 'test-tools.R:198:3' [ FAIL 0 | WARN 0 | SKIP 47 | PASS 160 ] > > proc.time() user system elapsed 7.23 1.18 10.75