Package: oxcgrt
Type: Package
Title: An Interface to the Oxford COVID-19 Government Response Tracker API
Version: 0.1.0
Authors@R: person("Ernest", "Guevarra", 
                  comment = c(ORCID = "0000-0002-4887-4415"), 
                  email = "ernest@guevarra.io", 
                  role = c("aut", "cre"))
Description: The Oxford COVID-19 Government Response Tracker (OxCGRT) tracks and 
    compares worldwide government responses to the COVID-19 pandemic rigorously 
    and consistently. OxCGRT makes available systematic information in a 
    consistent way, aiding those who require information have access to it
    efficiently for their purposes. This package facilitates access to the 
    OxCGRT data via its API <https://covidtracker.bsg.ox.ac.uk/> and 
    includes functions to calculate the various OxCGRT indices in R.
License: GPL-3
Depends: 
    R (>= 2.10)
Imports: 
    dplyr,
    jsonlite,
    tibble,
    magrittr,
    tidyr,
    countrycode,
    stringr
Suggests: 
    curl,
    covr,
    testthat,
    spelling,
    rvest,
    xml2,
    knitr,
    rmarkdown
Encoding: UTF-8
Language: en-GB
LazyData: true
URL: https://como-ph.github.io/oxcgrt/, https://github.com/como-ph/oxcgrt
BugReports: https://github.com/como-ph/oxcgrt/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
VignetteBuilder: knitr
