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

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

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


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32679: closed ([PATCH] gnu: Add r-abps.)
Date: Tue, 02 Oct 2018 19:52:02 +0000

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

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


-- 
32679: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32679
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add r-abps. Date: Mon, 10 Sep 2018 14:50:07 +0200
gnu/packages/cran.scm (r-abps): New variable.
---
 gnu/packages/cran.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 962b82168..2d97a12d0 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5592,3 +5592,27 @@ complexity;
 @end enumerate
   These algorithms are well suited for high dimensional data outlier 
detection.")
     (license license:expat)))
+
+(define-public r-abps
+  (package
+    (name "r-abps")
+    (version "0.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "ABPS" version))
+       (sha256
+        (base32 "1k3f5i34f4w2khkszb4qhwwcpiy7gsfh82vjr6rypwg6rx5rjclq"))))
+    (properties `((upstream-name . "ABPS")))
+    (build-system r-build-system)
+    (propagated-inputs `(("r-kernlab" ,r-kernlab)))
+    (home-page "https://cran.r-project.org/web/packages/ABPS/";)
+    (synopsis "Abnormal blood profile score to detect blood doping")
+    (description
+     "This package offers an implementation of the Abnormal blood profile 
score (ABPS).
+  The ABPS is a part of the Athlete biological passport program of the World
+anti-doping agency, which combines several blood parameters into a single score
+in order to detect blood doping.  The package also contains functions to
+calculate other scores used in anti-doping programs, such as the ratio of
+hemoglobin to reticulocytes (OFF-score), as well as example data.")
+    (license license:gpl2+)))
-- 
2.17.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#32679] [PATCH] gnu: Add r-abps. Date: Tue, 2 Oct 2018 15:51:42 -0400 User-agent: Mutt/1.10.1 (2018-07-13)
On Mon, Sep 10, 2018 at 02:50:07PM +0200, pimi wrote:
> gnu/packages/cran.scm (r-abps): New variable.

Pushed as 03c95f04147b8022983d39d49171db8eb08e8c59

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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