yilong zhang

Results 9 issues of yilong zhang

The link to `rlang` function is broken. For example, `expr()` jump to https://rlang.r-lib.org/reference/nse-defuse.html instead of https://rlang.r-lib.org/reference/expr.html in lines below. https://github.com/hadley/adv-r/blob/dc49c3872c3530ac08716fd4f4c235b01266a4ce/Expressions.Rmd#L25

The code below will result in error message when we work on a computer without internet connection (within company firewall) https://github.com/stan-dev/rstan/blob/da2fc9c079534a82d3d26adda51ad17bf22f5e2b/rstan/rstan/R/stanc.R#L139 Could we have an option to avoid running the...

Shall this line be `checkEquals(o$d, 38) ` https://github.com/stan-dev/rstan/blob/da2fc9c079534a82d3d26adda51ad17bf22f5e2b/rstan/rstan/inst/unitTests/runit.test.options.R#L24

Thanks for creating the powerful package. I am exploring the strategy to use `reactable` with `plotly`. One limitation is the efficiency to use `plotly` R package as each row is...

The code below work properly in our Jenkins CI/CD pipeline until recently we start to get error message while running the code below. ``` > testthat::test_dir("tests/testthat/", reporter = "junit") Error...

Template: https://github.com/rstudio/cheatsheets/blob/main/powerpoints/0-template.pptx Functions: * https://github.com/elong0527/r4csr/blob/main/slides/function-summary.png * https://merck.github.io/r2rtf/reference/index.html Other Examples: https://github.com/rstudio/cheatsheets

documentation

Could anyone provide some hint if I can fit a piecewise exponential model using `flexsurv`? I feel I can do it using `flexsurvspline`, but not sure how to define the...

enhancement

I think the categories have a good match with R task views. Would it be possible to add few categories based on R task views? For example, it would be...

After looking the code in `prepare_ae_specific_subgroup`, I feel we need to talk about the function design @wangben718 1. Is it possible to use `extend_ae_specific_subgroup`? that basically add an indicator to...