Ven Popov
Ven Popov
`pp_check` has the group argument and for most plot type (`type` argument), there is a grouped version. E.g., the default is `dens_overlay` and there is `dens_overlay_grouped`. Currently, if you run...
For some of the models we are developing in https://github.com/venpopov/bmm/, we have run into an issue that the models need us to specify initial values, otherwise sampling cannot initiate. I...
I tried to specify a link in a custom family as tan_half, but the stancode did not compile because the tan_half, inv_tan_half functions were not defined. I can define them...
Currently the von_mises() family is not vectorized if kappa is predicted, because the von_mises_lpdf is numerically unstable for large kappas, and you use the normal approximation for kappa > 100,...
I was surprised by this behavior: ``` r library(pins) board pin_write(mtcars, "mtcars") #> Guessing `type = 'rds'` #> Creating new version '20240422T010932Z-a4a15' #> Writing to pin 'mtcars' Sys.sleep(1) board |>...
I expect withr functions to have no side-effects, but was just surprised by this behavior. If I use withr::local_package("somepackage") inside of a function, after I call this function the package...
### Check Existing Issues - [X] I have checked existing issues, and this issue is not a duplicate ### Description If you want to activate a menu item or see...
## Description Currently for click drag you have two predefined sets of actions. It would be great to allow users to customize what happens with click and drag in each...
The ability to move and resize windows with the moves while holding modifier keys is one of my favorite features of Rectangle.  Until recently...
I just discovered shell mode (;) and I love it, it simplifies my workflow a bit. Unfortunately there is no autocomplete in shell mode. So for example using `git checkout`...