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

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

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


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32490: closed ([PATCH] gnu: Add r-abcanalysis.)
Date: Thu, 23 Aug 2018 20:30:09 +0000

Your message dated Thu, 23 Aug 2018 16:29:36 -0400
with message-id <address@hidden>
and subject line Re: [bug#32489] [PATCH] gnu: Add r-miniui.
has caused the debbugs.gnu.org bug report #32490,
regarding [PATCH] gnu: Add r-abcanalysis.
to be marked as done.

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


-- 
32490: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32490
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add r-abcanalysis. Date: Tue, 21 Aug 2018 13:44:14 +0200
gnu/packages/bioinformatics.scm (r-abcanalysis): New variable.
---
 gnu/packages/bioinformatics.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index dce8ab62f..e6b6bbaba 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -11,6 +11,7 @@
 ;;; Copyright ?? 2017 Arun Isaac <address@hidden>
 ;;; Copyright ?? 2018 Joshua Sierles, Nextjournal <address@hidden>
 ;;; Copyright ?? 2018 G??bor Boskovits <address@hidden>
+;;; Copyright ?? 2018 M??d??lin Ionel Patra??cu <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -13406,3 +13407,27 @@ conversions, region filtering, FASTA sequence 
extraction and more.")
       ;; gffread is under Expat, but gclib is under Artistic 2.0
       (license (list license:expat
                      license:artistic2.0)))))
+
+(define-public r-abcanalysis
+  (package
+    (name "r-abcanalysis")
+    (version "1.2.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "ABCanalysis" version))
+       (sha256
+        (base32 "0wac1ksmnxa36v99ca4hv8k0rsh3igwpcllmlv9wf7i9kgqviqwi"))))
+    (properties `((upstream-name . "ABCanalysis")))
+    (build-system r-build-system)
+    (propagated-inputs `(("r-plotrix" ,r-plotrix)))
+    (home-page 
"https://www.uni-marburg.de/fb12/arbeitsgruppen/datenbionik/software-en";)
+    (synopsis "Computed ABC Analysis")
+    (description
+     "Multivariate data sets often differ in several factors or derived 
statistical
+parameters, which have to be selected for a valid interpretation.  Basing this
+selection on traditional statistical limits leads occasionally to the 
perception
+of losing information from a data set.  This package provides tools to 
calculate
+these limits on the basis of the mathematical properties of the distribution of
+the analyzed items.")
+    (license license:gpl3)))
-- 
2.17.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#32489] [PATCH] gnu: Add r-miniui. Date: Thu, 23 Aug 2018 16:29:36 -0400 User-agent: Mutt/1.10.1 (2018-07-13)
On Wed, Aug 22, 2018 at 07:55:59AM +0000, address@hidden wrote:
> Hello Leo!
> 
> Sorry about that! 
> I am new on this thing.
> I can send directly to you all the patches.
> It is ok?

Thanks! I received your patches and pushed them as commit
16b0e8da48ef9398797a22e274d5fcb37e24e448.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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