unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Vicente Vera <vicentemvp@gmail.com>
To: guix-devel@gnu.org, Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
Subject: Re: [PATCH 10/19] gnu: Add r-yaml.
Date: Tue, 15 Sep 2015 14:41:10 -0300	[thread overview]
Message-ID: <CAMfbzvBJ5weatA194kEs7UPLz+44G62_Suym75WK8dEs09CSdw@mail.gmail.com> (raw)
In-Reply-To: <CAMfbzvB7uHpbu=SjZtLnurGWuxG0ivN+M+HUcCzvycQffni=tQ@mail.gmail.com>

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

Updated patch attached.

2015-09-13 13:51 GMT-03:00 Vicente Vera <vicentemvp@gmail.com>:
>

[-- Attachment #2: 0010-gnu-Add-r-yaml.patch --]
[-- Type: text/x-patch, Size: 1527 bytes --]

From 05faef5307e8b6c8e7e7aed0ec79a6b8bd6d18bf Mon Sep 17 00:00:00 2001
From: Vicente Vera Parra <vicentemvp@gmail.com>
Date: Tue, 15 Sep 2015 14:19:33 -0300
Subject: [PATCH 10/19] gnu: Add r-yaml.

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

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 4b4e839..050a507 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -710,3 +710,24 @@ 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)))
+
+(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.2


      reply	other threads:[~2015-09-15 17:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-13 16:51 [PATCH 10/19] gnu: Add r-yaml Vicente Vera
2015-09-15 17:41 ` Vicente Vera [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAMfbzvBJ5weatA194kEs7UPLz+44G62_Suym75WK8dEs09CSdw@mail.gmail.com \
    --to=vicentemvp@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=ricardo.wurmus@mdc-berlin.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).