Last data update: 2014.03.03

changepoint

Package: changepoint
Type: Package
Title: Methods for Changepoint Detection
Version: 2.2.1
Date: 2016-02-26
Authors@R: c(person("Rebecca", "Killick",
role=c("aut","cre"),email="r.killick@lancs.ac.uk"),
person("Kaylea", "Haynes", role="aut"),
person("Idris", "Eckley", role=c("ths","aut")),
person("Paul","Fearnhead",role=c("ctb","ths")), person("Jamie","Lee",role="ctr"))
Maintainer: Rebecca Killick <r.killick@lancs.ac.uk>
BugReports: <changepoints@lancs.ac.uk>
URL: https://github.com/rkillick/changepoint/
Description: Implements various mainstream and specialised changepoint methods for finding single and multiple changepoints within data. Many popular non-parametric and frequentist methods are included. The cpt.mean(), cpt.var(), cpt.meanvar() functions should be your first point of call.
Depends: R (>= 3.0), methods, stats, zoo (>= 0.9-1)
Suggests: testthat
License: GPL
LazyLoad: yes
Packaged: 2016-02-26 12:28:12 UTC; killick
NeedsCompilation: yes
Author: Rebecca Killick [aut, cre],
Kaylea Haynes [aut],
Idris Eckley [ths, aut],
Paul Fearnhead [ctb, ths],
Jamie Lee [ctr]
Repository: CRAN
Date/Publication: 2016-02-26 15:23:11

● 0 images, 78 functions, 5 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'changepoint' ...
** package 'changepoint' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c BinSeg_one_func_minseglen.c -o BinSeg_one_func_minseglen.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c PELT_one_func_minseglen.c -o PELT_one_func_minseglen.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c cost_general_functions.c -o cost_general_functions.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o changepoint.so BinSeg_one_func_minseglen.o PELT_one_func_minseglen.o cost_general_functions.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/changepoint/libs
** R
** data
** inst
** preparing package for lazy loading
Creating a generic function for 'coef' from package 'stats' in package 'changepoint'
Creating a generic function for 'summary' from package 'base' in package 'changepoint'
Creating a generic function for 'plot' from package 'graphics' in package 'changepoint'
Creating a generic function for 'logLik' from package 'stats' in package 'changepoint'
** help
*** installing help indices
  converting help for package 'changepoint'
    finding HTML links ... done
    HC1                                     html  
    Lai2005fig3                             html  
    Lai2005fig4                             html  
    changepoint-package                     html  
    coef-methods                            html  
    cpt-class                               html  
    cpt.mean                                html  
    cpt.meanvar                             html  
    cpt.range-class                         html  
    cpt.reg-class                           html  
    cpt.var                                 html  
    cpts--methods                           html  
    cpts-                                   html  
    cpts-methods                            html  
    cpts                                    html  
    cpts.full--methods                      html  
    cpts.full-                              html  
    cpts.full-methods                       html  
    cpts.full                               html  
    cpts.ts-methods                         html  
    cpts.ts                                 html  
    cpttype--methods                        html  
    cpttype-                                html  
    cpttype-methods                         html  
    cpttype                                 html  
    data.set--methods                       html  
    data.set-                               html  
    data.set-methods                        html  
    data.set                                html  
    data.set.ts-methods                     html  
    data.set.ts                             html  
    distribution--methods                   html  
    distribution-                           html  
    distribution-methods                    html  
    distribution                            html  
    ftse100                                 html  
    likelihood-methods                      html  
    likelihood                              html  
    logLik-methods                          html  
    method--methods                         html  
    method-                                 html  
    method-methods                          html  
    method                                  html  
    minseglen--methods                      html  
    minseglen-                              html  
    minseglen-methods                       html  
    minseglen                               html  
    ncpts-methods                           html  
    ncpts                                   html  
    ncpts.max--methods                      html  
    ncpts.max-                              html  
    ncpts.max-methods                       html  
    ncpts.max                               html  
    nseg-methods                            html  
    nseg                                    html  
    param-methods                           html  
    param                                   html  
    param.est--methods                      html  
    param.est-                              html  
    param.est-methods                       html  
    param.est                               html  
    pen.type--methods                       html  
    pen.type-                               html  
    pen.type-methods                        html  
    pen.type                                html  
    pen.value--methods                      html  
    pen.value-                              html  
    pen.value-methods                       html  
    pen.value                               html  
    pen.value.full--methods                 html  
    pen.value.full-                         html  
    pen.value.full-methods                  html  
    pen.value.full                          html  
    plot-methods                            html  
    seg.len-methods                         html  
    seg.len                                 html  
    show-methods                            html  
    summary-methods                         html  
    test.stat--methods                      html  
    test.stat-                              html  
    test.stat-methods                       html  
    test.stat                               html  
    wave.c44137                             html  
** building package indices
** testing if installed package can be loaded
* DONE (changepoint)
Making 'packages.html' ... done