Skip to content

Commit

Permalink
Update fastcpd 0.14.2
Browse files Browse the repository at this point in the history
*   Fix CRAN noSuggests error.
  • Loading branch information
doccstat committed Apr 20, 2024
1 parent 29568c1 commit 91ef265
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: fastcpd
Title: Fast Change Point Detection via Sequential Gradient Descent
Version: 0.14.1
Version: 0.14.2
Authors@R: c(
person("Xingchi", "Li", , "[email protected]",
role = c("aut", "cre", "cph"),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# fastcpd 0.14.2

* Fix CRAN noSuggests error.

# fastcpd 0.14.1

* Fix possible numeric issues on CRAN breaking updates of other packages.
Expand Down
6 changes: 3 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Updates since last CRAN release (0.13.1)
## Updates since last CRAN release (0.14.1)

### fastcpd 0.14.1
### fastcpd 0.14.2

* Fix possible numeric issues on CRAN breaking updates of other packages.
* Fix CRAN noSuggests error.
1 change: 1 addition & 0 deletions tests/testthat/test-examples-fastcpd_binomial.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
testthat::test_that(
"examples/fastcpd_binomial.R", {
testthat::skip_if_not_installed("ggplot2")
testthat::skip_if_not_installed("mvtnorm")

source("examples/fastcpd_binomial.R")
testthat::expect_equal(result@cp_set, 302)
Expand Down

0 comments on commit 91ef265

Please sign in to comment.