- dqmagic: Interface to libmagic
- dqrng: Fast random number generators
- dqsample: Bias-free alternative to R's 'sample' function
- dqshiny: Enhance Shiny Apps with Customizable Modules
- RcppArrayFire: Interface to ArrayFire
- tikzDevice: R graphics device for LaTeX-friendly plots
At the moment dqrng
, dqshiny
and tikzDevice
can be installed via CRAN.
You can use our drat repository to install current versions of all packages:
if (!requireNamespace("drat", quietly = TRUE))
install.packages("drat")
drat::addRepo("daqana")
install.packages("dqmagic")
install.packages("dqrng")
install.packages("dqsample")
install.packages("RcppArrayFire")
install.packages("tikzDevice")