unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#32679] [PATCH] gnu: Add r-abps.
@ 2018-09-10 12:50 pimi
  2018-10-02 19:51 ` bug#32679: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: pimi @ 2018-09-10 12:50 UTC (permalink / raw)
  To: 32679; +Cc: pimi

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

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

* bug#32679: [PATCH] gnu: Add r-abps.
  2018-09-10 12:50 [bug#32679] [PATCH] gnu: Add r-abps pimi
@ 2018-10-02 19:51 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2018-10-02 19:51 UTC (permalink / raw)
  To: pimi; +Cc: 32679-done

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

On Mon, Sep 10, 2018 at 02:50:07PM +0200, pimi wrote:
> gnu/packages/cran.scm (r-abps): New variable.

Pushed as 03c95f04147b8022983d39d49171db8eb08e8c59

[-- 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 19:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-10 12:50 [bug#32679] [PATCH] gnu: Add r-abps pimi
2018-10-02 19:51 ` bug#32679: " Leo Famulari

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).