Package: dpseg Title: Piecewise Linear Segmentation by Dynamic Programming Version: 0.1.3 Authors@R: c(person("Rainer","Machne", role = c("aut", "cre"), email = "machne@hhu.de", comment = c(ORCID = "0000-0002-1274-5099")), person("Peter F.", "Stadler", role = c("aut"))) Maintainer: Rainer Machne BugReports: https://gitlab.com/raim/dpseg/-/issues Description: Piecewise linear segmentation of ordered data by a dynamic programming algorithm. The algorithm was developed for time series data, e.g. growth curves, and for genome-wide read-count data from next generation sequencing, but is broadly applicable. Generic implementations of dynamic programming routines allow to scan for optimal segmentation parameters and test custom segmentation criteria ("scoring functions"). Depends: R (>= 3.0.0) Imports: Rcpp (>= 0.12.18) Suggests: markdown, knitr, htmltools, RcppDynProg, microbenchmark, ggplot2 LinkingTo: Rcpp URL: https://gitlab.com/raim/dpseg/ License: GPL (>= 2) Encoding: UTF-8 LazyData: true VignetteBuilder: knitr RoxygenNote: 7.3.2 Repository: https://raim.r-universe.dev Date/Publication: 2025-02-18 14:54:28 UTC RemoteUrl: https://gitlab.com/raim/dpseg RemoteRef: HEAD RemoteSha: 6206a2395d2e5fd62cbea498501e7093b64b96e1 NeedsCompilation: yes Packaged: 2026-07-11 08:31:34 UTC; root Author: Rainer Machne [aut, cre] (ORCID: ), Peter F. Stadler [aut]