Package: oneclust
Type: Package
Title: Maximum Homogeneity Clustering for Univariate Data
Version: 0.2.3
Authors@R: c(
    person("Nan", "Xiao", email = "me@nanx.me", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-0250-5673")))
Description: Maximum homogeneity clustering algorithm for one-dimensional data
    described in W. D. Fisher (1958) <doi:10.1080/01621459.1958.10501479>
    via dynamic programming.
License: GPL-3
URL: https://nanx.me/oneclust/, https://github.com/nanxstats/oneclust
Encoding: UTF-8
VignetteBuilder: knitr
BugReports: https://github.com/nanxstats/oneclust/issues
Depends: R (>= 3.5.0)
LinkingTo: Rcpp
Imports: Rcpp, magrittr
Suggests: knitr, rmarkdown
RoxygenNote: 7.2.3
NeedsCompilation: yes
Packaged: 2023-03-06 23:38:04 UTC; nanx
Author: Nan Xiao [aut, cre] (<https://orcid.org/0000-0002-0250-5673>)
Maintainer: Nan Xiao <me@nanx.me>
Repository: CRAN
Date/Publication: 2023-03-07 00:10:02 UTC
Built: R 4.1.3; x86_64-w64-mingw32; 2023-04-17 14:03:29 UTC; windows
Archs: i386, x64
