GNU bug report logs - #32566
[PATCH] ;;gnu: Add r-abcp2.

Previous Next

Package: guix-patches;

Reported by: pimi <madalinionel.patrascu <at> mdc-berlin.de>

Date: Wed, 29 Aug 2018 07:26:01 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: ludo <at> gnu.org (Ludovic Courtès)
Cc: tracker <at> debbugs.gnu.org
Subject: bug#32566: closed ([PATCH] ;;gnu: Add r-abcp2.)
Date: Fri, 07 Sep 2018 09:09:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 07 Sep 2018 11:08:20 +0200
with message-id <878t4dk73v.fsf <at> gnu.org>
and subject line Re: [bug#32566] [PATCH] ;;gnu: Add r-abcp2.
has caused the debbugs.gnu.org bug report #32566,
regarding [PATCH] ;;gnu: Add r-abcp2.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
32566: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32566
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: pimi <madalinionel.patrascu <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Cc: pimi <madalinionel.patrascu <at> mdc-berlin.de>
Subject: [PATCH] ;;gnu: Add r-abcp2.
Date: Wed, 29 Aug 2018 09:24:34 +0200
;;gnu/packages/cran.scm (r-abcp2): New variable.
---
 gnu/packages/cran.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index eb6bf9c38..d3a0c4672 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4944,3 +4944,24 @@ developers to generate user interfaces easy to maintain.")
 models.  The methods employed are applicable to virtually any predictive model
 and make comparisons between different methodologies straightforward.")
     (license license:gpl2+)))
+
+(define-public r-abcp2
+  (package
+    (name "r-abcp2")
+    (version "1.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "ABCp2" version))
+       (sha256
+        (base32 "1s2skkxpzss7c29i8600psgrp0hl46jcrxqrmy2b4db8hc0kcnbx"))))
+    (properties `((upstream-name . "ABCp2")))
+    (build-system r-build-system)
+    (propagated-inputs `(("r-mass" ,r-mass)))
+    (home-page "https://cran.r-project.org/web/packages/ABCp2/")
+    (synopsis "Approximate Bayesian Computational Model for Estimating P2")
+    (description
+     "This package tests the goodness of fit of a distribution of offspring to the Normal,
+Poisson, and Gamma distribution and estimates the proportional paternity of the
+second male (P2) based on the best fit distribution.")
+    (license license:gpl2)))
-- 
2.17.1



[Message part 3 (message/rfc822, inline)]
From: ludo <at> gnu.org (Ludovic Courtès)
To: pimi <madalinionel.patrascu <at> mdc-berlin.de>
Cc: 32566-done <at> debbugs.gnu.org
Subject: Re: [bug#32566] [PATCH] ;;gnu: Add r-abcp2.
Date: Fri, 07 Sep 2018 11:08:20 +0200
Hello,

pimi <madalinionel.patrascu <at> mdc-berlin.de> skribis:

> ;;gnu/packages/cran.scm (r-abcp2): New variable.

I tweaked the commit log and committed, thank you!

Ludo’.


This bug report was last modified 6 years and 264 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.