Skip to content

Commit

Permalink
Merge pull request #174 from keaven/news
Browse files Browse the repository at this point in the history
Update news for gsDesign 3.6.5
  • Loading branch information
nanxstats authored Nov 14, 2024
2 parents e353280 + 6fc1873 commit ab79bd2
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: gsDesign
Version: 3.6.4
Version: 3.6.5
Title: Group Sequential Design
Authors@R: c(
person("Keaven", "Anderson", email = "[email protected]", role = c("aut", "cre")),
Expand Down
21 changes: 21 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# gsDesign 3.6.5 (November, 2024)

## Improvements

- `toInteger()` (introduced in gsDesign 3.5.0) is updated to match broader,
non-gsDesign conventions for deriving integer sample size and event counts
(@keaven, #172).

This update may result in different outputs compared to previous versions.
Users who use this function should review the updated function documentation
(`?toInteger`) and `vignette("toInteger")` for details.

## Testing

- Add snapshot tests for `as_rtf()` methods (@DMuriuki, #168).

## Documentation

- Add the `cph` role to the `Authors@R` field following best practices
(@nanxstats, #166).

# gsDesign 3.6.4 (July, 2024)

## Improvements
Expand Down
2 changes: 1 addition & 1 deletion R/toInteger.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#'
#' @details
#' It is useful to explicitly provide the argument \code{ratio} when a
#' \code{gsDesign} object is input since \code{gsDesign} does not have a
#' \code{gsDesign} object is input since \code{gsDesign()} does not have a
#' \code{ratio} in return.
#' \code{ratio = 0, roundUpFinal = TRUE} will just round up the sample size
#' (also event count).
Expand Down
5 changes: 5 additions & 0 deletions man/gsDesign-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/toInteger.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ab79bd2

Please sign in to comment.