[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/11: gnu: Add r-abcrf.
From: |
Ludovic Courtès |
Subject: |
04/11: gnu: Add r-abcrf. |
Date: |
Fri, 7 Sep 2018 05:44:41 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit cadc10a513af2624c9233fb2cffb4c4ff5471197
Author: pimi <address@hidden>
Date: Wed Aug 29 09:32:45 2018 +0200
gnu: Add r-abcrf.
* gnu/packages/cran.scm (r-abcrf): New variable.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/cran.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index c713a99..93c111b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5432,3 +5432,31 @@ colony optimization algorithm
@url{http://mf.erciyes.edu.tr/abc/pub/tr06_2005.pd
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+)))
- branch master updated (0012e0d -> 2b73d82), Ludovic Courtès, 2018/09/07
- 01/11: vm: Make UUID computation really deterministic., Ludovic Courtès, 2018/09/07
- 08/11: gnu: Add r-ggformula., Ludovic Courtès, 2018/09/07
- 05/11: gnu: Add r-abctools., Ludovic Courtès, 2018/09/07
- 07/11: gnu: Add r-mosaiccore., Ludovic Courtès, 2018/09/07
- 09/11: pull: Add '--profile'., Ludovic Courtès, 2018/09/07
- 11/11: guix package: Record package provenance in manifest entries., Ludovic Courtès, 2018/09/07
- 10/11: Add 'guix describe'., Ludovic Courtès, 2018/09/07
- 02/11: gnu: emacs-ess: Update to 17.11., Ludovic Courtès, 2018/09/07
- 04/11: gnu: Add r-abcrf.,
Ludovic Courtès <=
- 06/11: gnu: Add r-ggstance., Ludovic Courtès, 2018/09/07
- 03/11: gnu: Add r-abcp2., Ludovic Courtès, 2018/09/07