Package: easytable Type: Package Title: Create Multi-Format Regression Tables Version: 2.1.1.9000 Authors@R: person("Alfredo", "Hernandez Sanchez", email = "alhdzsz@gmail.com", role = c("aut", "cre")) Description: Create publication-ready regression tables in multiple formats, including 'Word', 'HTML', 'LaTeX', and 'PDF', from statistical models. Supports lm() and glm() models. Includes options for marginal effects, control variable grouping, and robust standard errors using methods described in Zeileis (2004) . Tables can be exported to 'Word' via 'flextable' or to 'LaTeX' for 'PDF' output. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: dplyr, flextable, magrittr, stats Suggests: knitr, kableExtra, lmtest, sandwich, margins, rmarkdown, testthat (>= 3.0.0), palmerpenguins VignetteBuilder: knitr URL: https://github.com/alfredo-hs/easytable BugReports: https://github.com/alfredo-hs/easytable/issues Config/pak/sysreqs: libcairo2-dev cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev make libharfbuzz-dev libicu-dev libjpeg-dev libpng-dev libtiff-dev libuv1-dev libwebp-dev libxml2-dev libssl-dev Repository: https://alfredo-hs.r-universe.dev Date/Publication: 2026-05-13 12:39:57 UTC RemoteUrl: https://github.com/alfredo-hs/easytable RemoteRef: dev RemoteSha: 98f88b8577f709df195d643acee79c3190fadb5b NeedsCompilation: no Packaged: 2026-06-12 06:34:19 UTC; root Author: Alfredo Hernandez Sanchez [aut, cre] Maintainer: Alfredo Hernandez Sanchez