Package: opart
Type: Package
Title: Optimal Partitioning
Version: 2019.1.0
Author: Anuraag Srivastava
Maintainer: Anuraag Srivastava <srivastava.anurag.90@gmail.com>
Description: A reference implementation of standard optimal partitioning 
    algorithm in C using square-error loss and Poisson loss functions as described by
    Robert Maidstone (2016) <doi:10.1007/s11222-016-9636-3>, 
    Toby Hocking (2016) <doi:10.1007/s11222-016-9636-3>, 
    Guillem Rigaill (2016) <doi:10.1007/s11222-016-9636-3>, 
    Paul Fearnhead (2016) <doi:10.1007/s11222-016-9636-3>. 
    It scales quadratically with number of data points in terms of time-complexity.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Depends: R (>= 3.5.0)
URL: https://github.com/as4378/opart
BugReports: https://github.com/as4378/opart/issues
Suggests: knitr, rmarkdown, testthat, dplyr, ggplot2, directlabels,
        data.table, covr, neuroblastoma, microbenchmark, changepoint,
        Segmentor3IsBack, fpop
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2019-09-03 20:10:02 UTC; AnuraagUS
Repository: CRAN
Date/Publication: 2019-09-04 13:40:02 UTC
