GNU bug report logs - #32621
[PATCH] gnu: Add r-abe.

Previous Next

Package: guix-patches;

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

Date: Mon, 3 Sep 2018 12:30:02 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 32621 in the body.
You can then email your comments to 32621 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#32621; Package guix-patches. (Mon, 03 Sep 2018 12:30:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to pimi <madalinionel.patrascu <at> mdc-berlin.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 03 Sep 2018 12:30:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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-abe.
Date: Mon, 3 Sep 2018 14:27:58 +0200
gnu/packages/cran.scm (r-abe): 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 016d1b1e4..dde5fb317 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4988,3 +4988,31 @@ maximum cycle number.  The @code{r-abcoptim} implements the Artificial bee
 colony optimization algorithm @url{http://mf.erciyes.edu.tr/abc/pub/tr06_2005.pdf}.
   This version is a work-in-progress and is written in R code.")
     (license license:expat)))
+
+(define-public r-abe
+  (package
+    (name "r-abe")
+    (version "3.0.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "abe" version))
+       (sha256
+        (base32
+         "1f19h3xzzmjhvwc1rrb8z0rai3ip03y4gdi2gg9bfr5sg2nfklk6"))))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/web/packages/abe/")
+    (synopsis "Augmented backward elimination")
+    (description
+     "Statistical models are simple mathematical rules derived from empirical data describing
+the association between an outcome and several explanatory variables.  In a
+typical modeling situation statistical analysis often involves a large number of
+potential explanatory variables and frequently only partial subject-matter
+knowledge is available.  Therefore, selecting the most suitable variables for a
+model in an objective and practical manner is usually a non-trivial task.  This
+package performs augmented backward elimination and checks the stability of the
+obtained model.  Augmented backward elimination combines significance or
+information based criteria with the change in estimate to either select the
+optimal model for prediction purposes or to serve as a tool to obtain a
+practically sound, highly interpretable model.")
+    (license license:gpl2+)))
-- 
2.17.1





Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Thu, 13 Sep 2018 13:24:01 GMT) Full text and rfc822 format available.

Notification sent to pimi <madalinionel.patrascu <at> mdc-berlin.de>:
bug acknowledged by developer. (Thu, 13 Sep 2018 13:24:01 GMT) Full text and rfc822 format available.

Message #10 received at 32621-done <at> debbugs.gnu.org (full text, mbox):

From: Ricardo Wurmus <rekado <at> elephly.net>
To: 32621-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: Add r-abe.
Date: Thu, 13 Sep 2018 15:23:20 +0200
Thanks for the patch!

I found the description a little too long, so I shortened it and pushed
the patch to the master branch with commit 3cadd3ce9.

--
Ricardo





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 12 Oct 2018 11:24:04 GMT) Full text and rfc822 format available.

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

Previous Next


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