@hackage / Rlang-QQ

quasiquoter for inline-R code

Version Deprecated package0.3.1.0

About

Metadata

  • Last updated , by AdamVogt
  • License BSD-3-Clause
  • Categories Development
  • Maintained by: Adam Vogt <vogt.adam@gmail.com>

  • Lottery factor: 0

Links

Installation

This package has been deprecated in favour of

Package Flags

Use the -f option with cabal commands to enable flags

    repa (on by default)

    enable repa (can be disabled to allow building RlangQQ with ghc-7.8)

Readme

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