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

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

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


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32678: closed ([PATCH] gnu: Add r-abodoutlier.)
Date: Fri, 14 Sep 2018 05:50:03 +0000

Your message dated Fri, 14 Sep 2018 07:48:45 +0200
with message-id <address@hidden>
and subject line [PATCH] gnu: Add r-abodoutlier.
has caused the debbugs.gnu.org bug report #32678,
regarding [PATCH] gnu: Add r-abodoutlier.
to be marked as done.

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


-- 
32678: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32678
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add r-abodoutlier. Date: Mon, 10 Sep 2018 13:21:38 +0200
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:
address@hidden
address@hidden - full but slow implementation using all the data that has cubic
+complexity;
address@hidden - a fully randomized method;
address@hidden - a method using k-nearest neighbours.
address@hidden enumerate
+  These algorithms are well suited for high dimensional data outlier 
detection.")
+    (license license:expat)))
-- 
2.17.1




--- End Message ---
--- Begin Message --- Subject: [PATCH] gnu: Add r-abodoutlier. Date: Fri, 14 Sep 2018 07:48:45 +0200 User-agent: mu4e 1.0; emacs 26.1
Hi,

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

Thanks!

-- 
Ricardo



--- End Message ---

reply via email to

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