Packages I am working on that are not (yet) on CRAN.
buildr
(v 0.0.2, ): buildrcleanr
(v 0.0.0.9000, ): Logic Free Data Cleaningcontext
(v 0.0.10, ): Contexts for evaluating R expressionsdde
(v 0.0.5, ): Solve Delay Differential Equationsdidewin
(v 0.0.3, ): DIDE Windows Cluster Supportdockertest
(v 0.2.1, ): Docker images from R packages for testingdrat.builder
(v 0.1.0, ): Build Tools For 'drat'ids
(v 1.0.1, ): Generate Random Identifiersjqr
(v 0.2.9000, ): Client for 'jq', a JSON Processorodin
(v 0.0.2, ): Ode Generation and Integrationqueuer
(v 0.0.4, ): Queue Tasksrcmdshlib
(v 0.0.1, ): Build Shared Libraries From RRedisAPI
(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 managementring
(v 0.0.5, ): Circular / Ring Buffersrrq
(v 0.0.1, ): Simple Redis Queueseagull
(v 0.0.1, ): File Lockingsowsear
(v 0.1-1, ): Report generation from plain R scriptsstorr
(v 1.0.1, ): Simple Key Value Storessyncr
(v 0.0.1, ): Synchronise Directoriestoxiproxyr
(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")