reconhub package repository

reconhub experimental packages that are not yet (and in some cases ever) going on CRAN

Packages

  • branchr (v 1.0.0, ): R Estimation from Cluster Sizes
  • dde (v 0.0.5, ): Solve Delay Differential Equations
  • dibbler (v 0.0-2, ): Investigation of food-borne disease outbreaks
  • earlyR (v 0.0.1, ): Estimation of Transmissibility in the Early Stages of a Disease Outbreak
  • epicontacts (v 1.1.1, ): Handling, Visualisation and Analysis of Epidemiological Contacts
  • epicontacts.ui (v 0.0.1.9999, ): Shiny UI components and app for epicontacts
  • EpiEstim (v 2.1-0, ): EpiEstim: a package to estimate time varying reproduction numbers from epidemic curves
  • epitrix (v 0.2.0, ): Small Helpers and Tricks for Epidemics Analysis
  • incidence (v 1.3.1, ): Compute, Handle, Plot and Model Incidence of Dated Events
  • incidence.ui (v 1.0.0, ): Graphical User Interface for the incidence package
  • nomad (v 0.0.1, ): Create Portable R Repositories
  • odin (v 0.0.8, ): Ode Generation and Integration
  • odin.ui (v 0.0.1, ): Shiny User Interface for 'odin'
  • orderly (v 0.4.6, ): R support for montagu-reports
  • outbreaks (v 1.4.0, ): A Collection of Disease Outbreak Data
  • projections (v 0.3.0, ): Project Future Case Incidence
  • recon.ui (v 1.0.0, ): Template of Shiny Apps for RECON Packages
  • recontools (v 0.0.0.9000, ): Tools for RECON Package Development
  • shinyHelpers (v 0.0.0.9000, ): Description
  • vimes (v 1.0.0, ): VIsualisation and Monitoring of EpidemicS

If drat is not installed, first install from CRAN with

install.packages("drat")

To install packages, run

drat:::add("reconhub")

after which packages can be installed as usual, for example:

install.packages("outbreaks")