Package: boe Title: Download Data from the 'Bank of England' Statistical Database Version: 0.3.0 Authors@R: person("Charles", "Coverdale", , "charlesfcoverdale@gmail.com", role = c("aut", "cre")) Description: Provides functions to download and tidy statistical data published by the 'Bank of England' . Covers Bank Rate, 'SONIA', gilt yields, exchange rates, mortgage rates, mortgage approvals, consumer credit, and money supply. Series are fetched from the 'Bank of England Interactive Statistical Database' using its CSV endpoint. 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), ggplot2, scales, readxl (>= 1.4.0), knitr, rmarkdown VignetteBuilder: knitr Config/testthat/edition: 3 URL: https://charlescoverdale.github.io/boe/, https://github.com/charlescoverdale/boe BugReports: https://github.com/charlescoverdale/boe/issues Depends: R (>= 4.1.0) LazyData: true Config/pak/sysreqs: libssl-dev Repository: https://charlescoverdale.r-universe.dev Date/Publication: 2026-05-30 14:20:57 UTC RemoteUrl: https://github.com/charlescoverdale/boe RemoteRef: HEAD RemoteSha: da138e823990c51b84012d04227e82a964862183 NeedsCompilation: no Packaged: 2026-07-20 09:19:05 UTC; root Author: Charles Coverdale [aut, cre] Maintainer: Charles Coverdale