Skip to content

Commit ab79bd2

Browse files
authored
Merge pull request #174 from keaven/news
Update news for gsDesign 3.6.5
2 parents e353280 + 6fc1873 commit ab79bd2

File tree

5 files changed

+29
-3
lines changed

5 files changed

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

NEWS.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# gsDesign 3.6.5 (November, 2024)
2+
3+
## Improvements
4+
5+
- `toInteger()` (introduced in gsDesign 3.5.0) is updated to match broader,
6+
non-gsDesign conventions for deriving integer sample size and event counts
7+
(@keaven, #172).
8+
9+
This update may result in different outputs compared to previous versions.
10+
Users who use this function should review the updated function documentation
11+
(`?toInteger`) and `vignette("toInteger")` for details.
12+
13+
## Testing
14+
15+
- Add snapshot tests for `as_rtf()` methods (@DMuriuki, #168).
16+
17+
## Documentation
18+
19+
- Add the `cph` role to the `Authors@R` field following best practices
20+
(@nanxstats, #166).
21+
122
# gsDesign 3.6.4 (July, 2024)
223

324
## Improvements

R/toInteger.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#'
2323
#' @details
2424
#' It is useful to explicitly provide the argument \code{ratio} when a
25-
#' \code{gsDesign} object is input since \code{gsDesign} does not have a
25+
#' \code{gsDesign} object is input since \code{gsDesign()} does not have a
2626
#' \code{ratio} in return.
2727
#' \code{ratio = 0, roundUpFinal = TRUE} will just round up the sample size
2828
#' (also event count).

man/gsDesign-package.Rd

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

man/toInteger.Rd

Lines changed: 1 addition & 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)