Neal Fultz
Neal Fultz
If there were a package for "nested" progress, I'd recommend that - eg for diagnose designs contains many designs, which contain many simulations, which contains many steps, etc. It's really...
I wanted this today, this is what I came up with so far MWE: ```{r} sims=20 pb
Catching errors sometimes comes with a cost in performance - suggest someone do some benchmarking to make sure it doesn't slow things down too much. On Wed, Jan 23, 2019,...
Is there an error message or does it fail silently?
This is probably NSE problems, likely the same issue we saw with glm weights.
You would probably need a second, base-NSE implementation of the model handler, which is very feasible, and then some way to detect if the 3rd party model function uses base...
It was very buggy, especially with Rstudio where it broke other things IIRC. (It seemed ok on command line). Please test it thoroughly before you pull it in.
I think documenting `...` would be straightforward and helpful, although it wouldn't actually give you tab completions AFAIK. You should be able to auto generate from the handler function using...
I'm not seeing an error on my build of 0.23 - ```{r} ##------ Sun Dec 13 22:03:36 2020 ------## > require(DeclareDesign) Loading required package: DeclareDesign Loading required package: randomizr Loading...
Handler functions are supposed to have a data argument, like this f2 f s1 s2