diff --git a/NEWS.md b/NEWS.md index 99fe6f3..1465c80 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,11 @@ # stcpR6 (development version) +# stcpR6 0.9.7 + +* Improve test coverage for GLR-CUSUM methods +* Refactor Stcp constructor +* Simplify input check logic + # stcpR6 0.9.6 * Start to track updates via NEWS.md diff --git a/cran-comments.md b/cran-comments.md index 57060b4..af0c8f9 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,9 +1,11 @@ ## Resubmission This is a resubmission. In this version I have: -* Converted the DESCRIPTION title to title case. +* Improve test coverage for GLR-CUSUM methods -* Fix cpp related warnings by updating abs to std::abs +* Refactor Stcp constructor + +* Simplify input check logic ## R CMD check results