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.2.0.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, filepath, haskell-src-meta, HList (>=0.3.4), MaybeT, mtl, process, repa, split, syb, template-haskell (<=3), temporary, text, trifecta (>=1 && <2), utf8-string (>=0.3 && <0.4), vector, zlib [details] |
| Tested with | ghc ==7.6.2, ghc ==7.8 |
| License | BSD-3-Clause |
| Author | Adam Vogt <vogt.adam@gmail.com> |
| Maintainer | Adam Vogt <vogt.adam@gmail.com> |
| Uploaded | by AdamVogt at 2014-02-21T00:32:24Z |
| Category | Development |
| Home page | http://code.haskell.org/~aavogt/Rlang-QQ |
| Source repo | head: darcs get http://code.haskell.org/~aavogt/Rlang-QQ |
| Distributions | |
| Reverse Dependencies | 2 direct, 0 indirect [details] |
| Downloads | 11636 total (20 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] |