Skip to content

Releases: crsh/papaja

papaja 0.1.3

24 Oct 13:06
Compare
Choose a tag to compare

New functions

  • Added new plotting function apa_violinplot() for violin plots.
    • Accordingly, apa_factorial_plot() gained arguments args_violins and args_density.

Existing functions

  • generate_author_yml()
    • Now preserves affiliation order for each author (see #569, @conig).
  • 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 is TRUE.
  • apa_*plot() functions have gained a new argument set_par.
  • sanitize_terms() now also replaces multiple consecutive underscores with a single underscore and removes leading underscores. This affects term names in output from apa_print().
  • cite_r()
    • gained the lang argument to specify the language of to-be-generated text.

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 the doi2cite filter, see rmdfiltr vignette.
  • Revision letter
  • Updated to latest version of CSL files

Fix for Apple M1 issue on CRAN

11 Jul 14:00
Compare
Choose a tag to compare
v0.1.1

Fixes failing Apple M1 tests on R-devel.

First CRAN release (0.1.0)

23 Jun 09:04
Compare
Choose a tag to compare
v0.1.0

Final revisions for first CRAN release.

v0.1.0.9997

07 Jul 14:11
Compare
Choose a tag to compare
Fixes broken link in README

v0.1.0.9942

07 Jul 13:11
1999ba3
Compare
Choose a tag to compare
Adds additional links to the manual to the README