Skip to content

Commit e9cec5a

Browse files
authored
Merge pull request #185 from keaven/news
Update news for gsDesign 3.6.6
2 parents 7ad8bee + 015b115 commit e9cec5a

File tree

2 files changed

+39
-21
lines changed

2 files changed

+39
-21
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: gsDesign
2-
Version: 3.6.5
2+
Version: 3.6.6
33
Title: Group Sequential Design
44
Authors@R: c(
55
person("Keaven", "Anderson", email = "[email protected]", role = c("aut", "cre")),

NEWS.md

Lines changed: 38 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
# gsDesign 3.6.5 (November, 2024)
1+
# gsDesign 3.6.6 (February 2025)
2+
3+
## New features
4+
5+
- `gsBoundSummary()` gains a new argument `alpha` to assemble a summary
6+
table with multiple efficacy boundaries (@keaven, #183).
7+
8+
## Testing
9+
10+
- Add essential unit tests for `gsSurvCalendar()` (@keaven, #178).
11+
- Refactor graphical tests with `vdiffr::expect_doppelganger()` (@nanxstats, #176).
12+
- Use `CODECOV_TOKEN` to fix code coverage uploads (@jdblischak, #179).
13+
14+
## Documentation
15+
16+
- Add more details to the parameter `r` for controlling numerical
17+
integration grid points (@nanxstats, #181).
18+
19+
# gsDesign 3.6.5 (November 2024)
220

321
## Improvements
422

@@ -19,7 +37,7 @@
1937
- Add the `cph` role to the `Authors@R` field following best practices
2038
(@nanxstats, #166).
2139

22-
# gsDesign 3.6.4 (July, 2024)
40+
# gsDesign 3.6.4 (July 2024)
2341

2442
## Improvements
2543

@@ -42,7 +60,7 @@ We have made the spending function summary output more readable and informative.
4260
- Standardized vignette titles and headings by using h2 as the base level
4361
and adopting sentence case throughout (@nanxstats, #158).
4462

45-
# gsDesign 3.6.3 (July, 2024)
63+
# gsDesign 3.6.3 (July 2024)
4664

4765
## New features
4866

@@ -62,7 +80,7 @@ We have made the spending function summary output more readable and informative.
6280
- Added independent testing for `gsSurvCalendar()` (@myeongjong, #144).
6381
- Expanded test coverage for `gsBinomialExact()` (@menglu2, #143).
6482

65-
# gsDesign 3.6.2 (April, 2024)
83+
# gsDesign 3.6.2 (April 2024)
6684

6785
## Documentation
6886

@@ -78,7 +96,7 @@ We have made the spending function summary output more readable and informative.
7896
- Move independently programmed functions for validation as
7997
standard test helper files (#130).
8098

81-
# gsDesign 3.6.1 (February, 2024)
99+
# gsDesign 3.6.1 (February 2024)
82100

83101
## New features
84102

@@ -108,7 +126,7 @@ We have made the spending function summary output more readable and informative.
108126
- Fix equation syntax in plotting function documentation to render
109127
math symbols properly (@keaven, #118).
110128

111-
# gsDesign 3.6.0 (November, 2023)
129+
# gsDesign 3.6.0 (November 2023)
112130

113131
## Breaking changes
114132

@@ -135,7 +153,7 @@ We have made the spending function summary output more readable and informative.
135153
- Update the vaccine efficacy, Poisson mixture model, and toInteger vignettes (#105).
136154
- Standardize and improve roxygen2 documentation (#104).
137155

138-
# gsDesign 3.5.0 (July, 2023)
156+
# gsDesign 3.5.0 (July 2023)
139157

140158
- `sfPower()` now allows a wider parameter range (0, 15].
141159
- `toInteger()` function added to convert `gsDesign` or `gsSurv` classes
@@ -153,14 +171,14 @@ We have made the spending function summary output more readable and informative.
153171
now directly pointing to the gsDesign technical manual bookdown project.
154172
- Introduced a new hex sticker logo.
155173

156-
# gsDesign 3.4.0 (October, 2022)
174+
# gsDesign 3.4.0 (October 2022)
157175

158176
- Removed restriction on `gsCP()` interim test statistic zi (#63).
159177
- Removed gMCP dependency. Updated vignettes and linked to vignettes in gMCPLite (#69).
160178
- Added deprecation warning to `hGraph()` and suggested using `gMCPLite::hGraph()` instead (#70).
161179
- Moved ggplot2 from `Depends` to `Imports` (#56).
162180

163-
# gsDesign 3.3.0 (May, 2022)
181+
# gsDesign 3.3.0 (May 2022)
164182

165183
- Addition of vignettes
166184
- Demonstrate cure model and calendar-based analysis timing for time-to-event endpoint design
@@ -169,28 +187,28 @@ We have made the spending function summary output more readable and informative.
169187
- Fixed error in sfStep
170188
- Updates to reduce R CMD check and other minor issues
171189

172-
# gsDesign 3.2.2 (January, 2022)
190+
# gsDesign 3.2.2 (January 2022)
173191

174192
- Use `inherits()` instead of `is()` to determine if an object is an instance of a class, when appropriate
175193
- Correctly close graphics device in unit tests to avoid plot output file not found issues
176194
- Minor fixes to hGraph() for multiplicity graphs
177195
- Minor fix to nBinomial() when odds-ratio scale specified to resolve user issue
178196
- Minor changes to vignettes
179197

180-
# gsDesign 3.2.1 (July, 2021)
198+
# gsDesign 3.2.1 (July 2021)
181199

182200
- Changed gt package usage in a vignette due to deprecated gt function
183201
- Replied to minor comments from CRAN reviewer (no functionality impact)
184202
- Minor update to DESCRIPTION citing Jennison and Turnbull reference
185203

186-
# gsDesign 3.2.0 (January, 2021)
204+
# gsDesign 3.2.0 (January 2021)
187205

188206
- Substantially updated unit testing to increase code coverage above 80%
189207
- Updated error checking messages to print function where check fails
190208
- Removed dependencies on plyr packages
191209
- Updated github actions
192210

193-
# gsDesign 3.1.1 (May, 2020)
211+
# gsDesign 3.1.1 (May 2020)
194212

195213
- Vignettes updated
196214
- Added `hGraph()` to support ggplot2 versions of multiplicity graphs
@@ -200,7 +218,7 @@ We have made the spending function summary output more readable and informative.
200218
- Updated continuous integration
201219
- Updated license
202220

203-
# gsDesign 3.1.0 (April, 2019)
221+
# gsDesign 3.1.0 (April 2019)
204222

205223
- Addition of pkgdown web site
206224
- Updated unit testing to from RUnit to testthat
@@ -210,13 +228,13 @@ We have made the spending function summary output more readable and informative.
210228
- Added `sequentialPValue` function
211229
- Backwards compatible addition of spending time capabilities to `gsDesign` and `gsSurv`
212230

213-
# gsDesign 3.0-5 (January, 2018)
231+
# gsDesign 3.0-5 (January 2018)
214232

215233
- Registered C routines
216234
- Fixed "gsbound"
217235
- Replaced "array" by "rep" calls to avoid `R CMD check` warnings
218236

219-
# gsDesign 3.0-4 (September, 2017)
237+
# gsDesign 3.0-4 (September 2017)
220238

221239
- First Github-based release
222240
- Cleaned up documentation for `nBinomial1Sample()`
@@ -227,19 +245,19 @@ We have made the spending function summary output more readable and informative.
227245

228246
- Introduced spending time as a separate concept from information time to enable concepts such as calendar-based spending functions. The only user function changed is the `gsDesign()` function and the change is the addition of the parameters `usTime` and `lsTime`; default behavior is backwards compatible.
229247

230-
# gsDesign 3.0-2 (February, 2016)
248+
# gsDesign 3.0-2 (February 2016)
231249

232250
- Simplified conditional power section of gsDesignManual.pdf in doc directory
233251
- Corrected basic calculation in `gsCP()`
234252
- Eliminated deprecated ggplot2 function `opts()`
235253

236-
# gsDesign 3.0-1 (January, 2016)
254+
# gsDesign 3.0-1 (January 2016)
237255

238256
- More changes to comply with R standards (in NAMESPACE - `importFrom` statements - and DESCRIPTION - adding plyr to imports) ensuring appropriate references.
239257
- Deleted link in documentation that no longer exists (gsBinomialExact.Rd).
240258
- Last planned RForge-based release; moving to Github.
241259

242-
# gsDesign 3.0-0 (December, 2015)
260+
# gsDesign 3.0-0 (December 2015)
243261

244262
- Updated xtable extension to meet R standards for extensions.
245263
- Fixed `xtable.gsSurv` and `print.gsSurv` to work with 1-sided designs
@@ -252,7 +270,7 @@ We have made the spending function summary output more readable and informative.
252270

253271
- Minor edit to package description to comply with R standards
254272

255-
# gsDesign 2.9-3 (November, 2014)
273+
# gsDesign 2.9-3 (November 2014)
256274

257275
- Added `sfTrimmed` as likely preferred spending function approach to skipping early or all interim efficacy analyses; this also can adjust bound when final analysis is performed with less than maximum planned information. Updated `help(sfTrimmed)` to demonstrate these capabilities.
258276
- Added `sfGapped`, which is primarily intended to eliminate futility analyses later in a study; see `help(sfGapped)` for an example

0 commit comments

Comments
 (0)