Package: hclust1d
Title: Hierarchical Clustering of Univariate (1d) Data
Version: 0.0.1
Authors@R: 
    person("Szymon", "Nowakowski", email = "s.nowakowski@mimuw.edu.pl", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1939-9512"))
Description: A suit of algorithms for univariate agglomerative hierarchical clustering (with a few possible choices of a linkage function) in O(n*log n) time. The better algorithmic time complexity is paired with an efficient 'C++' implementation.
License: GPL (>= 3)
Encoding: UTF-8
Suggests: knitr, testthat (>= 3.0.0)
URL: https://github.com/SzymonNowakowski/hclust1d
BugReports: https://github.com/SzymonNowakowski/hclust1d/issues
RoxygenNote: 7.2.3
LinkingTo: Rcpp
Imports: Rcpp
Config/testthat/edition: 3
NeedsCompilation: yes
Packaged: 2023-04-10 18:54:38 UTC; Szym
Author: Szymon Nowakowski [aut, cre] (<https://orcid.org/0000-0002-1939-9512>)
Maintainer: Szymon Nowakowski <s.nowakowski@mimuw.edu.pl>
Repository: CRAN
Date/Publication: 2023-04-11 19:10:02 UTC
