Frederik Aust

Results 54 issues of Frederik Aust

Currently, `papaja` has some pretty heavy (indirect) dependecies, which we could strive to remove. Here are some ideas: - [x] `gsl` keeps giving users and our CI a hard time...

enhancement

Once `papaja` is on CRAN, we can remove the `example` folder and point to the PDF-vignette on CRAN.

documentation

- [ ] For word, use a dedicated style for captions so they can be counted separately.

enhancement

Hanging indents for reference sections [will be supported](https://github.com/jgm/pandoc-citeproc/issues/410) in the next release of `pandoc` and `pandoc-citeproc`. This should make the use of the LaTeX group at the end of the...

enhancement
rstudio-pandoc-update

[Scholarly metadata](https://github.com/pandoc/scholarly-metadata/) includes a definitions for metadata of scholarly articles with `pandoc`. While there is great overlap with the format used in `papaja` there are some differences. Aligning with scholarly...

enhancement

The current development version features tentative support for the specification of CRediT contributor roles in the YAML front matter (447cb3058a6381bab0af0a8e3d7ed94c7dc3e605). What's still missing - [ ] Optional shortening of author...

enhancement

`afex` supports calculating [multivariate tests](https://afex.singmann.science/forums/topic/manova) for each effect. It would be great if it was possible to report these with `apa_print()`.

enhancement

`apa_table()` can combine lists of `data.frame`. It's simple to use a column to split a `data.frame`, to turn one column into table spanners or stub intents using `split`. It may...

enhancement

The following changes would improve typesetting and implementation of journal mode: - [ ] Adjust text and reference indentation (`\setlength{\parindent}{0.15in}` and `\setlength{\parindent}{-0.15in}`) - [ ] Do not include word count...

enhancement

Unless the `align` parameter is specified in a call to `apa_table.latex()`, it seems to me that aligning columns with numbers by decimal point is a sensible default. The `siunitx` package...

enhancement
help wanted