GNU bug report logs - #32696
[PATCH] gnu: Add r-aca.

Previous Next

Package: guix-patches;

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

Date: Tue, 11 Sep 2018 09:08:01 UTC

Owned by: Ricardo Wurmus <rekado <at> elephly.net>

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

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: Leo Famulari <leo <at> famulari.name>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#32696: closed ([PATCH] gnu: Add r-aca.)
Date: Tue, 02 Oct 2018 20:28:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 2 Oct 2018 16:27:52 -0400
with message-id <20181002202752.GC20264 <at> jasmine.lan>
and subject line Re: [bug#32696] [PATCH] gnu: Add r-aca.
has caused the debbugs.gnu.org bug report #32696,
regarding [PATCH] gnu: Add r-aca.
to be marked as done.

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


-- 
32696: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32696
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-aca.
Date: Tue, 11 Sep 2018 11:07:22 +0200
gnu/packages/cran.scm (r-aca): New variable.
---
 gnu/packages/cran.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 86e873ec2..35badf334 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5666,3 +5666,23 @@ biological data by Michael Whitlock and Dolph Schluter.")
      "This package infers directional Conservative causal core (gene) networks (C3NET).
   This is a version of the algorithm C3NET with directional network.")
     (license license:gpl3+)))
+
+(define-public r-aca
+  (package
+    (name "r-aca")
+    (version "1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "ACA" version))
+       (sha256
+        (base32 "1i3hm27nvnkvc39xlh0d1blq8q0q02czmvgi3cazmjx3jvxay0vq"))))
+    (properties `((upstream-name . "ACA")))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/web/packages/ACA/")
+    (synopsis "Abrupt change-point or aberration detection in point series")
+    (description
+     "This package offers an interactive function for the detection of breakpoints in
+series.")
+    ;; Any version of the GPL
+    (license (list license:gpl2+ license:gpl3+))))
-- 
2.17.1



[Message part 3 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: pimi <madalinionel.patrascu <at> mdc-berlin.de>
Cc: 32696-done <at> debbugs.gnu.org
Subject: Re: [bug#32696] [PATCH] gnu: Add r-aca.
Date: Tue, 2 Oct 2018 16:27:52 -0400
[Message part 4 (text/plain, inline)]
On Tue, Sep 11, 2018 at 11:07:22AM +0200, pimi wrote:
> gnu/packages/cran.scm (r-aca): New variable.

Thanks! Pushed as da33385959502a3f897a2a6a1bf92dc5f02b3b9a
[signature.asc (application/pgp-signature, inline)]

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

Previous Next


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