Rémi Thériault
Rémi Thériault
Ok colours are defined here: https://github.com/easystats/insight/blob/18b5aaee8735ff97022b045cd4d81ffe7e207ff2/R/colour_tools.R E.g. `.colour` is: ```r .colour
Should I convert this PR to a draft to avoid an accidental merge? Given that there are still questions/issues to be resolved. Perhaps it would be helpful if I were...
Great! I'll start working on that. For 3, sorry that it wasn't clear. I'm referring to the demo from the example in the help file: ``` r library(performance) # Setup...
I'm going to revert that last commit (`fix checkk issues, c14396c`) for now because I have changed the code substantially since my initial commit. The failed tests are normal because...
Kind of long reprex, but here we go! ### Reprex ``` r # Load package devtools::load_all() #> ℹ Loading performance # Setup data data 1 outlier detected: case 20. #>...
### Comments 1. - [x] ~~I initially wrapped the coloured messages in `insight::format_message` since they can get pretty long with many methods. However, it seems like it is giving strange...
Ok I tried moving as many points as possible to their respective issues, but please let me know if you think some of these other points would deserve their own...
I would just like to express my explicit support for this possible future enhancement. It would be very useful to me and my colleagues. I realize this must be quite...
Here is a workaround and function that give decent results. Reproducible rmarkdown example: ```` --- output: html_document --- # Publications ```{r, results = "asis", echo = FALSE, message = FALSE}...