Skip to content

Commit a4e115b

Browse files
github-actions[bot]krlmlr
authored andcommitted
pre-commit
1 parent c34d25d commit a4e115b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

API

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ specify_reindention(regex_pattern = NULL, indention = 0, comments_only = TRUE)
1313
specify_transformers_drop(spaces = NULL, indention = NULL, line_breaks = NULL, tokens = NULL)
1414
style_dir(path = ".", ..., style = tidyverse_style, transformers = style(...), filetype = c("R", "Rprofile", "Rmd", "Rmarkdown", "Rnw", "Qmd"), recursive = TRUE, exclude_files = NULL, exclude_dirs = c("packrat", "renv"), include_roxygen_examples = TRUE, base_indention = 0, dry = "off")
1515
style_file(path, ..., style = tidyverse_style, transformers = style(...), include_roxygen_examples = TRUE, base_indention = 0, dry = "off")
16-
style_pkg(pkg = ".", ..., style = tidyverse_style, transformers = style(...), filetype = c("R", "Rprofile", "Rmd", "Rmarkdown", "Rnw", "Qmd"), exclude_files = "R/RcppExports.R", exclude_dirs = c("packrat", "renv"), include_roxygen_examples = TRUE, base_indention = 0, dry = "off")
16+
style_pkg(pkg = ".", ..., style = tidyverse_style, transformers = style(...), filetype = c("R", "Rprofile", "Rmd", "Rmarkdown", "Rnw", "Qmd"), exclude_files = c("R/RcppExports.R", "R/cpp11.R"), exclude_dirs = c("packrat", "renv"), include_roxygen_examples = TRUE, base_indention = 0, dry = "off")
1717
style_text(text, ..., style = tidyverse_style, transformers = style(...), include_roxygen_examples = TRUE, base_indention = 0)
1818
tidyverse_math_token_spacing()
1919
tidyverse_reindention()

inst/WORDLIST

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ config
2828
CONST
2929
coventions
3030
covr
31+
cpp
3132
cran
3233
cre
34+
cynkra
3335
datastructures
3436
dec
3537
deps
@@ -95,6 +97,7 @@ ixmypi
9597
ized
9698
Jupyterlab
9799
Kirill
100+
kirill
98101
knitr
99102
krlmlr
100103
labelled
@@ -128,6 +131,7 @@ nph
128131
NUM
129132
oldrel
130133
oneliner
134+
ORCID
131135
os
132136
ourself
133137
packagemanager
@@ -149,8 +153,8 @@ prettycode
149153
PRs
150154
purrr
151155
qmd
152-
questionr
153156
Qmd
157+
questionr
154158
rcmdcheck
155159
RcppExports
156160
rds

0 commit comments

Comments
 (0)