Chitu Okoli
Chitu Okoli
A colleague is trying to get us to use Overleaf for a new project. I would love to try to nudge the project to RMarkdown, but without Overleaf-style online collaboration,...
I'd like to pitch in by first saying a big thanks for this fantastic package with such a carefully designed infrastructure for highly customizable progress bars. Yet, this issue is...
`progressr::handlers('cli')` supports very accurate ETA estimates by default with no further code needed. I am especially surprised about how good the estimates are even with parallel processing with the `{future}`...
> Quarto is now available on CRAN, so this is moving up the priority list. @hadley Could you please give us the documentation for how to create Quarto articles with...
> @Tripartio, see here: [quarto-dev/quarto-cli#2307](https://github.com/quarto-dev/quarto-cli/discussions/2307) Thanks! I'll follow that thread, then.
@bwiernik Thanks for your suggestions. I will try to test them soon when I have a free moment. Could such functionality be integrated as a function in the package?
@bwiernik, the context is **parallel processing** with my [`ale` package](https://tripartio.github.io/ale/index.html). Most of the package functions receive a model as input and then analyze the model for various interpretable machine learning...
> If the object is an S3 object, this should work -- > > ``` > getS3method("predict", class(object)[1]) |> rlang::ns_env_name() > ``` @bwiernik Thanks; I have now implemented this check...
> If the object is S4 (eg, from lme4) -- > > ``` > attr(findClass('lmerMod')[[1]], "name") > ``` But you specified the name of the S4 class in the code....
@EmilHvitfeldt, thanks for the response, but what you gave me does not correspond at all to my understanding of what I expect from the `*_vec` functions (not just for survival,...