Skip to content

Commit db5e7ab

Browse files
authored
Merge pull request #2 from lorenzwalthert/jmc-style-rmd-dir
update api file
2 parents f4f297e + a265fec commit db5e7ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

API

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ specify_math_token_spacing(zero = NULL, one = c("'+'", "'-'", "'*'", "'/'", "'^'
88
specify_reindention(regex_pattern = regex_none(), indention = 0, comments_only = TRUE)
99
style_dir(path = ".", ..., style = tidyverse_style, transformers = style(...), filetype = "R", recursive = TRUE, exclude_files = NULL)
1010
style_file(path, ..., style = tidyverse_style, transformers = style(...))
11-
style_pkg(pkg = ".", ..., style = tidyverse_style, transformers = style(...), filetype = c("r"), exclude_files = "R/RcppExports.R")
11+
style_pkg(pkg = ".", ..., style = tidyverse_style, transformers = style(...), filetype = "R", exclude_files = "R/RcppExports.R")
1212
style_text(text, ..., style = tidyverse_style, transformers = style(...))
1313
tidyverse_math_token_spacing()
1414
tidyverse_reindention()

0 commit comments

Comments
 (0)