diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 332810642..b86919787 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,14 +6,14 @@ default_language_version: repos: - repo: https://github.com/lorenzwalthert/precommit - rev: v0.4.1 + rev: v0.4.2 hooks: - id: no-browser-statement - id: no-debug-statement - id: parsable-R - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-added-large-files - id: check-json diff --git a/vignettes/web_only/purrr_examples.Rmd b/vignettes/web_only/purrr_examples.Rmd index 9af9fb676..54ef673a7 100644 --- a/vignettes/web_only/purrr_examples.Rmd +++ b/vignettes/web_only/purrr_examples.Rmd @@ -4,7 +4,7 @@ output: rmarkdown::html_vignette: toc: true vignette: > - %\VignetteIndexEntry{using '{ggstatsplot}' with the '{purrr}' package} + %\VignetteIndexEntry{Using '{ggstatsplot}' with the '{purrr}' package} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8} ---