Releases: alfredo-hs/easytable
Releases · alfredo-hs/easytable
easytable v2.1.1
easytable v2.1.1
This is the first CRAN release of easytable.
easytable creates publication-ready regression tables for lm() and glm() models, with output support for Word, HTML, LaTeX, and PDF. This release corresponds to the version published on CRAN on 2026-05-12.
Main features
- One main user-facing function,
easytable() - Word and HTML output through flextable
- LaTeX and PDF-oriented output
- Support for lm() and glm() models
- Optional robust standard errors
- Optional marginal effects
- Control-variable indicators
- Stable visual defaults
Installation
install.packages("easytable")easytable v2.1.0
easytable 2.1.0
First public release of easytable: easy to use, easy to read regression tables with consistent output across Word, HTML, and LaTeX/PDF.
Highlights
- Added
export.wordfor direct.docxexport. - Standardized CSV export naming to
export.csv. - Improved cross-format design consistency (Word/HTML/LaTeX) using LaTeX style as reference.
- Enforced key table invariants:
- coefficients and standard errors in the same cell with a true line break,
- zebra striping restricted to coefficient rows,
- single divider between coefficients and model statistics.
- Improved interaction-term wrapping for narrower term columns.
- Expanded and stabilized tests and documentation.
Notes
- Current supported model classes:
lm,glm. plmand additional classes are planned for future releases.