mrc-ide drat repository

MRC IDE packages that are not yet (and in some cases ever) going on CRAN

Packages

  • beers (v 0.1.0, ): Calculate Beers Ordinary Interpolation
  • buildr (v 0.0.3, ): buildr
  • conan (v 0.1.1, ): Conan the Librarian
  • context (v 0.5.0, ): Contexts for evaluating R expressions
  • dde (v 1.0.4, ): Solve Delay Differential Equations
  • defer (v 0.1.0, ): Defer Errors
  • didehpc (v 0.3.21, ): DIDE HPC Support
  • drat.builder (v 0.1.1, ): Build Tools For 'drat'
  • dust (v 0.14.9, ): Iterate Multiple Realisations of Stochastic Models
  • heartbeatr (v 0.6.0, ): Heartbeat Support using 'Redis'
  • jsonvalidate (v 1.4.1, ): Validate 'JSON' Schema
  • mcstate (v 0.9.15, ): Monte Carlo Methods for State Space Models
  • nomad (v 0.0.1, ): Create Portable R Repositories
  • odin (v 1.5.4, ): ODE Generation and Integration
  • odin.dust (v 0.3.6, ): Compile Odin to Dust
  • odin.js (v 0.1.11, ): 'odin' 'JavaScript' support
  • odin.ui (v 0.3.3, ): Shiny User Interface for 'odin'
  • porcelain (v 0.1.15, ): Turn a Package into an HTTP API
  • provisionr (v 0.1.14, ): Provision a Library
  • queuer (v 0.5.0, ): Queue Tasks
  • rcmdshlib (v 0.0.2, ): Build Shared Libraries From R
  • rrq (v 0.7.1, ): Simple Redis Queue
  • specio (v 0.1.4, ): Read Spectrum Files
  • syncr (v 0.0.3, ): Synchronise Directories
  • traduire (v 0.1.0, ): Internationalisation on the Fly
  • vaultr (v 1.1.2, ): Vault Client for Secrets and Sensitive Data

If drat is not installed, first install from CRAN with

install.packages("drat")

To install packages, run

drat:::add("mrc-ide")

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

install.packages("drat.builder")