Vincent Arel-Bundock

Results 133 issues of Vincent Arel-Bundock

Thanks for the great package\! Two of my own packages depend on it and I use it all the time. I am wondering if this behavior is intended: ``` r...

Several users have opened issues -- here and on the `kableExtra` repository -- because they have trouble compiling LaTeX tables when captions include “special” characters: - - - - I...

`kableExtra::footnote` inserts multiple nested `threeparttable` environments when calling the function multiple times. This prevents LaTeX from compiling: ```{r} library(kableExtra) kbl(head(mtcars), "latex") %>% footnote(general = "First note", general_title = "", threeparttable...

Hi @leeper, I think you saw on Twitter that I just released a clone of (hommage to?) `margins` to CRAN. I’ve been running some benchmarks and finding significant speed gains...

- [x] a possible bug - [ ] a question about package functionality - [ ] a suggested code or documentation change, improvement to the code, or feature request ```...

bug

Please specify whether your issue is about: - [ ] a possible bug - [X] a question about package functionality - [ ] a suggested code or documentation change, improvement...

bug
enhancement
help wanted
documentation

One of the challenges in statistics (for me) is that different fields often use different words for the same things, or the same words for different things. I'd like to...

docs :books:

It would be useful to have a shortcut to apply some styling to all locations: ``` tab %>% tab_style(style = cells_styles(text_size = 'x-small'), locations = cells_all()) ```

Difficulty: [3] Advanced
Effort: [2] Medium
Priority: [3] High
Type: ★ Enhancement

Hi all, As most of you know, I recently released {marginaleffects}, a package with functionality that overlaps and (I think/hope) complements {modelbased} and {ggeffects}: https://vincentarelbundock.github.io/marginaleffects/ ### Definitions There seems to...

Is there an easy way to repurpose some of the code in `parameters` to allow these in `insight::get_predicted` or should I start from scratch? Git Blame says that @strengejacke wrote...

enhancement :boom:
get_predicted