R Under development (unstable) (2026-02-13 r89414 ucrt) -- "Unsuffered Consequences" 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. > library(testthat) > library(patentsview) > > test_check("patentsview") [ FAIL 0 | WARN 0 | SKIP 26 | PASS 11 ] ══ Skipped tests (26) ══════════════════════════════════════════════════════════ • On CRAN (26): 'test-api-bugs.R:10:3', 'test-api-bugs.R:36:3', 'test-api-bugs.R:66:3', 'test-api-bugs.R:87:3', 'test-api-bugs.R:103:3', 'test-api-bugs.R:119:3', 'test-check-query.R:60:3', 'test-check-query.R:68:3', 'test-check-query.R:78:3', 'test-former-api-bugs.R:9:3', 'test-former-api-bugs.R:26:3', 'test-former-api-bugs.R:41:3', 'test-search-pv.R:2:3', 'test-search-pv.R:16:3', 'test-search-pv.R:28:3', 'test-search-pv.R:43:3', 'test-search-pv.R:53:3', 'test-search-pv.R:63:3', 'test-search-pv.R:83:3', 'test-search-pv.R:100:3', 'test-search-pv.R:115:3', 'test-unnest-pv-data.R:2:3', 'test-unnest-pv-data.R:17:3', 'test-unnest-pv-data.R:31:3', 'test-unnest-pv-data.R:45:3', 'test-unnest-pv-data.R:67:3' [ FAIL 0 | WARN 0 | SKIP 26 | PASS 11 ] > > proc.time() user system elapsed 1.48 0.35 1.86