R Under development (unstable) (2026-02-25 r89481 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. > # This file is part of the standard {testthat} framework. > # It is executed by `R CMD check` and `devtools::test()`. > library(testthat) > library(easynic) The tzdb package is not installed. Timezones will not be available to Arrow compute functions. easynic 4.0.0 — NIC Database Lookup and Query Tool Type ?easynic for help, or launchpad_prompt() for LLM integration. > > test_check("easynic") [ FAIL 0 | WARN 0 | SKIP 5 | PASS 29 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-cran-basic.R:87:3', 'test-cran-basic.R:92:3', 'test-cran-basic.R:97:3', 'test-cran-basic.R:102:3', 'test-cran-basic.R:109:3' [ FAIL 0 | WARN 0 | SKIP 5 | PASS 29 ] > > proc.time() user system elapsed 6.17 0.85 7.25