GNU bug report logs - #32567
[PATCH] ;;gnu: Add r-abcrf.

Previous Next

Package: guix-patches;

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

Date: Wed, 29 Aug 2018 07:34:02 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#32567: closed ([PATCH] ;;gnu: Add r-abcrf.)
Date: Fri, 07 Sep 2018 09:11:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 07 Sep 2018 11:10:15 +0200
with message-id <871sa5k70o.fsf <at> gnu.org>
and subject line Re: [bug#32567] [PATCH] ;;gnu: Add r-abcrf.
has caused the debbugs.gnu.org bug report #32567,
regarding [PATCH] ;;gnu: Add r-abcrf.
to be marked as done.

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


-- 
32567: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32567
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-abcrf.
Date: Wed, 29 Aug 2018 09:32:45 +0200
;;gnu/packages/cran.scm (r-abcrf): New variable.
---
 gnu/packages/cran.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d3a0c4672..ebc15e940 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4965,3 +4965,31 @@ and make comparisons between different methodologies straightforward.")
 Poisson, and Gamma distribution and estimates the proportional paternity of the
 second male (P2) based on the best fit distribution.")
     (license license:gpl2)))
+
+(define-public r-abcrf
+  (package
+    (name "r-abcrf")
+    (version "1.7.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "abcrf" version))
+       (sha256
+        (base32 "06vy3inikrr9hv36q4djhrgzi9zizdfnhz17wpra8kadmr7qj441"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-mass" ,r-mass)
+       ("r-matrixstats" ,r-matrixstats)
+       ("r-ranger" ,r-ranger)
+       ("r-rcpp" ,r-rcpp)
+       ("r-rcpparmadillo" ,r-rcpparmadillo)
+       ("r-readr" ,r-readr)
+       ("r-stringr" ,r-stringr)))
+    (home-page "https://cran.r-project.org/web/packages/abcrf/")
+    (synopsis "Approximate bayesian computation via random forests")
+    (description
+     "This package performs approximate bayesian computation (ABC) model choice and
+parameter inference via random forests.  This machine learning tool named random
+forests (RF) can conduct selection among the highly complex models covered by
+ABC algorithms.")
+    (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: 32567-done <at> debbugs.gnu.org
Subject: Re: [bug#32567] [PATCH] ;;gnu: Add r-abcrf.
Date: Fri, 07 Sep 2018 11:10:15 +0200
pimi <madalinionel.patrascu <at> mdc-berlin.de> skribis:

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

Applied, thanks!


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

Previous Next


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