Package: dpseg
Title: Piecewise Linear Segmentation by Dynamic Programming
Version: 0.1.1
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 <machne@hhu.de>
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: 6.1.1
NeedsCompilation: yes
Packaged: 2020-08-10 11:27:22 UTC; raim
Author: Rainer Machne [aut, cre] (<https://orcid.org/0000-0002-1274-5099>),
  Peter F. Stadler [aut]
Repository: CRAN
Date/Publication: 2020-08-17 13:20:02 UTC
Built: R 4.6.0; aarch64-apple-darwin20; 2025-07-18 04:05:45 UTC; unix
Archs: dpseg.so.dSYM
