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

It has been my stated goal from the start that I would like to do no computing if possible---just formatting and typesetting. Unfortunately, many analysis objects do not include all...

enhancement

As it currently stands, `apa6_docx` produces a decent document that is reasonably close to APA-style (with some manual labor involved), but it lacks several features available in PDF documents. It...

enhancement
word template

**Describe the bug** `apa_num()` options specified in `apa_print()`, like `decimal.mark` and `gt1`, don't apply to the whole the output, especially to the p-values. **To Reproduce** ``` library(papaja) model apa_print(decimal.mark =...

enhancement

To summarize [the previous discussion](https://github.com/crsh/papaja/issues/328), for those who urgently need APA 7th edition: With the current version of `papaja` you can get most of the way like this: 1. Make...

enhancement

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

Is there anything in the works that will allow knitting to a Word document?

enhancement

This [PR](https://github.com/crsh/papaja/pull/501) by @JeffreyRStevens has prompted me again to think about adding a layer of abstraction to apa_print() that allows customization of the reporting style. Jeffrey's usecase is to allow...

enhancement
question

As described in this [SO question](https://stackoverflow.com/questions/70365235/papaja-rmarkdown-loading-a-file-from-inside-a-code-chunk), `papaja` currently fails when `bibliography` in the YAML front matter is empty (this does not happen in `rmarkdown::pdf_document`. We should handle this more elgantly...

bug
enhancement

While APA style omits the initial zero for values ranging between -1 to 1, other publishers don't have this requirement, and I publish in non-APA journals and would like to...