R version 4.6.0 RC (2026-04-22 r89945 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. > library(testthat) > library(ato) > > test_check("ato") Removed 1 cached file from 'D:\temp\2026_04_24_15_15_17_4608\Rtmp84CP50\ato_cache_8dc4117975d1'. [ FAIL 0 | WARN 0 | SKIP 23 | PASS 224 ] ══ Skipped tests (23) ══════════════════════════════════════════════════════════ • On CRAN (23): 'test-ckan.R:2:3', 'test-ckan.R:13:3', 'test-companies.R:2:3', 'test-filters.R:84:3', 'test-filters.R:101:3', 'test-gst.R:10:3', 'test-individuals.R:13:3', 'test-meta.R:18:3', 'test-meta.R:33:3', 'test-new-functions.R:4:3', 'test-new-functions.R:14:3', 'test-new-functions.R:24:3', 'test-new-functions.R:34:3', 'test-super.R:6:3', 'test-tier2.R:42:3', 'test-tier2.R:51:3', 'test-tier2.R:60:3', 'test-tier2.R:69:3', 'test-tier2.R:79:3', 'test-tier2.R:88:3', 'test-tier2.R:97:3', 'test-tier2.R:110:3', 'test-top_taxpayers.R:6:3' [ FAIL 0 | WARN 0 | SKIP 23 | PASS 224 ] > > proc.time() user system elapsed 3.17 0.48 3.65