unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 09/19] gnu: Add r-markdown.
@ 2015-09-13 16:50 Vicente Vera
  2015-09-14 11:10 ` Ricardo Wurmus
  0 siblings, 1 reply; 4+ messages in thread
From: Vicente Vera @ 2015-09-13 16:50 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: 0009-gnu-Add-r-markdown.patch --]
[-- Type: text/x-patch, Size: 1942 bytes --]

From 7e291c7f87498368be556941f6eb7315f94a7c74 Mon Sep 17 00:00:00 2001
From: Vicente Vera Parra <vicentemvp@gmail.com>
Date: Sun, 13 Sep 2015 13:17:39 -0300
Subject: [PATCH 09/19] gnu: Add r-markdown.

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

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 0019bbe..b3e9b2b 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -657,3 +657,33 @@ package (http://www.andre-simon.de).")
      "Guesses the MIME type from a filename extension using the data
 derived from /etc/mime.types in UNIX-type systems.")
     (license license:gpl2)))
+
+(define-public r-markdown
+  (package
+    (name "r-markdown")
+    (version "0.7.7")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://cran/src/contrib/markdown_"
+                                  version ".tar.gz"))
+              (sha256
+               (base32 "00j1hlib3il50azs2vlcyhi0bjpx1r50mxr9w9dl5g1bwjjc71hb"))))
+    (build-system r-build-system)
+    ;; Skip check phase because the tests require knitr to be
+    ;; installed. Since it won't (markdown is a dependency of the knitr
+    ;; package), installation will fail.
+    (arguments
+     `(#:phases
+       (modify-phases %standard-phases
+         (delete 'check))))
+    (propagated-inputs
+     `(("r-mime" ,r-mime)))
+    (home-page "https://github.com/rstudio/markdown")
+    (synopsis "'Markdown' Rendering for R")
+    (description
+     "Provides R bindings to the 'Sundown' 'Markdown' rendering
+library (https://github.com/vmg/sundown). 'Markdown' is a plain-text
+formatting syntax that can be converted to 'XHTML' or other formats.
+See http://en.wikipedia.org/wiki/Markdown for more information about
+'Markdown'.")
+    (license license:gpl2)))
-- 
2.5.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-09-15 17:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-13 16:50 [PATCH 09/19] gnu: Add r-markdown Vicente Vera
2015-09-14 11:10 ` Ricardo Wurmus
2015-09-14 19:59   ` Vicente Vera
2015-09-15 17:40     ` Vicente Vera

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).