Etienne Bacher

Results 284 comments of Etienne Bacher

Hi, I just stumbled upon this issue. An alternative to `testthat` is [`tinytest`](https://github.com/markvanderloo/tinytest). The advantage is that it doesn't have dependencies. I've never used it, but thought it would be...

I guess this has to do with CSS. I've seen that, when the disconnected screen appears, there are two elements: `severed` and `shiny-disconnected-overlay`. When hovering `severed`, the tooltip info of...

> I think this has been resolved already by @etiennebacher. Nope, I can reproduce. The problem actually comes from `report_model`: ``` r library(report) library(rstanarm) #> Loading required package: Rcpp #>...

Update: it comes from `report_priors(model)`

These two lines produce two different values for `Prior_Scale`, which then duplicate each text. I don't know what the text output should be so I can't fix it, but someone...

Actually the "source code" button shows the source for the Rmd file, but I was thinking of something like: ```r # Assumption checks ------------- *Some code here* # Indices of...

`knitr::purl()` extracts the whole chunks, but most of the code there is not needed to reproduce the results (if everything works well). For example, suppose that there are interactions in...

So I thought we could only add the badge in the Rmd file because it would be rendered automatically (cf #278) but apparently this is not the case so need...

This would be useful to automatically replace variable names by their label in `{modelsummary}` tables: https://vincentarelbundock.github.io/modelsummary/articles/appearance.html#variable-labels. For now, simple variables in formula can be replaced by their labels but not...