Package: o2geosocial
Type: Package
Title: Reconstruction of Transmission Chains from Surveillance Data
Version: 1.0.1
URL: https://github.com/alxsrobert/o2geosocial
Encoding: UTF-8
Authors@R: c(person("Alexis", "Robert", email = "alexis.robert@lshtm.ac.uk", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-4516-2965")),
		    person("Sebastian", "Funk", email = "sebastian.funk@lshtm.ac.uk", role = c("aut"), comment = c(ORCID = "0000-0002-2842-3406")),
		    person("Adam J", "Kucharski", email = "adam.kucharski@lshtm.ac.uk", role = c("aut"), comment = c(ORCID = "0000-0001-8814-9421")),
		    person("Thibaut", "Jombart", role = c("ctb")))
Maintainer: Alexis Robert <alexis.robert@lshtm.ac.uk>
Description: Bayesian reconstruction of who infected whom during past outbreaks using routinely-collected surveillance data. Inference of transmission trees using genotype, age specific social contacts, distance between cases and onset dates of the reported cases. (Robert A, Kucharski AJ, Gastanaduy PA, Paul P, Funk S. 2020 <doi:10.1098/rsif.2020.0084>).
License: MIT + file LICENSE
Imports: 
    Rcpp,
    methods,
    stats,
    grDevices,
    geosphere,
    ggplot2,
    visNetwork,
    data.table,
    outbreaker2
LazyData: true  
Depends: R(>= 3.5.0)
LinkingTo: Rcpp
RoxygenNote: 7.1.1
Suggests: 
    testthat, 
    tigris,
    sf,
    knitr,
    socialmixr,
    rmarkdown
VignetteBuilder: knitr
BugReports: https://github.com/alxsrobert/o2geosocial/issues
