unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#32678] [PATCH] gnu: Add r-abodoutlier.
@ 2018-09-10 11:21 pimi
  2018-09-14  5:48 ` bug#32678: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: pimi @ 2018-09-10 11:21 UTC (permalink / raw)
  To: 32678; +Cc: pimi

gnu/packages/cran.scm (r-abodoutlier): New variable.
---
 gnu/packages/cran.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 814439172..962b82168 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5564,3 +5564,31 @@ gf_density(), and so on, bring the formula interface to ggplot().  This captures
 and extends the excellent simplicity of the lattice-graphics formula interface,
 while providing the intuitive capabilities of @code{r-ggplot2}.")
     (license license:expat)))
+
+(define-public r-abodoutlier
+  (package
+    (name "r-abodoutlier")
+    (version "0.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "abodOutlier" version))
+       (sha256
+        (base32 "1pvhgxmh23br84r0fbmv7g53z2427birdja96a67vqgz18r3fdvj"))))
+    (properties `((upstream-name . "abodOutlier")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-cluster" ,r-cluster)))
+    (home-page "https://cran.r-project.org/web/packages/abodOutlier/")
+    (synopsis "Angle-based outlier detection")
+    (description
+     "This package performs angle-based outlier detection on a given data frame.
+  The @code{r-abodoutlier} package offers three methods to process data:
+@enumerate
+@item - full but slow implementation using all the data that has cubic
+complexity;
+@item - a fully randomized method;
+@item - a method using k-nearest neighbours.
+@end enumerate
+  These algorithms are well suited for high dimensional data outlier detection.")
+    (license license:expat)))
-- 
2.17.1

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

* bug#32678: [PATCH] gnu: Add r-abodoutlier.
  2018-09-10 11:21 [bug#32678] [PATCH] gnu: Add r-abodoutlier pimi
@ 2018-09-14  5:48 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2018-09-14  5:48 UTC (permalink / raw)
  To: 32678-done

Hi,

I’ve adjusted the description and applied the patch to the “master”
branch with commit 016cabf7bee007fb580d355113de8aa13d0f0a2b.

Thanks!

-- 
Ricardo

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

end of thread, other threads:[~2018-09-14  5:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-10 11:21 [bug#32678] [PATCH] gnu: Add r-abodoutlier pimi
2018-09-14  5:48 ` bug#32678: " 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).