Skip to content

Commit ed4d344

Browse files
version bump
1 parent 81a4e4f commit ed4d344

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Description: Create beautiful and customizable tables to summarize several
99
and it can produce tables in HTML, LaTeX, Word, Markdown, PDF, PowerPoint,
1010
Excel, RTF, JPG, or PNG. Tables can easily be embedded in 'Rmarkdown' or
1111
'knitr' dynamic documents.
12-
Version: 0.6.3
12+
Version: 0.6.4
1313
Authors@R: person("Vincent", "Arel-Bundock",
1414
email = "[email protected]",
1515
role = c("aut", "cre"),

NEWS.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# modelsummary 0.6.3.9000
1+
# modelsummary 0.6.4
22

33
* glue format for `estimate` and `statistic`
4-
* support for easystats packages for model info extraction: performance, parameters
4+
* easystats support for model info extraction
55
* deprecate statistic_vertical
66
* deprecate extract_models. Use modelsummary(output="dataframe") instead.
7-
* modelplot pushes ... through to extract_models
7+
* modelplot pushes ... through to modelsummary(output="dataframe")
88
* datasummary_skim(type="dataset")
99
* gof_map omits by default
10-
* statistic_override does not require a list
1110
* datasummary_balance uses row percentages
11+
* statistic_override does not require a list
1212
* statistic_override accepts a single model
1313
* N function for well formatted N in datasummary
1414
* Bug fixes

0 commit comments

Comments
 (0)