Michael S. Truong

Results 33 issues of Michael S. Truong

https://github.com/hadley/adv-r/blob/14bdb11a93a0995b6de4c0c07f99f630ba279f57/Debugging.Rmd#L159 Hello, It seems like `rlang::with_abort()` is no [longer accessible](https://github.com/r-lib/rlang/issues/1351) and was removed from `rlang` a while ago. Perhaps this section in the book could be updated?

Hello, It appears that Rstan's use of the `apropos()` function is causing conflicts with the `conflicted` library, so I was advised to open an issue here to see if all...

### Provide environment information OS: Linux xxx 6.8.0-45-generic #45~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Sep 11 15:25:05 UTC 2 x86_64 x86_64 x86_64 GNU/Linux SHELL: zsh 5.8.1 (x86_64-ubuntu-linux-gnu) BASH VERSION: 5.1.16(1)-release ASDF VERSION:...

### Provide environment information N/A ### To Reproduce N/A ### Describe the Bug README should replace all `asdf install R` to `asdf install r` ### Expected Behaviour N/A

Hello, Thank you for the great lightweight package. I was wondering if there's any plans to also support base R mosaic plots? I know that spineplots are currently available, but...

Hello, On my system, cmdstanr is much much faster than rstan. I was wondering if it'd be possible for `loo_moment_match` to run without recompiling the model with `rstan`? I'm not...

feature

#### Summary: Can the `save_dso` arguments be set via `rstan_options()`? This is handy for working indirectly via [other packages like `brms` ](https://github.com/paul-buerkner/brms/issues/1709). When compiling many models that cannot re-use the...

#### Summary: I'm trying to easily get the `MAD_SD` for the random parameters of my model, but they seem to be missing from the `ses` list of the model for...

Hello, Thank you for the great package. I was wondering if it'd be possible for `escalc` to support converting correlations to Cohen's D? And perhaps Hedge's G, if possible? Equation...

Hello, When I have this R code in a chunk, it seems to have trouble printing ```r bcg dplyr::mutate(sei = sqrt(vi)) |> head() ``` ![Image](https://github.com/user-attachments/assets/839bf8fe-c2e7-4b7d-86e4-fb4b4b64b03d) However, when I remove the...