GNU bug report logs -
#32568
[PATCH] gnu: Add r-abctools.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 07 Sep 2018 11:12:13 +0200
with message-id <87worxiscy.fsf <at> gnu.org>
and subject line Re: [bug#32568] [PATCH] gnu: Add r-abctools.
has caused the debbugs.gnu.org bug report #32568,
regarding [PATCH] gnu: Add r-abctools.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
32568: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32568
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
gnu/packages/cran.scm (r-abctools): New variable.
---
gnu/packages/cran.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ebc15e940..b6667789c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4993,3 +4993,28 @@ 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+)))
+
+(define-public r-abctools
+ (package
+ (name "r-abctools")
+ (version "1.1.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "abctools" version))
+ (sha256
+ (base32 "07s9dg10i8lsxl73b4n2hynca2fjgb0ykb0dz8c3zv6cgw3cyx97"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-abc" ,r-abc)
+ ("r-abind" ,r-abind)
+ ("r-hmisc" ,r-hmisc)
+ ("r-plyr" ,r-plyr)))
+ (home-page "https://github.com/dennisprangle/abctools/")
+ (synopsis "Tools for ABC analyses")
+ (description
+ "This @code{r-abctools} package provides tools for approximate Bayesian computation
+including summary statistic selection and assessing coverage. This includes
+recent dimension reduction algorithms to tune the choice of summary statistics,
+and coverage methods to tune the choice of threshold.")
+ (license license:gpl2+)))
--
2.17.1
[Message part 3 (message/rfc822, inline)]
pimi <madalinionel.patrascu <at> mdc-berlin.de> skribis:
> gnu/packages/cran.scm (r-abctools): New variable.
Applied!
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.