papaja icon indicating copy to clipboard operation
papaja copied to clipboard

papaja (Preparing APA Journal Articles) is an R package that provides document formats to produce complete APA manuscripts from RMarkdown-files (PDF and Word documents) and helper functions that facil...

Results 89 papaja issues
Sort by recently updated
recently updated
newest added

For complex models with higher-order interactions, the output from `apa_print()` sometimes becomes rather unwieldy. I am wondering if it would be a good idea to `print()` interaction terms after replacing...

enhancement
question

**Describe the bug** Chunk options fig.width and fig.height don't seem to affect the PDF (and are not visible in the .tex file). **To Reproduce** Preamble: ``` --- title : "Title"...

Building on the avialable resources in the R package **papaja**, I want to provide a corresponding [Quarto journal template](https://github.com/crsh/qapaja). Some [pre](https://github.com/crsh/papaja/blob/e589673d6b73cb33cc2d1be5e944c78a06298e02/R/apa6_formats.R#L364)- and [postprocessing](https://github.com/crsh/papaja/blob/e589673d6b73cb33cc2d1be5e944c78a06298e02/R/apa6_formats.R#L111) is currently done through R. These operations...

enhancement

All but the first paragraph of the abstract are idented if, and only if, an author note is present on the first page. See [here](https://stackoverflow.com/questions/72661337/papaja-abstract-indentation). The typesetting of the abstract...

bug

As Word supports line numbers, we should be able to support optional line numbering by providing two separate DOCX templates or by postprocessing the word file.

word template

An additional column named NA. is added to table, spaces in column names are substituted by points and removing 'added_stub_head' does not work. See the following script: ````{r, results="asis"} my_table

bug

**Describe the bug** If I try to include a table from the package table1, I receive the error printed below. I first convert the table to a kable object using...

When I tried to render rmd as docx using the latest version of pandoc and pandoc-crossref, I encountered the following bugs: ``` Error running filter .../papaja/lua/docx_fixes.lua: .../papaja/lua/docx_fixes.lua:24: attempt to index...

bug

`apa_print.emmGrid()`returns an output object that does not fully comply with the structure of what `apa_print()` should return. To illustrate: ``` $estimate $estimate$Regularfasterthannonregular_mixeddeterministic [1] "$\\Delta M = -66.24$, 95\\% CI $[-75.43,...

enhancement