Package: hmrc Title: Download and Tidy 'HMRC' Statistical Data Version: 0.4.0 Authors@R: person("Charles", "Coverdale", , "charlesfcoverdale@gmail.com", role = c("aut", "cre")) Description: Provides functions to download, parse, and tidy statistical data published by 'HM Revenue and Customs' ('HMRC') on 'GOV.UK'. Returns annotated 'hmrc_tbl' data frames with provenance metadata (source URL, fetch time, vintage, cell methods) for reproducible fiscal research. Covers monthly tax receipts (41 tax heads from 2008), 'VAT' (from 1973), fuel duties (from 1990), tobacco duties (from 1991), annual 'Corporation Tax' receipts, stamp duty, research and development tax credit statistics (from 2000), tax gap estimates, 'Income Tax' liabilities by income range, and monthly property transaction counts. File URLs are resolved at runtime via the 'GOV.UK' Content API , so data is always current without hardcoded URLs. Files are cached locally between sessions. License: MIT + file LICENSE Encoding: UTF-8 Language: en-GB Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: cli (>= 3.6.0), httr2 (>= 1.0.0), lifecycle (>= 1.0.0), readODS (>= 2.3.0), readxl (>= 1.4.0), tools, utils Suggests: knitr, rmarkdown, testthat (>= 3.0.0), ggplot2, scales, withr Config/testthat/edition: 3 VignetteBuilder: knitr URL: https://charlescoverdale.github.io/hmrc/, https://github.com/charlescoverdale/hmrc BugReports: https://github.com/charlescoverdale/hmrc/issues Depends: R (>= 4.1.0) LazyData: true Config/pak/sysreqs: libicu-dev libssl-dev Repository: https://charlescoverdale.r-universe.dev Date/Publication: 2026-05-04 19:11:18 UTC RemoteUrl: https://github.com/charlescoverdale/hmrc RemoteRef: HEAD RemoteSha: 167abf3a769c3b02b94e3094128d718bc52cec0b NeedsCompilation: no Packaged: 2026-07-04 05:14:51 UTC; root Author: Charles Coverdale [aut, cre] Maintainer: Charles Coverdale