You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,14 @@
1
-
# modelsummary 1.3.0.9002
1
+
# modelsummary 1.4.0
2
2
3
3
* Built-in support for markdown tables.
4
4
* Package no longer depends on `kableExtra`. Recommends an additional install for other formats.
5
-
* Persistent configuration of default output format: `modelsummary_config(output = "markdown")`
5
+
* Persistent configuration of default output format: `config_modelsummary(factory_default = "gt")`
6
6
*`shape = "rcollapse"` and `shape = "rbind"`
7
7
*`glance_custom()` can drop GOF by assigning `NA`: https://stackoverflow.com/questions/75215355/assigning-different-coefficient-names-and-goodness-of-fit-statistics-to-differen
8
8
* When a `statistic` is not available, `modelsummary` prints an empty cell instead of returning an error.
9
9
* "\\label{tab:something}" works in `title` even when `escape=TRUE`
0 commit comments