Skip to content

Commit

Permalink
Prepare CRAN update
Browse files Browse the repository at this point in the history
  • Loading branch information
shinjaehyeok committed Oct 8, 2024
1 parent 94fd452 commit 905ada6
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: stcpR6
Title: Sequential Test and Change-Point Detection Algorithms Based on E-Values / E-Detectors
Version: 0.9.7.3000
Version: 0.9.7.3
Authors@R:
person(given = "Jaehyeok",
family = "Shin",
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# stcpR6 (development version)

# stcpR6 0.9.8
* Two sided e-values are now based on two one-sided e-evalues tuned for alpha/2.
* Sample size based NormalCS tuning is now based on log(1/alpha).
* We can still tune it based on g_alpha by setting skip_g_alpha = FALSE.

# stcpR6 0.9.7

* Improve test coverage for GLR-CUSUM methods
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ print(e_detector)
#> - Alternative: two.sided
#> - Alpha: 0.001
#> - m_pre: 0.5
#> - Num. of mixing components: 338
#> - Num. of mixing components: 360
#> - Obs. have been passed: 200
#> - Current log value: 4.673126
#> - Current log value: 4.672813
#> - Is stopped before: FALSE
#> - Stopped time: 0

Expand Down Expand Up @@ -218,9 +218,9 @@ print(e_detector)
#> - Alternative: two.sided
#> - Alpha: 0.001
#> - m_pre: 0.5
#> - Num. of mixing components: 338
#> - Num. of mixing components: 360
#> - Obs. have been passed: 200
#> - Current log value: 44.92438
#> - Current log value: 44.92547
#> - Is stopped before: TRUE
#> - Stopped time: 138

Expand Down
9 changes: 4 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
## Resubmission
This is a resubmission. In this version I have:

* Improve test coverage for GLR-CUSUM methods

* Refactor Stcp constructor
* Two sided e-values are now based on two one-sided e-evalues tuned for alpha/2.
* Sample size based NormalCS tuning is now based on log(1/alpha).
* We can still tune it based on g_alpha by setting skip_g_alpha = FALSE.

* Simplify input check logic

## R CMD check results

0 errors | 0 warnings | 1 note
0 errors | 0 warnings | 0 note

* This is a new release.
Binary file modified man/figures/README-fig4-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 905ada6

Please sign in to comment.