guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/67: gnu: Add r-commonmark.


From: Ricardo Wurmus
Subject: 05/67: gnu: Add r-commonmark.
Date: Thu, 6 Apr 2017 08:39:49 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit bf6dcf59ebe64a679e141559d979655d24cba7cd
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Apr 6 12:08:10 2017 +0200

    gnu: Add r-commonmark.
    
    * gnu/packages/statistics.scm (r-commonmark): New variable.
---
 gnu/packages/statistics.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 292cc50..9bb6a76 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2136,6 +2136,30 @@ DESCRIPTION files.  It is intended for packages that 
create or manipulate
 other packages.")
     (license license:expat)))
 
+(define-public r-commonmark
+  (package
+    (name "r-commonmark")
+    (version "1.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "commonmark" version))
+       (sha256
+        (base32
+         "12q5mncxvkwdxc35is6y5idx8a1h99hyz5x6ri0arni6k25krchk"))))
+    (build-system r-build-system)
+    ;;(inputs `(("zlib" ,zlib)))
+    (home-page "http://cran.r-project.org/web/packages/commonmark";)
+    (synopsis "CommonMark and Github Markdown Rendering in R")
+    (description
+     "The CommonMark specification defines a rationalized version of markdown
+syntax.  This package uses the 'cmark' reference implementation for converting
+markdown text into various formats including HTML, LaTeX and groff man.  In
+addition, it exposes the markdown parse tree in XML format.  The latest
+version of this package also adds support for Github extensions including
+tables, autolinks and strikethrough text.")
+    (license license:bsd-2)))
+
 (define-public r-roxygen2
   (package
     (name "r-roxygen2")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]