Version 1.3 (21 September 2026): ================================ * gsummary.data.frame(): - as.data.frame() is now applied initially to ensure the object is a data frame - a warning is returned if the function is applied to a 'tibble' - improved handling of factor and character variables * gsummary.lm(): - the returned print contains less scientific notation in the R-squareds * start-up message added Version 1.2 (19 August 2026): ============================= * gsummary.data.frame(): - new argument: "digits" - new column in the returned print whenever factors are present: "is.factor()" * gsummary.lm(): - new argument: "digits" - the returned print contains less scientific notation (p-values in particular) * gsummary.glm(): - new argument: "digits" - the returned print contains less scientific notation (p-values in particular) Version 1.1 (23 July 2025): =========================== * Fix: package anchors added to Rd \link{} targets in .Rd files (requested by CRAN) Version 1.0 (16 April 2024): ============================ * First version on CRAN