emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#32695: closed ([PATCH] gnu: Add r-ac3net.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32695: closed ([PATCH] gnu: Add r-ac3net.)
Date: Tue, 02 Oct 2018 20:29:03 +0000

Your message dated Tue, 2 Oct 2018 16:28:08 -0400
with message-id <address@hidden>
and subject line Re: [bug#32695] [PATCH] gnu: Add r-ac3net.
has caused the debbugs.gnu.org bug report #32695,
regarding [PATCH] gnu: Add r-ac3net.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32695: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32695
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add r-ac3net. Date: Tue, 11 Sep 2018 10:55:29 +0200
gnu/packages/cran.scm (r-ac3net): New variable.
---
 gnu/packages/cran.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5cd456914..86e873ec2 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5645,3 +5645,24 @@ professional lives, but which are usually taught in 
isolation, if at all.")
      "The @code{r-abd} package contains data sets and sample code for the 
Analysis of
 biological data by Michael Whitlock and Dolph Schluter.")
     (license license:gpl2)))
+
+(define-public r-ac3net
+  (package
+    (name "r-ac3net")
+    (version "1.2.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "Ac3net" version))
+       (sha256
+        (base32 "1ns4n0xxz6p34c11bj0k7nzgmyqr9mis2b0g5nfz37dbikndyqyz"))))
+    (properties `((upstream-name . "Ac3net")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-data-table" ,r-data-table)))
+    (home-page "https://cran.r-project.org/web/packages/Ac3net/";)
+    (synopsis "Inferring directional conservative causal core gene networks")
+    (description
+     "This package infers directional Conservative causal core (gene) networks 
(C3NET).
+  This is a version of the algorithm C3NET with directional network.")
+    (license license:gpl3+)))
-- 
2.17.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#32695] [PATCH] gnu: Add r-ac3net. Date: Tue, 2 Oct 2018 16:28:08 -0400 User-agent: Mutt/1.10.1 (2018-07-13)
On Tue, Sep 11, 2018 at 10:55:29AM +0200, pimi wrote:
> gnu/packages/cran.scm (r-ac3net): New variable.

Thanks! Pushed as c2ffc4fb53a23c4db975a52f85686ed4b194cfcf

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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