Skip to content
Open
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
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: precommit
Title: Pre-Commit Hooks
Version: 0.4.3.9018
Version: 0.4.3.9019
Author: Lorenz Walthert
Maintainer: Lorenz Walthert <[email protected]>
Description: Useful git hooks for R building on top of the multi-language
Expand Down
2 changes: 1 addition & 1 deletion inst/pre-commit-config-pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# R specific hooks: https://github.com/lorenzwalthert/precommit
repos:
- repo: https://github.com/lorenzwalthert/precommit
rev: v0.4.3.9017
rev: v0.4.3.9019
hooks:
- id: style-files
args: [--style_pkg=styler, --style_fun=tidyverse_style]
Expand Down
2 changes: 1 addition & 1 deletion inst/pre-commit-config-proj.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# R specific hooks: https://github.com/lorenzwalthert/precommit
repos:
- repo: https://github.com/lorenzwalthert/precommit
rev: v0.4.3.9017
rev: v0.4.3.9019
hooks:
- id: style-files
args: [--style_pkg=styler, --style_fun=tidyverse_style]
Expand Down
21 changes: 11 additions & 10 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Repositories": [
{
"Name": "RSPM",
"URL": "https://packagemanager.posit.co/cran/2025-10-29"
"URL": "https://packagemanager.posit.co/cran/2025-11-12"
}
]
},
Expand Down Expand Up @@ -1222,7 +1222,7 @@
},
"purrr": {
"Package": "purrr",
"Version": "1.1.0",
"Version": "1.2.0",
"Source": "Repository",
"Title": "Functional Programming Tools",
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"[email protected]\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Lionel\", \"Henry\", , \"[email protected]\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"https://ror.org/03wc8by49\")) )",
Expand All @@ -1241,13 +1241,13 @@
"vctrs (>= 0.6.3)"
],
"Suggests": [
"carrier (>= 0.2.0)",
"carrier (>= 0.3.0)",
"covr",
"dplyr (>= 0.7.8)",
"httr",
"knitr",
"lubridate",
"mirai (>= 2.4.0)",
"mirai (>= 2.5.1)",
"rmarkdown",
"testthat (>= 3.0.0)",
"tibble",
Expand All @@ -1263,7 +1263,7 @@
"Config/testthat/edition": "3",
"Config/testthat/parallel": "TRUE",
"Encoding": "UTF-8",
"RoxygenNote": "7.3.2",
"RoxygenNote": "7.3.3",
"NeedsCompilation": "yes",
"Author": "Hadley Wickham [aut, cre] (ORCID: <https://orcid.org/0000-0003-4757-117X>), Lionel Henry [aut], Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)",
"Maintainer": "Hadley Wickham <[email protected]>",
Expand Down Expand Up @@ -1557,7 +1557,7 @@
},
"stringr": {
"Package": "stringr",
"Version": "1.5.2",
"Version": "1.6.0",
"Source": "Repository",
"Title": "Simple, Consistent Wrappers for Common String Operations",
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"[email protected]\", role = c(\"aut\", \"cre\", \"cph\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
Expand All @@ -1566,7 +1566,7 @@
"URL": "https://stringr.tidyverse.org, https://github.com/tidyverse/stringr",
"BugReports": "https://github.com/tidyverse/stringr/issues",
"Depends": [
"R (>= 3.6)"
"R (>= 4.1.0)"
],
"Imports": [
"cli",
Expand All @@ -1590,10 +1590,11 @@
],
"VignetteBuilder": "knitr",
"Config/Needs/website": "tidyverse/tidytemplate",
"Config/potools/style": "explicit",
"Config/testthat/edition": "3",
"Encoding": "UTF-8",
"LazyData": "true",
"RoxygenNote": "7.3.2",
"RoxygenNote": "7.3.3",
"NeedsCompilation": "no",
"Author": "Hadley Wickham [aut, cre, cph], Posit Software, PBC [cph, fnd]",
"Maintainer": "Hadley Wickham <[email protected]>",
Expand Down Expand Up @@ -1735,7 +1736,7 @@
},
"xfun": {
"Package": "xfun",
"Version": "0.53",
"Version": "0.54",
"Source": "Repository",
"Type": "Package",
"Title": "Supporting Functions for Packages Maintained by 'Yihui Xie'",
Expand Down Expand Up @@ -1774,7 +1775,7 @@
"URL": "https://github.com/yihui/xfun",
"BugReports": "https://github.com/yihui/xfun/issues",
"Encoding": "UTF-8",
"RoxygenNote": "7.3.2",
"RoxygenNote": "7.3.3",
"VignetteBuilder": "litedown",
"NeedsCompilation": "yes",
"Author": "Yihui Xie [aut, cre, cph] (ORCID: <https://orcid.org/0000-0003-0645-5666>, URL: https://yihui.org), Wush Wu [ctb], Daijiang Li [ctb], Xianying Tan [ctb], Salim Brüggemann [ctb] (ORCID: <https://orcid.org/0000-0002-5329-5987>), Christophe Dervieux [ctb]",
Expand Down