There is a newer version of the record available.

Published March 8, 2026 | Version v0.5.0
Software Open

amaltawfik/spicy: v0.5.0

Authors/Creators

  • 1. HESAV School of Health Sciences - Vaud, HES-SO University of Applied Sciences and Arts Western Switzerland

Description

Highlights

This release introduces table_apa(), a new helper for building APA-style cross-tabulation tables directly from multiple row variables and a grouping variable.

New

  • Added table_apa() to generate publication-ready APA cross-tab tables.
  • Supported outputs include:
    • wide
    • long
    • tinytable
    • flextable
    • excel
    • clipboard
    • word

Statistical controls

  • table_apa() now exposes key cross_tab() controls for weighting and inference:
    • weights
    • rescale
    • correct
    • simulate_p
    • simulate_B

Improvements

  • Improved handling of missing values in table_apa() when drop_na = FALSE.
  • Added documentation, examples, and tests for the new functionality.
  • Updated package metadata and website content for the 0.5.0 release.

Installation

# install.packages("pak")
pak::pak("amaltawfik/spicy@v0.5.0")

Files

amaltawfik/spicy-v0.5.0.zip

Files (354.8 kB)

Name Size Download all
md5:c677ed1d3cea74b7e2dfff254f0c32ce
354.8 kB Preview Download

Additional details

Related works

Is supplement to
Software: https://github.com/amaltawfik/spicy/tree/v0.5.0 (URL)

Software