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]
Flags
Automatic Flags
| Name | Description | Default |
|---|---|---|
| repa | enable repa (can be disabled to allow building RlangQQ with ghc-7.8) | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- Rlang-QQ-0.3.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 |
|---|---|
| Change log | Changelog.md |
| Dependencies | array, base (>=4 && <5), binary, bytestring, Cabal, containers, data-binary-ieee754, directory, filepath, haskell-src-meta, HList (>=0.4), lens, mtl, process, repa, SHA, split, syb, template-haskell (<=3), temporary, text, transformers, trifecta (>=1.4), utf8-string (>=0.3 && <1.1), vector, zlib [details] |
| Tested with | ghc ==7.6.2, ghc ==7.8.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 2015-05-06T02:57:13Z |
| Distributions | |
| Reverse Dependencies | 2 direct, 0 indirect [details] |
| Downloads | 11516 total (19 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2015-05-06 [all 1 reports] |