Releases: leifeld/texreg
Releases · leifeld/texreg
texreg 1.39.4
texreg 1.37.5
This is the first stable CRAN release since 2017 and the product of a major package overhaul with the following changes:
- A new
praise
function for submitting praise and feedback about the package to https://www.philipleifeld.com/praise, where it is visible to everyone, including a world map. This is part of our efforts to document the impact of the package, which is instrumental in maintaining funding and institutional support. So please consider using thepraise
function widely to tell us how the package is helping you, what organization you are working for etc. Particularly non-academic impact matters for funders these days, so if you work in a non-university context, please show your appreciation with this function. - The
htmlreg
function was updated from HTML4 to HTML5. - A new
knitreg
function, which automatically selects the right function depending on the output format of the document. - A new
matrixreg
function, which does the heavy lifting in the background and can also be called by the end user to produce a character matrix of the table contents. - A new
huxtablereg
function for creating tables for thehuxtable
package. - A new
wordreg
function for creating basic MS Word documents. - Updated the
plotreg
function toggplot2
and added support for multiple models. - Lots of new model extensions and updated
extract
methods. - New arguments:
tabular
(for switching off thetabular
environment so users can usetexreg
withtabularx
,tabular*
etc.)custom.header
(for grouping multiple models under a common heading)siunitx
(an alternative todcolumn
for decimal point alignment)threeparttable
(for long custom notes under the table)- additional arguments in
htmlreg
to customize the HTML output.
- Unit tests using
testthat
to ensure the package is more robust to the introduction of bugs. - More robust documentation using
roxygen2
.