Rlang-QQ: quasiquoter for inline-R code
Deprecated
in favor of inline-r
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")'
Modules
[Index]
Downloads
- Rlang-QQ-0.1.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.0.0.0, 0.0.0.1, 0.0.0.2, 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.1.0, 0.2.0.0, 0.2.1.0, 0.3.0.0, 0.3.1.0 |
---|---|
Dependencies | array, base (>=4 && <5), binary, bytestring, Cabal, containers, directory, haskell-src-meta, HList (>=0.3), MaybeT, mtl, process, repa, syb, template-haskell (>=2.8 && <2.9), temporary, text, trifecta (>=1 && <2), utf8-string (>=0.3 && <0.4), vector, zlib [details] |
Tested with | ghc ==7.6.2 |
License | BSD-3-Clause |
Author | Adam Vogt <vogt.adam@gmail.com> |
Maintainer | Adam Vogt <vogt.adam@gmail.com> |
Category | Development |
Home page | http://code.haskell.org/~aavogt/Rlang-QQ |
Source repo | head: darcs get http://code.haskell.org/~aavogt/Rlang-QQ |
Uploaded | by AdamVogt at 2014-01-10T08:55:52Z |
Distributions | |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Downloads | 11412 total (15 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Successful builds reported [all 1 reports] |