Rlang-QQ 0.0.0.0 → 0.0.0.1
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Rlang-QQ.cabal +2/−2
- src/RlangQQ.hs +1/−1
Rlang-QQ.cabal view
@@ -1,5 +1,5 @@ name: Rlang-QQ-version: 0.0.0.0+version: 0.0.0.1 cabal-version: >=1.8 build-type: Simple license: BSD3@@ -7,7 +7,7 @@ maintainer: Adam Vogt <vogt.adam@gmail.com> homepage: http://code.haskell.org/~aavogt/Rlang-QQ synopsis: quasiquoter for inline-R code-description: This quasiquoter calls R (www.r-project.org/) from ghc.+description: This quasiquoter calls R (<http://www.r-project.org/>) from ghc. Variables from the haskell-side are passed in. In the future, variables created (or modified) could be returned as the value of the quasiquote.
src/RlangQQ.hs view
@@ -1,4 +1,4 @@-{- | A quasiquoter to help with calling R (<www.r-project.org/>) from ghc.+{- | A quasiquoter to help with calling R (<http://www.r-project.org/>) from ghc. -} module RlangQQ (