Skip to content

Commit 3b33110

Browse files
Correct version to 0.1.1 (last CRAN release was 0.1.0, not 0.1.1)
1 parent d7a83c0 commit 3b33110

3 files changed

Lines changed: 3 additions & 9 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: adaptDiag
22
Type: Package
33
Title: Bayesian Adaptive Designs for Diagnostic Trials
4-
Version: 0.1.2
4+
Version: 0.1.1
55
Authors@R: c(
66
person("Graeme L.", "Hickey",
77
email = "graemeleehickey@gmail.com",

NEWS.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
1-
# adaptDiag 0.1.2
1+
# adaptDiag 0.1.1
22

33
* `binom_sample_size()`: fixed the normal approximation used to initialise the sample size search. The previous formula used only $p_1$ in the variance term; the correct Chow et al. (2017) formula uses $z_\alpha\sqrt{p_0(1-p_0)} + z_\beta\sqrt{p_1(1-p_1)}$. The exact discrete search result is unchanged, but the approximation now matches the cited reference.
44
* `multi_trial()`: improved documentation for `prior_sens`, `prior_spec`, and `prior_prev` to explain that `c(0.1, 0.1)` is a bimodal near-Jeffreys prior that places most mass near 0 and 1, and that `c(1, 1)` (uniform) or an informative prior from pilot data may be more appropriate.
55
* `multi_trial()`: added a `seed` argument for reproducible simulations (#5). Reproducibility is implemented via `doRNG::%dorng%`, which correctly handles RNG stream splitting across all parallel backends.
66
* `multi_trial()` now uses a single `foreach` + `doRNG::%dorng%` dispatch path for all platforms, replacing the previous platform-specific branches (`pbmcapply::pbmclapply` on Unix, `foreach::%dopar%` on Windows). This fixes a latent Windows bug and simplifies the implementation. `pbmcapply` has been removed as a dependency and `doRNG` added.
77
* Fixed an error in `multi_trial()` that occurred at early interim looks with low prevalence, when zero observations fell into a cell of the 2×2 contingency table (#5).
88

9-
10-
# adaptDiag 0.1.1
11-
12-
* Updated GitHub actions workflows
13-
* Updated README badges
14-
159
# adaptDiag 0.1.0
1610

1711
* First package release to CRAN.

cran-comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
0 errors | 0 warnings | 0 notes
1515

16-
## Changes since last submission (0.1.1)
16+
## Changes since last submission (0.1.0)
1717

1818
* `multi_trial()`: added a `seed` argument for reproducible simulations.
1919
Reproducibility is handled via `doRNG::%dorng%`, which correctly manages

0 commit comments

Comments
 (0)