@hackage Rlang-QQ0.3.1.0
quasiquoter for inline-R code
Categories
License
BSD-3-Clause
Maintainer
Adam Vogt <vogt.adam@gmail.com>
Links
Versions
Deprecated
Dependencies (26)
- Cabal
- array
- base >=4 && <5
- binary
- bytestring
- containers Show all…
Dependents (4)
@hackage/acme-everything, @hackage/clustering, @hackage/ipopt-hs, @hackage/ihaskell-rlangqq
Package Flags
repa
(on by default)
enable repa (can be disabled to allow building RlangQQ with ghc-7.8)
This quasiquoter calls R (http://www.r-project.org/) from ghc. Variables from the haskell-side are passed in, and variables created (or modified) are returned as the value of the quasiquote.
The R package knitr is used, which allows recording plots. But for this to work, you need to install it first, for example with:
R --no-save <<< 'install.packages("knitr")'