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

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

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


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32626: closed ([PATCH] gnu: Add r-abnormality.)
Date: Thu, 13 Sep 2018 20:57:03 +0000

Your message dated Thu, 13 Sep 2018 22:56:11 +0200
with message-id <address@hidden>
and subject line [PATCH] gnu: Add r-abnormality.
has caused the debbugs.gnu.org bug report #32626,
regarding [PATCH] gnu: Add r-abnormality.
to be marked as done.

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


-- 
32626: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32626
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add r-abnormality. Date: Mon, 3 Sep 2018 16:59:46 +0200
gnu/packages/cran.scm (r-abnormality): 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 35ac818d1..842cac011 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5096,3 +5096,27 @@ based on @code{r-ggplot2}.")
 and basic manipulation of Brazilian lawsuits identification number.  It also
 implements functions for text cleaning, such as accentuation removal.")
     (license license:expat)))
+
+(define-public r-abnormality
+  (package
+    (name "r-abnormality")
+    (version "0.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "abnormality" version))
+       (sha256
+        (base32 "1fzfskl9akl06nliy8hkv2a0pznpj8pwcypg3gj5r2nzvr3kan9v"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-mass" ,r-mass)
+       ("r-matrix" ,r-matrix)))
+    (home-page "https://cran.r-project.org/web/packages/abnormality/";)
+    (synopsis "Measure a subject's abnormality with respect to a reference 
population")
+    (description
+     "This package contains functions to implement the methodology and 
considerations
+laid out by Marks et al. in article Measuring abnormality in high dimensional
+spaces: applications in biomechanical gait analysis.  Using high-dimensional
+datasets to measure a subject's overall level of abnormality as compared to a
+reference population is often needed in outcomes research.")
+    (license license:expat)))
-- 
2.17.1




--- End Message ---
--- Begin Message --- Subject: [PATCH] gnu: Add r-abnormality. Date: Thu, 13 Sep 2018 22:56:11 +0200 User-agent: mu4e 1.0; emacs 26.1
I made some changes to the description and pushed it to the “master”
branch with commit b6afe7b7f.

Thanks!

-- 
Ricardo



--- End Message ---

reply via email to

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