Package: puls Title: Partitioning Using Local Subregions Version: 0.1.3 Authors@R: c(person(given = "Mark", family = "Greenwood", role = "aut", email = "greenwood@montana.edu", comment = c(ORCID = "0000-0001-6933-1201")), person(given = "Tan", family = "Tran", role = c("aut", "cre"), email = "vinhtantran@gmail.com", comment = c(ORCID = "0000-0001-9881-6339"))) Description: A method of clustering functional data using subregion information of the curves. It is intended to supplement the 'fda' and 'fda.usc' packages in functional data object clustering. It also facilitates the printing and plotting of the results in a tree format and limits the partitioning candidates into a specific set of subregions. License: GPL (>= 2) URL: https://vinhtantran.github.io/puls/, https://github.com/vinhtantran/puls BugReports: https://github.com/vinhtantran/puls/issues Depends: R (>= 3.3.0) Imports: cluster (>= 2.0.5), dplyr (>= 1.0.0), fda, fda.usc (>= 1.3.0), ggplot2, graphics, monoClust (>= 1.2.0), purrr (>= 0.3.0), rlang (>= 0.3.0), stats, tibble (>= 3.0.0), tidyr (>= 1.0.0) Suggests: covr, knitr, lubridate, rmarkdown, testthat, vdiffr VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Repository: https://vinhtantran.r-universe.dev Date/Publication: 2025-04-21 00:27:52 UTC RemoteUrl: https://github.com/vinhtantran/puls RemoteRef: HEAD RemoteSha: 334aa1bf76cd37023144a9e5cb9b96287b1b612c NeedsCompilation: no Packaged: 2026-07-14 05:29:34 UTC; root Author: Mark Greenwood [aut] (ORCID: ), Tan Tran [aut, cre] (ORCID: ) Maintainer: Tan Tran