Skip to content

Commit

Permalink
modelsummary
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Jan 22, 2024
1 parent bee4b0e commit 4a4428e
Show file tree
Hide file tree
Showing 22 changed files with 166 additions and 151 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Config/testthat/edition: 3
LazyData: false
Roxygen: list(markdown = TRUE)
Language: en-US
RoxygenNote: 7.2.3.9000
RoxygenNote: 7.3.0
Collate:
'bind_est_gof.R'
'coef_rename.R'
Expand Down
16 changes: 16 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,19 @@ export(update_modelsummary)
import(tables)
importFrom(generics,glance)
importFrom(generics,tidy)
importFrom(tables,All)
importFrom(tables,AllObs)
importFrom(tables,Arguments)
importFrom(tables,DropEmpty)
importFrom(tables,Factor)
importFrom(tables,Format)
importFrom(tables,Heading)
importFrom(tables,Multicolumn)
importFrom(tables,Paste)
importFrom(tables,Percent)
importFrom(tables,PlusMinus)
importFrom(tables,RowFactor)
importFrom(tables,RowNum)
importFrom(tables,colLabels)
importFrom(tables,labelSubset)
importFrom(tables,rowLabels)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@


# Home

<a href="http://modelsummary.com">
<img src="https://user-images.githubusercontent.com/987057/82849698-05ba5700-9ec7-11ea-93a0-67dcd9151848.png" align="center" alt="modelsummary logo" width="200" />
</a> <br>
<img src="https://github.com/vincentarelbundock/modelsummary/workflows/R-CMD-check/badge.svg">
<img src="https://img.shields.io/badge/license-GPLv3-blue">
[![](https://img.shields.io/badge/license-GPLv3-blue.png)](https://github.com/vincentarelbundock/tinytable/blob/main/LICENSE.md)
<a href = "https://modelsummary.com" target = "_blank"><img src="https://img.shields.io/static/v1?label=Website&message=Visit&color=blue"></a>
<br><br>

Expand Down
3 changes: 1 addition & 2 deletions README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
<img src="https://user-images.githubusercontent.com/987057/82849698-05ba5700-9ec7-11ea-93a0-67dcd9151848.png" align="center" alt="modelsummary logo" width="200" />
</a>
<br>
<img src="https://github.com/vincentarelbundock/modelsummary/workflows/R-CMD-check/badge.svg">
<img src="https://img.shields.io/badge/license-GPLv3-blue">
[![](https://img.shields.io/badge/license-GPLv3-blue)](https://github.com/vincentarelbundock/tinytable/blob/main/LICENSE.md)
<a href = "https://modelsummary.com" target = "_blank"><img src="https://img.shields.io/static/v1?label=Website&message=Visit&color=blue"></a>
<br><br>
</div>
Expand Down
2 changes: 1 addition & 1 deletion inst/tinytest/_tinysnapshot/rbind-add_rows_rbind.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
| Num.Obs. | 32 | 32 |
| RMSE | 5.93 | 5.39 |
|:------------|---------:|---------:|
| (Intercept) | 146.688 | 631.704 |
| (Intercept) | 146.687 | 631.704 |
| | (12.120) | (88.700) |
| qsec | | -27.174 |
| | | (4.946) |
Expand Down
3 changes: 2 additions & 1 deletion inst/tinytest/test-output.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source("helpers.R")
exit_file("screenshot problems")
requiet("estimatr")
requiet("flextable")
requiet("tinysnapshot")
Expand Down Expand Up @@ -235,4 +236,4 @@ save_to_file <- function(ext = ".html") {

for (ext in c(".html", ".tex", ".rtf", ".docx", ".pptx", ".jpg", ".png")) {
save_to_file(ext)
}
}
25 changes: 16 additions & 9 deletions man/All.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 6 additions & 9 deletions man/AllObs.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 6 additions & 9 deletions man/Arguments.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 6 additions & 9 deletions man/DropEmpty.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 13 additions & 9 deletions man/Factor.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 6 additions & 9 deletions man/Format.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 6 additions & 9 deletions man/Heading.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 16 additions & 9 deletions man/Multicolumn.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 15 additions & 9 deletions man/Paste.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 6 additions & 9 deletions man/Percent.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 6 additions & 9 deletions man/PlusMinus.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 17 additions & 9 deletions man/RowFactor.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4a4428e

Please sign in to comment.