Package: como
Type: Package
Title: A Web Application of the CoMo COVID-19 Model
Version: 15.5.1
Authors@R: c(person(given = "Olivier", family = "Celhay", 
                email = "olivier.celhay@gmail.com", 
                role = c("aut", "cre"), comment = c(ORCID = "https://orcid.org/0000-0002-2971-9110")),
         person(given = "Ricardo", family = "Aguas", 
                email = "ricardo@tropmedres.ac", 
                role = c("aut"), comment = c(ORCID = "https://orcid.org/0000-0002-6507-6597")),
        person(given = "Bo", family = "Gao", 
                email = "bo.gao@ndm.ox.ac.uk", 
                role = c("aut"), comment = c(ORCID = "https://orcid.org/0000-0002-7405-7507")),
        person(given = "Sai", family = "Thein Than Tun", 
                email = "sai@tropmedres.ac", 
                role = c("aut"), comment = c(ORCID = "https://orcid.org/0000-0001-9733-8304")),
        person(given = "Lisa J.", family = "White", 
                email = "lisa.white@ndm.ox.ac.uk", 
                role = c("aut"), comment = c(ORCID = "https://orcid.org/0000-0002-6523-185X")))
Description: The Covid-19 International Modelling Consortium (CoMo Consortium) 
    is made up of various working groups. Each working group plays a specific role in 
    formulating a mathematical modelling response to help guide policymaking responses
    to the Covid-19 pandemic. This Web Application offers an access to a mathematical model 
    that allows to investigate the potential impact of several non-pharmaceutical interventions.
License: CC BY-NC 4.0
URL: https://github.com/ocelhay/como
BugReports: https://github.com/ocelhay/como/issues
Encoding: UTF-8
Language: en-gb
LazyData: true
Depends: 
    R (>= 3.6)
Imports:
    bsplus, 
    deSolve,
    gridExtra, 
    highcharter, 
    knitr, 
    lubridate, 
    pushbar, 
    RColorBrewer, 
    readxl, 
    reshape2, 
    scales, 
    shiny, 
    shinycssloaders, 
    shinyhelper, 
    shinyjs,
    shinythemes, 
    shinyWidgets, 
    tidyverse
Remotes: 
    url::https://github.com/bogaotory/comoOdeCpp/releases/download/v15.3.3/comoOdeCpp_15.3.3.tar.gz
Suggests:
    oxcovid19
RoxygenNote: 7.1.1
