[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/20: gnu: Add r-highr.
From: |
Ricardo Wurmus |
Subject: |
07/20: gnu: Add r-highr. |
Date: |
Mon, 21 Sep 2015 08:48:49 +0000 |
rekado pushed a commit to branch master
in repository guix.
commit ad3f005bddcca58c9f4869fffb8aef0cf4efb598
Author: Vicente Vera Parra <address@hidden>
Date: Tue Sep 15 14:17:50 2015 -0300
gnu: Add r-highr.
* gnu/packages/statistics.scm (r-highr): 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 ff7f017..5cf094c 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -600,3 +600,22 @@ indent will be added to the code automatically, and
comments will be preserved
under certain conditions, so that R code will be more human-readable and tidy.
There is also a Shiny app as a user interface in this package.")
(license license:gpl3+)))
+
+(define-public r-highr
+ (package
+ (name "r-highr")
+ (version "0.5.1")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "highr" version))
+ (sha256
+ (base32
+ "11hyawzhaw3ph5y5xphi7alx6df1d0i6wh0a2n5m4sxxhdrzswnb"))))
+ (build-system r-build-system)
+ (home-page "https://github.com/yihui/highr")
+ (synopsis "Syntax highlighting for R source code")
+ (description
+ "This package provides syntax highlighting for R source code. Currently
+it supports LaTeX and HTML output. Source code of other languages is
+supported via Andre Simon's highlight package.")
+ (license license:gpl3+)))
- branch master updated (fed5a68 -> c009bb5), Ricardo Wurmus, 2015/09/21
- 01/20: build: Add cran-uri procedure., Ricardo Wurmus, 2015/09/21
- 02/20: import: cran-sxml->sexp: Use cran-uri in package expression., Ricardo Wurmus, 2015/09/21
- 04/20: gnu: Add r-bh., Ricardo Wurmus, 2015/09/21
- 05/20: gnu: Add r-evaluate., Ricardo Wurmus, 2015/09/21
- 07/20: gnu: Add r-highr.,
Ricardo Wurmus <=
- 06/20: gnu: Add r-formatr., Ricardo Wurmus, 2015/09/21
- 03/20: gnu: Use cran-uri in source expressions., Ricardo Wurmus, 2015/09/21
- 08/20: gnu: Add r-mime., Ricardo Wurmus, 2015/09/21
- 09/20: gnu: Add r-markdown., Ricardo Wurmus, 2015/09/21
- 10/20: gnu: Add r-yaml., Ricardo Wurmus, 2015/09/21
- 11/20: gnu: Add r-knitr., Ricardo Wurmus, 2015/09/21
- 12/20: gnu: Add r-microbenchmark., Ricardo Wurmus, 2015/09/21
- 14/20: gnu: Add r-pryr., Ricardo Wurmus, 2015/09/21
- 13/20: gnu: Add r-codetools., Ricardo Wurmus, 2015/09/21
- 15/20: gnu: Add r-memoise., Ricardo Wurmus, 2015/09/21