Skip to content

Commit 3888e6f

Browse files
typos
1 parent 95f8424 commit 3888e6f

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-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.9.2.9000
12+
Version: 0.9.3
1313
Authors@R: c(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
@@ -12,7 +12,7 @@
1212
Misc:
1313

1414
* Bugfix: rounding in LaTeX w/ siunitx and NaN entries.
15-
* output='jupyter' no longer prints an extraneousnTRUE to the notebook
15+
* output='jupyter' no longer prints an extraneous TRUE to the notebook
1616

1717
# modelsummary 0.9.2
1818

R/modelsummary_wide.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#' Superseded function
22
#'
3-
#' This function is superseded by the `group` argumen tof the `modelsummary` function.
3+
#' This function is superseded by the `group` argument of the `modelsummary` function.
44
#'
55
#' @param coef_group the name of the coefficient groups to use as columns (NULL
66
#' or character). If `coef_group` is NULL, `modelsummary` tries to guess the

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![CRAN status](https://cranchecks.info/badges/flavor/release/modelsummary)](https://cran.r-project.org/web/checks/check_results_modelsummary.html)
55
[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/vincentarelbundock/modelsummary?branch=master&svg=true)](https://ci.appveyor.com/project/vincentarelbundock/modelsummary)
66
[![R build status](https://github.com/vincentarelbundock/modelsummary/workflows/R-CMD-check/badge.svg)](https://github.com/vincentarelbundock/modelsummary/actions)
7-
[![codecov](https://codecov.io/gh/vincentarelbundock/modelsummary/branch/master/graph/badge.svg)](https://codecov.io/gh/vincentarelbundock/modelsummary)
7+
[![codecov](https://codecov.io/gh/vincentarelbundock/modelsummary/branch/master/graph/badge.svg)](https://app.codecov.io/gh/vincentarelbundock/modelsummary)
88
[![status](https://tinyverse.netlify.com/badge/modelsummary)](https://CRAN.R-project.org/package=modelsummary)
99
[![](http://cranlogs.r-pkg.org/badges/grand-total/modelsummary?color=green)](https://cran.r-project.org/package=modelsummary)
1010
<!-- badges: end -->

inst/WORDLIST

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jupyter
3838
Lalonde
3939
MathJax
4040
NA’
41+
NaN
4142
NeweyWest
4243
NPercent
4344
NUnique

man/modelsummary_wide.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)