You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+38-20Lines changed: 38 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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)
2
20
3
21
## Improvements
4
22
@@ -19,7 +37,7 @@
19
37
- Add the `cph` role to the `Authors@R` field following best practices
20
38
(@nanxstats, #166).
21
39
22
-
# gsDesign 3.6.4 (July, 2024)
40
+
# gsDesign 3.6.4 (July 2024)
23
41
24
42
## Improvements
25
43
@@ -42,7 +60,7 @@ We have made the spending function summary output more readable and informative.
42
60
- Standardized vignette titles and headings by using h2 as the base level
43
61
and adopting sentence case throughout (@nanxstats, #158).
44
62
45
-
# gsDesign 3.6.3 (July, 2024)
63
+
# gsDesign 3.6.3 (July 2024)
46
64
47
65
## New features
48
66
@@ -62,7 +80,7 @@ We have made the spending function summary output more readable and informative.
62
80
- Added independent testing for `gsSurvCalendar()` (@myeongjong, #144).
63
81
- Expanded test coverage for `gsBinomialExact()` (@menglu2, #143).
64
82
65
-
# gsDesign 3.6.2 (April, 2024)
83
+
# gsDesign 3.6.2 (April 2024)
66
84
67
85
## Documentation
68
86
@@ -78,7 +96,7 @@ We have made the spending function summary output more readable and informative.
78
96
- Move independently programmed functions for validation as
79
97
standard test helper files (#130).
80
98
81
-
# gsDesign 3.6.1 (February, 2024)
99
+
# gsDesign 3.6.1 (February 2024)
82
100
83
101
## New features
84
102
@@ -108,7 +126,7 @@ We have made the spending function summary output more readable and informative.
108
126
- Fix equation syntax in plotting function documentation to render
109
127
math symbols properly (@keaven, #118).
110
128
111
-
# gsDesign 3.6.0 (November, 2023)
129
+
# gsDesign 3.6.0 (November 2023)
112
130
113
131
## Breaking changes
114
132
@@ -135,7 +153,7 @@ We have made the spending function summary output more readable and informative.
135
153
- Update the vaccine efficacy, Poisson mixture model, and toInteger vignettes (#105).
136
154
- Standardize and improve roxygen2 documentation (#104).
137
155
138
-
# gsDesign 3.5.0 (July, 2023)
156
+
# gsDesign 3.5.0 (July 2023)
139
157
140
158
-`sfPower()` now allows a wider parameter range (0, 15].
141
159
-`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.
153
171
now directly pointing to the gsDesign technical manual bookdown project.
154
172
- Introduced a new hex sticker logo.
155
173
156
-
# gsDesign 3.4.0 (October, 2022)
174
+
# gsDesign 3.4.0 (October 2022)
157
175
158
176
- Removed restriction on `gsCP()` interim test statistic zi (#63).
159
177
- Removed gMCP dependency. Updated vignettes and linked to vignettes in gMCPLite (#69).
160
178
- Added deprecation warning to `hGraph()` and suggested using `gMCPLite::hGraph()` instead (#70).
161
179
- Moved ggplot2 from `Depends` to `Imports` (#56).
162
180
163
-
# gsDesign 3.3.0 (May, 2022)
181
+
# gsDesign 3.3.0 (May 2022)
164
182
165
183
- Addition of vignettes
166
184
- 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.
169
187
- Fixed error in sfStep
170
188
- Updates to reduce R CMD check and other minor issues
171
189
172
-
# gsDesign 3.2.2 (January, 2022)
190
+
# gsDesign 3.2.2 (January 2022)
173
191
174
192
- Use `inherits()` instead of `is()` to determine if an object is an instance of a class, when appropriate
175
193
- Correctly close graphics device in unit tests to avoid plot output file not found issues
176
194
- Minor fixes to hGraph() for multiplicity graphs
177
195
- Minor fix to nBinomial() when odds-ratio scale specified to resolve user issue
178
196
- Minor changes to vignettes
179
197
180
-
# gsDesign 3.2.1 (July, 2021)
198
+
# gsDesign 3.2.1 (July 2021)
181
199
182
200
- Changed gt package usage in a vignette due to deprecated gt function
183
201
- Replied to minor comments from CRAN reviewer (no functionality impact)
184
202
- Minor update to DESCRIPTION citing Jennison and Turnbull reference
185
203
186
-
# gsDesign 3.2.0 (January, 2021)
204
+
# gsDesign 3.2.0 (January 2021)
187
205
188
206
- Substantially updated unit testing to increase code coverage above 80%
189
207
- Updated error checking messages to print function where check fails
190
208
- Removed dependencies on plyr packages
191
209
- Updated github actions
192
210
193
-
# gsDesign 3.1.1 (May, 2020)
211
+
# gsDesign 3.1.1 (May 2020)
194
212
195
213
- Vignettes updated
196
214
- 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.
200
218
- Updated continuous integration
201
219
- Updated license
202
220
203
-
# gsDesign 3.1.0 (April, 2019)
221
+
# gsDesign 3.1.0 (April 2019)
204
222
205
223
- Addition of pkgdown web site
206
224
- Updated unit testing to from RUnit to testthat
@@ -210,13 +228,13 @@ We have made the spending function summary output more readable and informative.
210
228
- Added `sequentialPValue` function
211
229
- Backwards compatible addition of spending time capabilities to `gsDesign` and `gsSurv`
212
230
213
-
# gsDesign 3.0-5 (January, 2018)
231
+
# gsDesign 3.0-5 (January 2018)
214
232
215
233
- Registered C routines
216
234
- Fixed "gsbound"
217
235
- Replaced "array" by "rep" calls to avoid `R CMD check` warnings
218
236
219
-
# gsDesign 3.0-4 (September, 2017)
237
+
# gsDesign 3.0-4 (September 2017)
220
238
221
239
- First Github-based release
222
240
- Cleaned up documentation for `nBinomial1Sample()`
@@ -227,19 +245,19 @@ We have made the spending function summary output more readable and informative.
227
245
228
246
- 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.
229
247
230
-
# gsDesign 3.0-2 (February, 2016)
248
+
# gsDesign 3.0-2 (February 2016)
231
249
232
250
- Simplified conditional power section of gsDesignManual.pdf in doc directory
233
251
- Corrected basic calculation in `gsCP()`
234
252
- Eliminated deprecated ggplot2 function `opts()`
235
253
236
-
# gsDesign 3.0-1 (January, 2016)
254
+
# gsDesign 3.0-1 (January 2016)
237
255
238
256
- More changes to comply with R standards (in NAMESPACE - `importFrom` statements - and DESCRIPTION - adding plyr to imports) ensuring appropriate references.
239
257
- Deleted link in documentation that no longer exists (gsBinomialExact.Rd).
240
258
- Last planned RForge-based release; moving to Github.
241
259
242
-
# gsDesign 3.0-0 (December, 2015)
260
+
# gsDesign 3.0-0 (December 2015)
243
261
244
262
- Updated xtable extension to meet R standards for extensions.
245
263
- 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.
252
270
253
271
- Minor edit to package description to comply with R standards
254
272
255
-
# gsDesign 2.9-3 (November, 2014)
273
+
# gsDesign 2.9-3 (November 2014)
256
274
257
275
- 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.
258
276
- Added `sfGapped`, which is primarily intended to eliminate futility analyses later in a study; see `help(sfGapped)` for an example
0 commit comments