R version 4.6.0 alpha (2026-04-05 r89794 ucrt) 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(comtrade) > > test_check("comtrade") Comtrade API key set for this session. Comtrade API key set for this session. i To make permanent, add `COMTRADE_API_KEY=test-env-key` to '~/.Renviron'. Cache directory is already empty. [ FAIL 0 | WARN 0 | SKIP 12 | PASS 76 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test-analytics.R:2:3', 'test-analytics.R:19:3', 'test-analytics.R:36:3', 'test-analytics.R:51:3', 'test-analytics.R:74:3', 'test-analytics.R:91:3', 'test-analytics.R:112:3', 'test-analytics.R:131:3', 'test-reference.R:2:3', 'test-reference.R:19:3', 'test-trade.R:18:3', 'test-trade.R:45:3' [ FAIL 0 | WARN 0 | SKIP 12 | PASS 76 ] > > proc.time() user system elapsed 1.56 0.25 1.79