unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#32626] [PATCH] gnu: Add r-abnormality.
@ 2018-09-03 14:59 pimi
  2018-09-13 20:56 ` bug#32626: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: pimi @ 2018-09-03 14:59 UTC (permalink / raw)
  To: 32626; +Cc: pimi

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

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

* bug#32626: [PATCH] gnu: Add r-abnormality.
  2018-09-03 14:59 [bug#32626] [PATCH] gnu: Add r-abnormality pimi
@ 2018-09-13 20:56 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2018-09-13 20:56 UTC (permalink / raw)
  To: 32626-done

I made some changes to the description and pushed it to the “master”
branch with commit b6afe7b7f.

Thanks!

-- 
Ricardo

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

end of thread, other threads:[~2018-09-13 20:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-03 14:59 [bug#32626] [PATCH] gnu: Add r-abnormality pimi
2018-09-13 20:56 ` bug#32626: " Ricardo Wurmus

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).