Marius Barth

Results 18 issues of Marius Barth

I wonder whether it might be a good idea to check, maybe on package startup, whether **tinytex** (i.e., the R package and the TeX distribution) are installed. I recently ran...

enhancement

Hi @crsh, on a feature branch, I kept a rewrite of the `apa_***plot()` family of functions that would enable using pipes to customize these plots, and would also provide a...

enhancement
question

When using the `apa7` document class in conjunction with a table of contents, abstract and author note are included in the toc (which is not the case when using the...

**Is your feature request related to a problem? Please describe.** I think it is tedious to always write `Figure\ \@ref(fig:chunk-name)`, i.e. I forget to write the non-breaking space, frequently. **Describe...

enhancement

As can be seen in [this pull request](https://github.com/rstudio/rmarkdown/pull/1819), it is best to use CSL-JSON compared to BibTeX. Does this also apply to `papaja`, and should we also encourage usage of...

enhancement
documentation

After reading [this stackoverflow question](https://stackoverflow.com/questions/68528857/gtsummary-and-papaja-integration-for-kable-tables/68536816), I wondered if and how tables from packages **gt**, **gtsummary**, and **kableExtra** could be better supported by **papaja**. [Here](https://stackoverflow.com/questions/62762321/saving-r-table-1-output-as-png) is a related question (with a...

enhancement

The ANOVA methods for `apa_print()` need refactoring. One issue is that there are multiple redundancies in the code, and that code changes increasingly result in unexpected side effects (e.g., matching...

enhancement

I was wondering whether it is a good idea to replace the terms in a regression table, etc. by the respective variable labels, if present.

enhancement

It would be a nice enhancement if papaja supported violinplots and sinaplots: https://cran.r-project.org/web/packages/sinaplot/vignettes/SinaPlot.html Plots should additionally include: - [ ] Tukey information (e.g., by different shading of inner 50%, outliers,...

enhancement

Hi @richarddmorey, I started playing around with the code on my fork because I was frustrated that there was no multi-core option on Windows machines (I am working on Linux...