The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

ukc19 interfacer website

R-CMD-check R-universe version EPSRC badge DOI

A selection of aggregated COVID-19 data from the UK, in an easy to use form for teaching and demonstration purposes.

This data is sourced from publicly available data sets from various UK government websites where different aspects of the UK COVID-19 response published data, and from publicly available data from key studies. It is by no means comprehensive but aims to capture some of the main data in a single place so that it is preserved.

At present the data is mostly focused on England.

Installation

You can install the released version of ukc19 from CRAN with:

install.packages("ukc19")

Interim releases of ukc19 are hosted on the AI4CI r-universe. Installation from there is as follows:

options(repos = c(
  "ai4ci" = 'https://ai4ci.r-universe.dev/',
  CRAN = 'https://cloud.r-project.org'))

# Download and install ukc19 in R
install.packages("ukc19")

You can install the development version of ukc19 from GitHub with:

# install.packages("devtools")
devtools::install_github("ai4ci/ukc19")

Funding

The authors gratefully acknowledge the support of the UK Research and Innovation AI programme of the Engineering and Physical Sciences Research Council EPSRC grant EP/Y028392/1.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.