R Under development (unstable) (2026-03-07 r89568 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 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(hmrc) > > test_check("hmrc") No cache directory found — nothing to clear. No cache directory found — nothing to clear. No cache directory found — nothing to clear. No cache directory found — nothing to clear. [ FAIL 0 | WARN 0 | SKIP 48 | PASS 30 ] ══ Skipped tests (48) ══════════════════════════════════════════════════════════ • On CRAN (48): 'test-get_corporation_tax.R:2:3', 'test-get_corporation_tax.R:15:3', 'test-get_corporation_tax.R:24:3', 'test-get_corporation_tax.R:32:3', 'test-get_fuel_duties.R:9:3', 'test-get_fuel_duties.R:22:3', 'test-get_fuel_duties.R:30:3', 'test-get_fuel_duties.R:39:3', 'test-get_income_tax_stats.R:2:3', 'test-get_income_tax_stats.R:22:3', 'test-get_income_tax_stats.R:31:3', 'test-get_income_tax_stats.R:41:3', 'test-get_income_tax_stats.R:51:3', 'test-get_income_tax_stats.R:59:3', 'test-get_property_transactions.R:16:3', 'test-get_property_transactions.R:29:3', 'test-get_property_transactions.R:37:3', 'test-get_property_transactions.R:45:3', 'test-get_property_transactions.R:54:3', 'test-get_rd_credits.R:16:3', 'test-get_rd_credits.R:30:3', 'test-get_rd_credits.R:38:3', 'test-get_rd_credits.R:46:3', 'test-get_rd_credits.R:54:3', 'test-get_stamp_duty.R:9:3', 'test-get_stamp_duty.R:22:3', 'test-get_stamp_duty.R:30:3', 'test-get_stamp_duty.R:38:3', 'test-get_tax_gap.R:2:3', 'test-get_tax_gap.R:17:3', 'test-get_tax_gap.R:25:3', 'test-get_tax_gap.R:33:3', 'test-get_tax_gap.R:42:3', 'test-get_tax_receipts.R:9:3', 'test-get_tax_receipts.R:18:3', 'test-get_tax_receipts.R:27:3', 'test-get_tax_receipts.R:40:3', 'test-get_tax_receipts.R:49:3', 'test-get_tax_receipts.R:57:3', 'test-get_tax_receipts.R:66:3', 'test-get_tobacco_duties.R:9:3', 'test-get_tobacco_duties.R:22:3', 'test-get_tobacco_duties.R:30:3', 'test-get_tobacco_duties.R:39:3', 'test-get_vat.R:9:3', 'test-get_vat.R:22:3', 'test-get_vat.R:30:3', 'test-get_vat.R:39:3' [ FAIL 0 | WARN 0 | SKIP 48 | PASS 30 ] > > proc.time() user system elapsed 2.10 0.18 2.28