Package: rupturesRcpp Type: Package Title: Object-Oriented Interface for Offline Change-Point Detection Version: 1.0.2 Authors@R: c( person("Minh Long", "Nguyen", , "edelweiss611428@gmail.com", role = c("aut", "cre")), person("Toby", "Hocking", , "toby.hocking@r-project.org", role = "aut"), person("Charles", "Truong", , "ctruong@ens-paris-saclay.fr", role = "aut") ) Description: A collection of efficient implementations of popular offline change-point detection algorithms, featuring a consistent, object-oriented interface for practical use. Encoding: UTF-8 BugReports: https://github.com/edelweiss611428/rupturesRcpp/issues Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 License: CC BY 4.0 LinkingTo: Rcpp, RcppArmadillo Imports: Rcpp, R6, ggplot2, patchwork, methods Suggests: testthat (>= 3.0.0), reticulate, binsegRcpp Config/testthat/edition: 3 Collate: 'costFuncR6.R' 'PeltR6.R' 'WindowR6.R' 'binSegR6.R' 'rupturesRcpp-package.R' 'zzz.R' Repository: https://edelweiss611428.r-universe.dev Date/Publication: 2026-02-10 03:05:09 UTC RemoteUrl: https://github.com/edelweiss611428/rupturesrcpp RemoteRef: HEAD RemoteSha: 634654df82feb98f41a73c333b1c4bc069f8b6b5 NeedsCompilation: yes Packaged: 2026-07-09 06:25:56 UTC; root Author: Minh Long Nguyen [aut, cre], Toby Hocking [aut], Charles Truong [aut] Maintainer: Minh Long Nguyen