Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default_language_version:

repos:
- repo: https://github.com/lorenzwalthert/precommit
rev: v0.4.3.9009
rev: v0.4.3.9014
hooks:
- id: style-files
args:
Expand Down Expand Up @@ -101,7 +101,7 @@ repos:
)$
- id: pkgdown
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
- id: check-added-large-files
args: ["--maxkb=200"]
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Authors@R:
family = "Patil",
role = "aut",
email = "patilindrajeet.science@gmail.com",
comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets")))
comment = c(ORCID = "0000-0003-1995-6531")))
Description: Pretty-prints R code without changing the user's formatting
intent.
License: MIT + file LICENSE
Expand Down Expand Up @@ -52,7 +52,7 @@ Roxygen: list(markdown = TRUE, roclets = c( "rd", "namespace", "collate",
if (rlang::is_installed("pkgapi")) "pkgapi::api_roclet" else {
warning("Please install r-lib/pkgapi to make sure the file API is kept
up to date"); NULL}))
RoxygenNote: 7.3.2
RoxygenNote: 7.3.3
Language: en-US
Config/testthat/edition: 3
Config/testthat/parallel: true
Expand Down
6 changes: 3 additions & 3 deletions R/rules-line-breaks.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
#' Rule:
#' * Principle: Function arguments that consist of a braced expression always
#' need to start on a new line
#' * Exception: [...] unless it's the last argument and all other
#' * Exception: unless it's the last argument and all other
#' arguments fit on the line of the function call
#' * Exception: [...] or they are named.
#' * Exception: or they are named
#' * Extension: Also, expressions following on braced expressions also cause a
#' line trigger.
#' line trigger
#' @keywords internal
#' @examplesIf FALSE
#' tryCatch(
Expand Down
6 changes: 3 additions & 3 deletions man/set_line_break_before_curly_opening.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/styler-package.Rd

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