Nan Xiao

Results 69 issues of Nan Xiao

Should use the installed package detection utilities in `R/utils.R` from staticimports, use the standard staticimports workflow to generate the R file, and add as `ctb` to `Authors@R`.

chore

## Minimal reproducible example ```r #' Example #' #' @param x \eqn{f(x) > 0}: inline equation #' #' @details #' Display equation: #' #' \deqn{y = \alpha + \beta X...

bug

Prepare for release - [ ] Check current CRAN check results - [ ] Check licensing of included files - [ ] Review pkgdown reference index for, e.g., missing topics...

cran

This PR updates `renv.lock` to use R 4.5.0 and the latest package dependency versions.

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 - [ ]...

cran

Fixes #117 Contributed by @keaven, this PR adds extra sanity checks for less obvious `R` and `T` constraints in `gsSurv()` and `nSurv()`.

Review and fix `testBinomial()` and `ciBinomial()` (and tests) to match internal standards. @keaven plans to look into `gsDesign::ciBinomial()` because it's currently generating slightly different results (at least for the case...

Low priority

This might be a philosophical question but can be actionable. `rate_compare_sum()` intentionally returns `NA` for everything when both event counts are zero, while `sasLM::RDmn1()` (written specifically to match SAS results)...

question

Minimal reproducible example: ````r --- title: "Untitled" output: html_document bibliography: references.bib --- ```{r} # Long compute Sys.sleep(3600) ``` ```` Save as `zzz.Rmd`. Running `rmarkdown::render("zzz.Rmd")` will fail after an hour with...