unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#32567] [PATCH] ;;gnu: Add r-abcrf.
@ 2018-08-29  7:32 pimi
  2018-09-07  9:10 ` bug#32567: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: pimi @ 2018-08-29  7:32 UTC (permalink / raw)
  To: 32567; +Cc: pimi

;;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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#32567: [PATCH] ;;gnu: Add r-abcrf.
  2018-08-29  7:32 [bug#32567] [PATCH] ;;gnu: Add r-abcrf pimi
@ 2018-09-07  9:10 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2018-09-07  9:10 UTC (permalink / raw)
  To: pimi; +Cc: 32567-done

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

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

Applied, thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-09-07  9:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-29  7:32 [bug#32567] [PATCH] ;;gnu: Add r-abcrf pimi
2018-09-07  9:10 ` bug#32567: " Ludovic Courtès

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).