Package: oxcovid19
Type: Package
Title: An R API to the Oxford COVID-19 Database
Version: 0.1.0
Authors@R: c(person(given = "Ernest", family = "Guevarra", 
                    email = "ernest@guevarra.io", role = c("aut", "cre"),
                    comment = c(ORCID = "0000-0002-4887-4415")),
             person(given = "Chris", family = "Mercado", 
                    email = "cegmercado@gmail.com",
                    role = "aut",
                    comment = c(ORCID = "0000-0002-5588-9543")),
             person(given = "Robert", family = "Medina", 
                    email = "jcmedina1@up.edu.ph",
                    role = "aut",
                    comment = c(ORCID = "0000-0001-6647-5453")))
Description: The OxCOVID19 Project <https://covid19.eng.ox.ac.uk> aims to increase
    our understanding of the COVID-19 pandemic and elaborate possible strategies
    to reduce the impact on the society through the combined power of statistical,
    mathematical modelling, and machine learning techniques. The OxCOVID19
    Database is a large, single-centre, multimodal relational database consisting
    of information (using acknowledged sources) related to COVID-19 pandemic.
    This package provides an R-specific interface to the OxCOVID19 Database based
    on widely-used data handling and manipulation approaches in R.
License: GPL-3
Depends: R (>= 2.10)
Imports: DBI, RPostgres, dplyr, dbplyr, sf
Suggests: testthat, covr, knitr, rmarkdown, magrittr, stringr,
        RColorBrewer, ggplot2, DiagrammeR
Encoding: UTF-8
Language: en-gb
LazyData: true
URL: https://github.com/como-ph/oxcovid19
BugReports: https://github.com/como-ph/oxcovid19/issues
RoxygenNote: 7.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-07-14 11:38:12 UTC; ernest
Author: Ernest Guevarra [aut, cre] (<https://orcid.org/0000-0002-4887-4415>),
  Chris Mercado [aut] (<https://orcid.org/0000-0002-5588-9543>),
  Robert Medina [aut] (<https://orcid.org/0000-0001-6647-5453>)
Maintainer: Ernest Guevarra <ernest@guevarra.io>
Repository: CRAN
Date/Publication: 2020-07-16 10:10:03 UTC
