Skip to content

Commit

Permalink
Merge pull request #846 from MichaelChirico/typos
Browse files Browse the repository at this point in the history
typos (not not, Github->GitHub)
  • Loading branch information
haozhu233 authored May 28, 2024
2 parents 54ae27d + f1b9f46 commit 9227218
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion R/kableExtra-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
#'
#' @note If you found a feature on the documentation site that is not available
#' in the version of `kableExtra` you are using, try to install the pre-release
#' version from Github. You can do so by running
#' version from GitHub. You can do so by running
#' `devtools::install_github("haozhu233/kableExtra")`.
#'
#' Also, note that This package can load required LaTeX package automatically in
Expand Down
2 changes: 1 addition & 1 deletion R/kbl.R
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ kbl <- function(x, format, digits = getOption("digits"),
use_latex_packages()
if (utils::packageVersion("knitr") < "1.40" &&
!missing(tabular)) {
warning("'tabular' is not not supported in knitr versions < 1.40")
warning("'tabular' is not supported in knitr versions < 1.40")
if (missing(valign))
valign <- "t"
}
Expand Down
2 changes: 1 addition & 1 deletion R/util.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ usepackage_latex <- function(name, options = NULL) {
#' is loaded before `knitr` runs, and then these packages
#' can end up being missed, leading to LaTeX errors such as
#' "Undefined control sequence." (See
#' Github issue #721 for an example.)
#' GitHub issue #721 for an example.)
#'
#' Our `kbl()` wrapper for `knitr::kable()` calls
#' this function for LaTeX output, so an explicit call
Expand Down
2 changes: 1 addition & 1 deletion inst/NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ widths (#806).
Documentation and Maintenance:

* Documented special cases and added heads-up about typo in `linebreak.R` (#679).
* Added Github action to run R CMD check, necessitating `pdflatex` and vignette
* Added GitHub action to run R CMD check, necessitating `pdflatex` and vignette
compaction (#780).
* Defaulted to `booktabs=TRUE`, `longtable=TRUE` when converting a pipe table (#778).
* Declared LaTeX packages with each `kbl()` call and exported
Expand Down
2 changes: 1 addition & 1 deletion man/kableExtra-package.Rd

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

2 changes: 1 addition & 1 deletion man/use_latex_packages.Rd

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

0 comments on commit 9227218

Please sign in to comment.