GNU bug report logs - #73017
[PATCH] gnu: Add r-dtwclust.

Previous Next

Package: guix-patches;

Reported by: Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>

Date: Wed, 4 Sep 2024 00:42:01 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73017 in the body.
You can then email your comments to 73017 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to laurent.gatto <at> gmail.com, rekado <at> elephly.net, zimon.toutoune <at> gmail.com, guix-patches <at> gnu.org:
bug#73017; Package guix-patches. (Wed, 04 Sep 2024 00:42:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>:
New bug report received and forwarded. Copy sent to laurent.gatto <at> gmail.com, rekado <at> elephly.net, zimon.toutoune <at> gmail.com, guix-patches <at> gnu.org. (Wed, 04 Sep 2024 00:42:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Mădălin Ionel Patrașcu
 <madalinionel.patrascu <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: Add r-dtwclust.
Date: Wed, 4 Sep 2024 02:30:42 +0200
From: =?UTF-8?q?Mădălin Ionel Patrașcu?= <madalinionel.patrascu <at> mdc-berlin.de>

* gnu/packages/cran.scm (r-dtwclust): New variable.

Change-Id: I411d25b5df8f9bf923e60602901105a612c42fe9
---
 gnu/packages/cran.scm | 49 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 49 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 4ca23a5c4e..d8a12bfc81 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10942,6 +10942,55 @@ (define-public r-ips
 phylogenies and ancestral character states.")
     (license license:gpl3)))
 
+(define-public r-dtwclust
+  (package
+    (name "r-dtwclust")
+    (version "6.0.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "dtwclust" version))
+       (sha256
+        (base32 "0by01x4qpf1pin5l61wmm600bmsnlnns9knwb0qmjlj72pmwfkqh"))))
+    (properties `((upstream-name . "dtwclust")))
+    (build-system r-build-system)
+    (propagated-inputs
+     (list r-clue
+           r-cluster
+           r-dplyr
+           r-dtw
+           r-flexclust
+           r-foreach
+           r-ggplot2
+           r-ggrepel
+           r-matrix
+           r-proxy
+           r-rcpp
+           r-rcpparmadillo
+           r-rcppparallel
+           r-rcppthread
+           r-reshape2
+           r-rlang
+           r-rspectra
+           r-shiny
+           r-shinyjs))
+    (native-inputs (list r-knitr))
+    (home-page "https://github.com/asardaes/dtwclust")
+    (synopsis
+     "Clustering time series with dynamic time warping distance optimization")
+    (description
+     "This package implements time series clustering along with optimized
+techniques related to the dynamic time warping distance and its corresponding
+lower bounds.  The implementations of partitional, hierarchical, fuzzy, k-Shape
+and TADPole clustering are available.  Functionality can be easily extended with
+custom distance measures and centroid definitions.  Implementations of @acronym{
+DTW, dynamic time warping} barycenter averaging, a distance based on global
+alignment kernels, and the soft-DTW distance and centroid routines are also
+provided.  All included distance functions have custom loops optimized for the
+calculation of cross-distance matrices, including parallelization support.
+Several cluster validity indices are included.")
+    (license license:gpl3)))
+
 (define-public r-dtw
   (package
     (name "r-dtw")

base-commit: 7fa9df431e9423e2b79c8c520de1d0ef7aed910d
-- 
2.45.2





Reply sent to Andreas Enge <andreas <at> enge.fr>:
You have taken responsibility. (Sat, 21 Sep 2024 07:28:01 GMT) Full text and rfc822 format available.

Notification sent to Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>:
bug acknowledged by developer. (Sat, 21 Sep 2024 07:28:02 GMT) Full text and rfc822 format available.

Message #10 received at 73017-done <at> debbugs.gnu.org (full text, mbox):

From: Andreas Enge <andreas <at> enge.fr>
To: 73025-done <at> debbugs.gnu.org, 73017-done <at> debbugs.gnu.org
Subject: Close
Date: Sat, 21 Sep 2024 09:27:18 +0200
Pushed, thanks!

Andreas





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 19 Oct 2024 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 294 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.