Nan Xiao
Nan Xiao
`gsDesign::gsBoundSummary()` should be updated to show at least a warning when `hr0` is not present and before it auto-switches to the default value 1. This will make the design update...
When using `sfLDOF()`, the summary text can be a bit confusing: ```r summary(sfLDOF(alpha = 0.25, t = 0.5, param = 0)) #> "Lan-DeMets O'Brien-Fleming approximation spending function with none =...
From Keaven: Correct weighting in `nSurv()` (probably in `LFPWE()`) to be event-based rather than current weighting.
- get project members - add project members - ... New fields are added, such as `email` and `type`. Related to the new divisions API.
Bulk actions API: https://docs.sevenbridges.com/v1.0/reference#bulk-features-overview
Fixes #227 This PR introduces `safe_par()` and `safe_strwidth()` as alternatives to their original graphics functions. These wrappers will be evaluated in a temporary BMP device, to avoid generating `Rplots.pdf` when...
To reproduce the issue: ```r usethis::create_package("zzz/") usethis::use_testthat() ``` Run `usethis::use_r("myfun")` and put this function into it: ``` #' @export myfun r2rtf::rtf_body() |> r2rtf::rtf_encode() |> r2rtf::write_rtf(file = path) } ``` Run...
Prepare for release - [x] Check current CRAN check results - [x] Check licensing of included files - [x] Review pkgdown reference index for, e.g., missing topics - [ ]...
From [CRAN repository policies](https://cran.r-project.org/web/packages/policies.html): > Where copyrights are held by an entity other than the package authors, this should preferably be indicated via `cph` roles in the `Authors@R` field, or...
Add `gsSurvPower()` function to compute power under different enrollment and failure rate scenarios for a design. Keaven suggested @myeongjong could do programming and he could test or vice-versa. Update: `gsSurvPower()`...