all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#32696] [PATCH] gnu: Add r-aca.
@ 2018-09-11  9:07 pimi
  2018-10-02 20:27 ` bug#32696: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: pimi @ 2018-09-11  9:07 UTC (permalink / raw)
  To: 32696; +Cc: pimi

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

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

* bug#32696: [PATCH] gnu: Add r-aca.
  2018-09-11  9:07 [bug#32696] [PATCH] gnu: Add r-aca pimi
@ 2018-10-02 20:27 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2018-10-02 20:27 UTC (permalink / raw)
  To: pimi; +Cc: 32696-done

[-- Attachment #1: Type: text/plain, Size: 161 bytes --]

On Tue, Sep 11, 2018 at 11:07:22AM +0200, pimi wrote:
> gnu/packages/cran.scm (r-aca): New variable.

Thanks! Pushed as da33385959502a3f897a2a6a1bf92dc5f02b3b9a

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2018-10-02 20:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-11  9:07 [bug#32696] [PATCH] gnu: Add r-aca pimi
2018-10-02 20:27 ` bug#32696: " Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.