Package: hclusteasy
Title: Determining Hierarchical Clustering Easily
Version: 0.1.0
Authors@R: c(
    person("André", "Nogueira", , "andreln27@yahoo.com", role = "aut"),
    person("Henrique", "Andrade", , "henrique.4ndrade@outlook.com", role = c("aut", "cre"))
  )
Description: Facilitates hierarchical clustering analysis with functions
    to read data in 'txt', 'xlsx', and 'xls' formats, apply normalization
    techniques to the dataset, perform hierarchical clustering and
    construct scatter plot from principal component analysis to evaluate
    the groups obtained.
License: GPL-2
URL: https://github.com/tsukubai/hclusteasy
BugReports: https://github.com/tsukubai/hclusteasy/issues
Depends: R (>= 3.6)
Imports: clusterSim, factoextra, readxl, stats, utils
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
NeedsCompilation: no
Packaged: 2024-06-21 01:57:57 UTC; Henri
Author: André Nogueira [aut],
  Henrique Andrade [aut, cre]
Maintainer: Henrique Andrade <henrique.4ndrade@outlook.com>
Repository: CRAN
Date/Publication: 2024-06-21 10:40:02 UTC
Built: R 4.4.3; ; 2025-10-13 13:02:58 UTC; windows
