all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sahithi Yarlagadda <sahi@swecha.net>
To: 30983@debbugs.gnu.org
Cc: Ricardo Wurmus <rekado@elephly.net>, sahi@swecha.net
Subject: [bug#30983] Acknowledgement (Submitting Patch for gnu: r-abc-data)
Date: Thu, 29 Mar 2018 16:51:22 +0530	[thread overview]
Message-ID: <c87b400e-f265-e62e-e609-04611bb0c691@swecha.net> (raw)
In-Reply-To: <handler.30983.B.152232227619573.ack@debbugs.gnu.org>

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

Hi

I forgot to submit the attachement for Patch File. I am attaching the
patch file and resending it.


On Thursday 29 March 2018 04:48 PM, GNU bug Tracking System wrote:
> Thank you for filing a new bug report with debbugs.gnu.org.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
>  guix-patches@gnu.org
>
> If you wish to submit further information on this problem, please
> send it to 30983@debbugs.gnu.org.
>
> Please do not send mail to help-debbugs@gnu.org unless you wish
> to report a problem with the Bug-tracking system.
>

-- 
Regards
Sahithi


[-- Attachment #2: 0001-gnu-Add-r-abc-data.patch --]
[-- Type: text/x-patch, Size: 2317 bytes --]

From ec513916a977651ae3117f3f6ab270e691abcee0 Mon Sep 17 00:00:00 2001
From: Sahithi Yarlagadda <sahi@swecha.net>
Date: Thu, 29 Mar 2018 16:31:54 +0530
Subject: [PATCH] gnu: Add r-abc-data.

* gnu/packages/cran.scm (r-abc-data): New variable.
---
 gnu/packages/cran.scm | 36 +++++++++++++++++++++++++++++-------
 1 file changed, 29 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 6f85f0d80..8602a7d87 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2540,14 +2540,14 @@ supports arbitrary vertex/edge/graph attributes.")
     (name "r-statnet-common")
     (version "4.0.0")
     (source
-      (origin
-        (method url-fetch)
-        (uri (cran-uri "statnet.common" version))
-        (sha256
-          (base32
-            "0yw6l5b4qv0jqlg4zyczas7m12a5pyqghs6ydxy2f6v6vxkijvi0"))))
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "statnet.common" version))
+       (sha256
+        (base32
+         "0yw6l5b4qv0jqlg4zyczas7m12a5pyqghs6ydxy2f6v6vxkijvi0"))))
     (properties
-      `((upstream-name . "statnet.common")))
+     `((upstream-name . "statnet.common")))
     (build-system r-build-system)
     (home-page "http://www.statnet.org")
     (synopsis "R scripts and utilities used by the Statnet software")
@@ -3571,3 +3571,25 @@ and Eclat.")
 time formats, @code{parse_date} parses dates in unspecified formats,
 and @code{format_iso_8601} formats a date in ISO 8601 format.")
     (license license:gpl2)))
+
+(define-public r-abc-data
+  (package
+    (name "r-abc-data")
+    (version "1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "abc.data" version))
+       (sha256
+        (base32
+         "1bv1n68ah714ws58cf285n2s2v5vn7382lfjca4jxph57lyg8hmj"))))
+    (properties `((upstream-name . "abc.data")))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/web/packages/abc.data")
+    (synopsis "Data Only: Tools for Approximate Bayesian Computation (ABC)")
+    (description
+     "Contains data which are used by functions of the 'abc' package which
+implements several @dfn{Approximate Bayesian Computation} (ABC) algorithms 
+for performing parameter estimation, model selection, and goodness-of-fit.")
+    (license license:gpl3)))
+
-- 
2.16.2


  parent reply	other threads:[~2018-03-29 11:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-29 11:16 [bug#30983] Submitting Patch for gnu: r-abc-data Sahithi Yarlagadda
     [not found] ` <handler.30983.B.152232227619573.ack@debbugs.gnu.org>
2018-03-29 11:21   ` Sahithi Yarlagadda [this message]
2018-04-02 21:17     ` bug#30983: Acknowledgement (Submitting Patch for gnu: r-abc-data) Ricardo Wurmus

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

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

  git send-email \
    --in-reply-to=c87b400e-f265-e62e-e609-04611bb0c691@swecha.net \
    --to=sahi@swecha.net \
    --cc=30983@debbugs.gnu.org \
    --cc=rekado@elephly.net \
    /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 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.