Package: ons Title: Download Data from the 'Office for National Statistics' Version: 0.1.4 Authors@R: person("Charles", "Coverdale", , "charlesfcoverdale@gmail.com", role = c("aut", "cre")) Description: Provides functions to download and tidy statistical data published by the 'Office for National Statistics' . Covers GDP, inflation (CPI, CPIH, RPI), unemployment, employment, wages, trade, retail sales, house prices, productivity, population, and public sector finances. Most series are fetched from the 'ONS' website using its CSV time series endpoint. House price data is sourced from 'HM Land Registry' . Data is 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), tools Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 URL: https://charlescoverdale.github.io/ons/, https://github.com/charlescoverdale/ons BugReports: https://github.com/charlescoverdale/ons/issues Depends: R (>= 4.1.0) Config/pak/sysreqs: libssl-dev Repository: https://charlescoverdale.r-universe.dev Date/Publication: 2026-05-04 19:11:15 UTC RemoteUrl: https://github.com/charlescoverdale/ons RemoteRef: HEAD RemoteSha: c77e46b1382004858efef9d5428eb7b154d458a8 NeedsCompilation: no Packaged: 2026-07-03 05:23:16 UTC; root Author: Charles Coverdale [aut, cre] Maintainer: Charles Coverdale