diff --git a/.travis.yml b/.travis.yml index c86a3ef..3edb933 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ cache: packages warnings_are_errors: true r_check_revdep: false r: - - 3.1 + - 3.2 - oldrel - release - devel diff --git a/DESCRIPTION b/DESCRIPTION index 8e75b9a..7fb0f90 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -12,7 +12,7 @@ Maintainer: Rebecca Killick BugReports: https://github.com/rkillick/changepoint/issues 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.1), methods, stats, zoo(>= 0.9-1) +Depends: R(>= 3.2), methods, stats, zoo(>= 0.9-1) Suggests: testthat License: GPL LazyLoad: yes