Package: NCoVUtils
Title: Utility functions for the Covid-19 outbreak
Version: 0.4.0
Authors@R: c(
    person(given = "Sam Abbott",
           role = c("aut", "cre"),
           email = "contact@samabbott.co.uk",
           comment = c(ORCID = "0000-0001-8057-8037")),
    person("Joel", "Hellewell",
           email = "joel.hellewell@lshtm.ac.uk", 
           role = c("aut"),
           comment = c(ORCID = "0000-0003-2683-0849")),
    person("Katharine", "Sherratt", 
           email = "katharine.sherratt@lshtm.ac.uk", 
           role = c("aut")),    
    person("Hamish", "Gibbs", 
           email = "Hamish.Gibbs@lshtm.ac.uk", 
           role = c("aut"),
           comment = c(ORCID = "0000-0003-4413-453X")),     
    person("James", "Munday", 
           email = "james.munday@lshtm.ac.uk", 
           role = c("aut")),
    person("Patrick", "Barks",
       email = "patrick.barks@epicentre.msf.org",
       role = c("ctb")),
    person("Paul", "Campbell",
       email = " paul.campbell@epicentre.msf.org",
       role = c("aut")),   
    person("Sebastian", "Funk", 
            email = "sebastian.funk@lshtm.ac.uk", 
            role = c("aut")))
Description: Utility functions for the 2019-NCoV outbreak.
License: MIT + file LICENSE
Depends: 
    R (>= 2.10)
Imports:
    readr,
    gdata,
    dplyr,
    tibble,
    purrr,
    stringr,
    magrittr,
    memoise,
    lubridate,
    data.table,
    tidyr,
    httr,
    yaml,
    readxl,
    R.utils,
    xml2,
    rvest,
    janitor,
    tabulizer
Suggests:
    pkgdown,
    testthat
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
