* [PATCH 10/19] gnu: Add r-yaml.
@ 2015-09-13 16:51 Vicente Vera
2015-09-15 17:41 ` Vicente Vera
0 siblings, 1 reply; 2+ messages in thread
From: Vicente Vera @ 2015-09-13 16:51 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: 0010-gnu-Add-r-yaml.patch --]
[-- Type: text/x-patch, Size: 1430 bytes --]
From ee26c1bf10c330562b6947e0a87ece10037f9634 Mon Sep 17 00:00:00 2001
From: Vicente Vera Parra <vicentemvp@gmail.com>
Date: Sun, 13 Sep 2015 13:19:13 -0300
Subject: [PATCH 10/19] gnu: Add r-yaml.
* gnu/packages/statistics.scm (r-yaml): New variable.
---
gnu/packages/statistics.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index b3e9b2b..9ac08d8 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -687,3 +687,21 @@ 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)))
+
+(define-public r-yaml
+ (package
+ (name "r-yaml")
+ (version "2.1.13")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://cran/src/contrib/yaml_"
+ version ".tar.gz"))
+ (sha256
+ (base32 "18kz5mfn7qpif5pn91w4vbrc5bkycsj85vwm5wxwzjlb02i9mxi6"))))
+ (build-system r-build-system)
+ (home-page "https://cran.r-project.org/web/packages/yaml/index.html")
+ (synopsis "Methods to convert R data to YAML and back")
+ (description
+ "This package implements the libyaml YAML 1.1 parser and
+emitter (http://pyyaml.org/wiki/LibYAML) for R.")
+ (license license:bsd-3)))
--
2.5.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-09-15 17:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-13 16:51 [PATCH 10/19] gnu: Add r-yaml Vicente Vera
2015-09-15 17:41 ` Vicente Vera
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.