Package: FLOPART Type: Package Title: Functional Labeled Optimal Partitioning Version: 2024.6.19 Authors@R: c( person("Toby Dylan", "Hocking", email="toby.hocking@r-project.org", role=c("aut", "cre"))) Description: Provides an efficient 'C++' code for computing an optimal segmentation model with Poisson loss, up-down constraints, and label constraints, as described by Kaufman et al. (2024) . License: GPL-3 RoxygenNote: 7.3.1 Suggests: testthat, PeakError, knitr, markdown, ggplot2 Depends: R (>= 2.10) LinkingTo: Rcpp Imports: Rcpp, data.table VignetteBuilder: knitr Repository: https://tdhock.r-universe.dev Date/Publication: 2024-06-20 11:03:11 UTC RemoteUrl: https://github.com/tdhock/flopart RemoteRef: HEAD RemoteSha: 68498ce6a78051e748b912153fa1f67f2c43e2ed NeedsCompilation: yes Packaged: 2026-06-14 08:32:53 UTC; root Author: Toby Dylan Hocking [aut, cre] Maintainer: Toby Dylan Hocking