[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/10: gnu: Add r-brew.
From: |
Ricardo Wurmus |
Subject: |
05/10: gnu: Add r-brew. |
Date: |
Mon, 16 Nov 2015 10:11:08 +0000 |
rekado pushed a commit to branch master
in repository guix.
commit 13d083af59143cb458851a6944552acb60c1267c
Author: Ricardo Wurmus <address@hidden>
Date: Tue Nov 10 16:20:25 2015 +0100
gnu: Add r-brew.
* gnu/packages/statistics.scm (r-brew): New variable.
---
gnu/packages/statistics.scm | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index a5be5d9..5ab13d1 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1119,3 +1119,22 @@ previous R versions and their release dates.")
"This package provides logicless templating, with a syntax that is not
limited to R.")
(license license:gpl3+)))
+
+(define-public r-brew
+ (package
+ (name "r-brew")
+ (version "1.0-6")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "brew" version))
+ (sha256
+ (base32
+ "1vghazbcha8gvkwwcdagjvzx6yl8zm7kgr0i9wxr4jng06d1l3fp"))))
+ (build-system r-build-system)
+ (home-page "http://cran.r-project.org/web/packages/brew")
+ (synopsis "Templating framework for report generation")
+ (description
+ "The brew package implements a templating framework for mixing text and R
+code for report generation. The template syntax is similar to PHP, Ruby's erb
+module, Java Server Pages, and Python's psp module.")
+ (license license:gpl2+)))
- branch master updated (f106b0e -> d6e2158), Ricardo Wurmus, 2015/11/16
- 09/10: gnu: Add r-rstudioapi., Ricardo Wurmus, 2015/11/16
- 02/10: gnu: Add r-xml2., Ricardo Wurmus, 2015/11/16
- 07/10: gnu: Add r-httr., Ricardo Wurmus, 2015/11/16
- 01/10: gnu: Add r-curl., Ricardo Wurmus, 2015/11/16
- 05/10: gnu: Add r-brew.,
Ricardo Wurmus <=
- 08/10: gnu: Add r-git2r., Ricardo Wurmus, 2015/11/16
- 10/10: gnu: Add r-devtools., Ricardo Wurmus, 2015/11/16
- 03/10: gnu: Add r-rversions., Ricardo Wurmus, 2015/11/16
- 06/10: gnu: Add r-roxygen2., Ricardo Wurmus, 2015/11/16
- 04/10: gnu: Add r-whisker., Ricardo Wurmus, 2015/11/16