Skip to content

Commit d4a9b8a

Browse files
authored
Merge pull request #164 from keaven/news
Update news for gsDesign 3.6.4
2 parents 1c197bc + 39bed1d commit d4a9b8a

File tree

4 files changed

+31
-4
lines changed

4 files changed

+31
-4
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.3.1
2+
Version: 3.6.4
33
Title: Group Sequential Design
44
Authors@R: person(given = "Keaven", family = "Anderson", email =
55
"[email protected]", role = c('aut','cre'))

NEWS.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# gsDesign 3.6.4 (July, 2024)
2+
3+
## Improvements
4+
5+
We have made the spending function summary output more readable and informative.
6+
7+
- Text summaries for spending functions with multiple parameters are now
8+
properly formatted. For instance, `a b = 0.5 1.5` is now displayed as
9+
`a = 0.5, b = 1.5` (@jdblischak, #162).
10+
- The `summary()` method for `sfLDOF()` no longer includes the redundant
11+
`none = 1` in its output (@jdblischak, #159).
12+
13+
## Documentation
14+
15+
- Added a note about using a positive scalar for `sfupar` in `sfLDOF()`
16+
to create a generalized O'Brien-Fleming spending function
17+
(@keaven, [52cc711](https://github.com/keaven/gsDesign/commit/52cc711),
18+
[99996b](https://github.com/keaven/gsDesign/commit/99996b)).
19+
- Improved math rendering in our pkgdown site vignettes by switching to KaTeX,
20+
which is now supported in pkgdown 2.1.0 (@nanxstats, #161).
21+
- Standardized vignette titles and headings by using h2 as the base level
22+
and adopting sentence case throughout (@nanxstats, #158).
23+
124
# gsDesign 3.6.3 (July, 2024)
225

326
## New features

man/gsDesign.Rd

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/nSurv.Rd

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)