Releases: crsh/papaja
Releases · crsh/papaja
papaja 0.1.3
New functions
- Added new plotting function
apa_violinplot()
for violin plots.- Accordingly,
apa_factorial_plot()
gained argumentsargs_violins
andargs_density
.
- Accordingly,
Existing functions
generate_author_yml()
apa_print()
- now returns an output object that is consistent with other output from
apa_print()
- The table element does not have row names.
- Term names are now consistently constructed with
sanitize_terms()
.
- now supports output from
stats::binom.test()
(see #576). - now supports analysis of deviance from the car package.
- For ANOVA methods, MSEs are again returned if requested by the user (reported by @Sashpta, #562). The global default for reporting MSEs now depends on the effectsize package: If effectsize is installed, the default for reporting MSEs is
FALSE
, if effectsize is not installed, the default isTRUE
.
- now returns an output object that is consistent with other output from
apa_*plot()
functions have gained a new argumentset_par
.sanitize_terms()
now also replaces multiple consecutive underscores with a single underscore and removes leading underscores. This affects term names in output fromapa_print()
.cite_r()
- gained the
lang
argument to specify the language of to-be-generated text.
- gained the
Misc
- Several improvements to the documentation
Templates
- APA 6
- DOCX
- Fixed bugs in table and figure numbering
- New YAML front matter flag
doi_citations
to use DOI-based citations via thedoi2cite
filter, see rmdfiltr vignette.
- DOCX
- Revision letter
- LaTeX error
LaTeX Error: Lonely \item--perhaps a missing list environment
is now fixed (reported by @cjvanlissa, #587; fixed by @jvcasillas, #593)
- LaTeX error
- Updated to latest version of CSL files
Fix for Apple M1 issue on CRAN
v0.1.1 Fixes failing Apple M1 tests on R-devel.
First CRAN release (0.1.0)
v0.1.0 Final revisions for first CRAN release.
v0.1.0.9997
Fixes broken link in README
v0.1.0.9942
Adds additional links to the manual to the README