daqana / daqana.github.io

Home Page:https://daqana.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Our FOSS activities

R packages

  • 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")