Rémi Thériault

Results 80 issues of Rémi Thériault

**Question and context** I noticed I was getting different Cohen's _d_ values using the `report` function on a `t.test` model object, than when getting the value directly from other packages....

enhancement :boom:

I have generated a csv data file in R, and the file displays correctly in R or Excel, but not on OSF: (original link: https://osf.io/zh9rv) ![bad data display](https://user-images.githubusercontent.com/13123390/177634832-fe42f38b-5a80-4d33-aad7-783eca30f7b3.png) This issue...

bug

**Note from 2025-07-30:** This is a long-running issue! For tidyverse dev day, a reasonable goal is just to try to reproduce the problem described here. You must be using Windows...

bug
paths 🚶‍♂️
tidy-dev-day :nerd_face:

### Context This is a pull request aiming to improve the printing method of `check_outliers`, based on easystats/datawizard#177. Specifically, it aims to accomplish the following in the print output: (a)...

**Summary:** `check_model` fails to plot the outlier panel when scaling data because the scaled variables become incompatible matrix arrays. **Reprex:** The following works: ``` r library(performance) m

bug :bug:

It would be desirable to eventually support `lavaan` fit objects (CFA/SEM) in `performance::test_performance`. Reprex below: ``` r library(performance) library(lavaan) # Testing performance for lm models works m1 ---------------------- #> m1...

Enhancement :boom:

I would like to import my publications from Google Scholar with the `scholar` package and format them in rmarkdown (primary author in bold, journals in italics, etc.), steps I am...

Per default, `flextable` centers the table caption. ``` r library(flextable) head(mtcars) |> flextable() |> set_caption("Title") ``` ![](https://i.imgur.com/xbNYhdT.png) Created on 2022-07-20 by the [reprex package](https://reprex.tidyverse.org) (v2.0.1) It would be nice to...

In the context of my easystats/performance#443 PR, I’ve experienced a difficulty using `datawizard::data_filter`, so I am moving the discussion here. ``` r library(dplyr) #> #> Attaching package: 'dplyr' #> The...

enhancement :boom:
low priority 😴

In the context of my easystats/performance#443 PR, I’ve experienced a difficulty using `datawizard`’s select helpers (`starts_with`, `ends_with`, `contains`, so I am moving the discussion here. Essentially, when using the select...

question
Discussion :parrot: