Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.43 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.43 KB

iidda-tools

iidda.api status badge R-CMD-check R-CMD-check R-CMD-check

Open toolchain for processing infectious disease datasets available through IIDDA and other repositories. The toolchain contains R packages and Python packages and code.

For Users

The API for getting data can be found here.

To install the IIDDA R packages, run:

install.packages(c("iidda", "iidda.api", "iidda.analysis")
  , repos = c(
      "https://canmod.r-universe.dev"
    , "https://cran.r-project.org"
  )
)

For Developers

TODO