guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: pimi
Subject: [bug#32696] [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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]