Brenton M. Wiernik

Results 159 issues of Brenton M. Wiernik

**Is your feature request related to a problem? Please describe.** citr currently exports from Zotero/BBT as either BibTeX or BibLaTeX. This isn’t ideal when working with Markdown/pandoc. The native data...

enhancement

I work a lot with European-local CSVs (using `,` as a decimal separator and `;` as the delimiter) and TSVs (again using `,` as a decimal separator). Would it be...

A frequent error we see with [`performance::check_model()`](https://easystats.github.io/performance/#comprehensive-visualization-of-model-checks) is users having the RStudio Plots pane too small for the 3x2 patchwork. This produces an error when `grid::grid.draw()` is called. This PR...

I often have a case where I have two plots with the same y-axis scales that I would like to show side by side, with the axis only showing on...

I have 3 plots, one with a legend guide (top row) and 2 with no legend (bottom row). I would like to have the bottom row span the full width...

I am trying to ensure that several patchworks have the same dimensions for their plots. However, I get errors when I try to align the dimensions, then include the resulting...

feature

I'm also encountering a similar problem. I installed easystats collection after installing report individually. I tried reinstalling report separately, but no luck so far. The issue appears to be situational....

It's not exactly clear to me what the current status of `text_short()` etc. are. They still appear in the pkgdown site, but are commented out in various places in the...

docs :books:

The current reporting of the intercept isn't flexible for models without an intercept or alternative constrasts. **Default dummy coding** (works fine) ```r library(report) m1

enhancement :boom:

I'd like to be able to iteratively add more draws to a brmsfit model until a certain ESS or Rhat is reached. This had been previously requested but closed as...

feature