Skip to content

Commit 9024d8f

Browse files
Merge pull request #1274 from r-lib/bump-roxygen2
Remove Twitter handle from author info and update docs
2 parents 0276ab2 + 8cb9a1d commit 9024d8f

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ default_language_version:
66

77
repos:
88
- repo: https://github.com/lorenzwalthert/precommit
9-
rev: v0.4.3.9009
9+
rev: v0.4.3.9014
1010
hooks:
1111
- id: style-files
1212
args:
@@ -101,7 +101,7 @@ repos:
101101
)$
102102
- id: pkgdown
103103
- repo: https://github.com/pre-commit/pre-commit-hooks
104-
rev: v5.0.0
104+
rev: v6.0.0
105105
hooks:
106106
- id: check-added-large-files
107107
args: ["--maxkb=200"]

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Authors@R:
1616
family = "Patil",
1717
role = "aut",
1818
email = "[email protected]",
19-
comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets")))
19+
comment = c(ORCID = "0000-0003-1995-6531")))
2020
Description: Pretty-prints R code without changing the user's formatting
2121
intent.
2222
License: MIT + file LICENSE
@@ -52,7 +52,7 @@ Roxygen: list(markdown = TRUE, roclets = c( "rd", "namespace", "collate",
5252
if (rlang::is_installed("pkgapi")) "pkgapi::api_roclet" else {
5353
warning("Please install r-lib/pkgapi to make sure the file API is kept
5454
up to date"); NULL}))
55-
RoxygenNote: 7.3.2
55+
RoxygenNote: 7.3.3
5656
Language: en-US
5757
Config/testthat/edition: 3
5858
Config/testthat/parallel: true

R/rules-line-breaks.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
#' Rule:
44
#' * Principle: Function arguments that consist of a braced expression always
55
#' need to start on a new line
6-
#' * Exception: [...] unless it's the last argument and all other
6+
#' * Exception: unless it's the last argument and all other
77
#' arguments fit on the line of the function call
8-
#' * Exception: [...] or they are named.
8+
#' * Exception: or they are named
99
#' * Extension: Also, expressions following on braced expressions also cause a
10-
#' line trigger.
10+
#' line trigger
1111
#' @keywords internal
1212
#' @examplesIf FALSE
1313
#' tryCatch(

man/set_line_break_before_curly_opening.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/styler-package.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)