[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/10: gnu: Add r-whisker.
From: |
Ricardo Wurmus |
Subject: |
04/10: gnu: Add r-whisker. |
Date: |
Mon, 16 Nov 2015 10:11:08 +0000 |
rekado pushed a commit to branch master
in repository guix.
commit 1a77eccd0e4f95a4e2517c0f6c3e33ade3ff089b
Author: Ricardo Wurmus <address@hidden>
Date: Tue Nov 10 16:19:16 2015 +0100
gnu: Add r-whisker.
* gnu/packages/statistics.scm (r-whisker): New variable.
---
gnu/packages/statistics.scm | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index a0ae5c1..a5be5d9 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1101,3 +1101,21 @@ files in R. It is built on top of the libxml2 C
library.")
the versions that @code{r-release} and @code{r-oldrel} refer to, and also all
previous R versions and their release dates.")
(license license:expat)))
+
+(define-public r-whisker
+ (package
+ (name "r-whisker")
+ (version "0.3-2")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "whisker" version))
+ (sha256
+ (base32
+ "0z4cn115gxcl086d6bnqr8afi67b6a7xqg6ivmk3l4ng1x8kcj28"))))
+ (build-system r-build-system)
+ (home-page "http://github.com/edwindj/whisker")
+ (synopsis "Logicless mustache templating for R")
+ (description
+ "This package provides logicless templating, with a syntax that is not
+limited to R.")
+ (license license:gpl3+)))
- 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, 2015/11/16
- 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 <=