Rich's drat repository

Packages I am working on that are not (yet) on CRAN.

Packages

  • buildr (v 0.0.2, ): buildr
  • cleanr (v 0.0.0.9000, ): Logic Free Data Cleaning
  • context (v 0.0.10, ): Contexts for evaluating R expressions
  • dde (v 0.0.5, ): Solve Delay Differential Equations
  • didewin (v 0.0.3, ): DIDE Windows Cluster Support
  • dockertest (v 0.2.1, ): Docker images from R packages for testing
  • drat.builder (v 0.1.0, ): Build Tools For 'drat'
  • ids (v 1.0.1, ): Generate Random Identifiers
  • jqr (v 0.2.9000, ): Client for 'jq', a JSON Processor
  • odin (v 0.0.2, ): Ode Generation and Integration
  • queuer (v 0.0.4, ): Queue Tasks
  • rcmdshlib (v 0.0.1, ): Build Shared Libraries From R
  • RedisAPI (v 0.4.0, ): Wrapper for 'Redis' 'API'
  • redux (v 0.5.1, ): R Bindings to 'hiredis'
  • remake (v 0.3.0, ): Make-like build management
  • ring (v 0.0.5, ): Circular / Ring Buffers
  • rrq (v 0.0.1, ): Simple Redis Queue
  • seagull (v 0.0.1, ): File Locking
  • sowsear (v 0.1-1, ): Report generation from plain R scripts
  • storr (v 1.0.1, ): Simple Key Value Stores
  • syncr (v 0.0.1, ): Synchronise Directories
  • toxiproxyr (v 0.0.1, ): Client for 'toxiproxy'

If drat is not installed, first install from CRAN with

install.packages("drat")

To install packages, run

drat:::add("richfitz")

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

install.packages("ids")