Frederik Aust
Frederik Aust
It is now possible to create custom formats for Quarto. It would be awesome to provide an APA format! https://quarto.org/docs/extensions/formats.html
See [this SO question](https://stackoverflow.com/questions/71407795/displaying-scientific-notation-papaja).
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...
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...
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...
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...
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...
Currently, `cite_r()` returns a two-element list when `footnote = TRUE`, which requires users to place the citation to R and the footnote in a new paragraph manually. It would be...
The citation file format seems like an interesting option to provide machine- and human-readable citation information for a project. Among other things, this file format is used by GitHub and...