Nan Xiao

Results 69 issues of Nan Xiao

pkglite follows a simple rule when unpacking packages: - It will create directory(s) under the output directory named after the parsed package name(s) from each `DESCRIPTION` file of the package(s),...

documentation

When evaluating file specifications to create file collections, we should follow this: - If a file has a known extensions, mark it as text or binary based on the dictionary...

enhancement

This PR adds two extrachecks on side-effect code and write path: - You have code that sets `options()` or `par()` but does not reset them. - You have code that...

- My goal is to maximize CPU utilization as only increasing `n_threads` doesn't seem to make that happen. - The idea is to refactor the for-loop with foreach + `%dofuture%`...

enhancement

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

- Set `code-link` in `_quarto.yml` - Add downlit and xml2 to `renv.lock`

It would be great if we can find a place to add the awesome list link kindly created and maintained by Heidi: https://github.com/hidyverse/awesome-R-clinical-reporting

Decide what to do with the long tables in the [specific AE chapter](https://r4csr.org/specific-ae.html)

Right now, the tables in the submission chapters only have basic to none styling since we just branched out from HTML-specific output. Some of them are too wide in the...