Skip to content

Commit f7d6b45

Browse files
0.6.1
1 parent 82dc40d commit f7d6b45

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.0.9000
12+
Version: 0.6.1
1313
Authors@R: person("Vincent", "Arel-Bundock",
1414
email = "[email protected]",
1515
role = c("aut", "cre"),

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# modelsummary 0.6.0.9000
1+
# modelsummary 0.6.1
22

33
* bug fixes
44

R/convenience.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,5 @@ coef_map_felm_iv <- function(x) {
8282

8383
# display stage1 results after stage2
8484
out <- c(stage2, stage1)
85-
setNames(out, out)
85+
stats::setNames(out, out)
8686
}

0 commit comments

Comments
 (0)