Skip to content

Commit c974a98

Browse files
lorenzwalthertgithub-actions[bot]
authored andcommitted
Update renv dependencies
1 parent 377f43e commit c974a98

File tree

4 files changed

+14
-13
lines changed

4 files changed

+14
-13
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: precommit
22
Title: Pre-Commit Hooks
3-
Version: 0.4.3.9018
3+
Version: 0.4.3.9019
44
Author: Lorenz Walthert
55
Maintainer: Lorenz Walthert <[email protected]>
66
Description: Useful git hooks for R building on top of the multi-language

inst/pre-commit-config-pkg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# R specific hooks: https://github.com/lorenzwalthert/precommit
33
repos:
44
- repo: https://github.com/lorenzwalthert/precommit
5-
rev: v0.4.3.9017
5+
rev: v0.4.3.9019
66
hooks:
77
- id: style-files
88
args: [--style_pkg=styler, --style_fun=tidyverse_style]

inst/pre-commit-config-proj.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# R specific hooks: https://github.com/lorenzwalthert/precommit
33
repos:
44
- repo: https://github.com/lorenzwalthert/precommit
5-
rev: v0.4.3.9017
5+
rev: v0.4.3.9019
66
hooks:
77
- id: style-files
88
args: [--style_pkg=styler, --style_fun=tidyverse_style]

renv.lock

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Repositories": [
55
{
66
"Name": "RSPM",
7-
"URL": "https://packagemanager.posit.co/cran/2025-10-29"
7+
"URL": "https://packagemanager.posit.co/cran/2025-11-12"
88
}
99
]
1010
},
@@ -1222,7 +1222,7 @@
12221222
},
12231223
"purrr": {
12241224
"Package": "purrr",
1225-
"Version": "1.1.0",
1225+
"Version": "1.2.0",
12261226
"Source": "Repository",
12271227
"Title": "Functional Programming Tools",
12281228
"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\")) )",
@@ -1241,13 +1241,13 @@
12411241
"vctrs (>= 0.6.3)"
12421242
],
12431243
"Suggests": [
1244-
"carrier (>= 0.2.0)",
1244+
"carrier (>= 0.3.0)",
12451245
"covr",
12461246
"dplyr (>= 0.7.8)",
12471247
"httr",
12481248
"knitr",
12491249
"lubridate",
1250-
"mirai (>= 2.4.0)",
1250+
"mirai (>= 2.5.1)",
12511251
"rmarkdown",
12521252
"testthat (>= 3.0.0)",
12531253
"tibble",
@@ -1263,7 +1263,7 @@
12631263
"Config/testthat/edition": "3",
12641264
"Config/testthat/parallel": "TRUE",
12651265
"Encoding": "UTF-8",
1266-
"RoxygenNote": "7.3.2",
1266+
"RoxygenNote": "7.3.3",
12671267
"NeedsCompilation": "yes",
12681268
"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>)",
12691269
"Maintainer": "Hadley Wickham <[email protected]>",
@@ -1557,7 +1557,7 @@
15571557
},
15581558
"stringr": {
15591559
"Package": "stringr",
1560-
"Version": "1.5.2",
1560+
"Version": "1.6.0",
15611561
"Source": "Repository",
15621562
"Title": "Simple, Consistent Wrappers for Common String Operations",
15631563
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"[email protected]\", role = c(\"aut\", \"cre\", \"cph\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
@@ -1566,7 +1566,7 @@
15661566
"URL": "https://stringr.tidyverse.org, https://github.com/tidyverse/stringr",
15671567
"BugReports": "https://github.com/tidyverse/stringr/issues",
15681568
"Depends": [
1569-
"R (>= 3.6)"
1569+
"R (>= 4.1.0)"
15701570
],
15711571
"Imports": [
15721572
"cli",
@@ -1590,10 +1590,11 @@
15901590
],
15911591
"VignetteBuilder": "knitr",
15921592
"Config/Needs/website": "tidyverse/tidytemplate",
1593+
"Config/potools/style": "explicit",
15931594
"Config/testthat/edition": "3",
15941595
"Encoding": "UTF-8",
15951596
"LazyData": "true",
1596-
"RoxygenNote": "7.3.2",
1597+
"RoxygenNote": "7.3.3",
15971598
"NeedsCompilation": "no",
15981599
"Author": "Hadley Wickham [aut, cre, cph], Posit Software, PBC [cph, fnd]",
15991600
"Maintainer": "Hadley Wickham <[email protected]>",
@@ -1735,7 +1736,7 @@
17351736
},
17361737
"xfun": {
17371738
"Package": "xfun",
1738-
"Version": "0.53",
1739+
"Version": "0.54",
17391740
"Source": "Repository",
17401741
"Type": "Package",
17411742
"Title": "Supporting Functions for Packages Maintained by 'Yihui Xie'",
@@ -1774,7 +1775,7 @@
17741775
"URL": "https://github.com/yihui/xfun",
17751776
"BugReports": "https://github.com/yihui/xfun/issues",
17761777
"Encoding": "UTF-8",
1777-
"RoxygenNote": "7.3.2",
1778+
"RoxygenNote": "7.3.3",
17781779
"VignetteBuilder": "litedown",
17791780
"NeedsCompilation": "yes",
17801781
"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]",

0 commit comments

Comments
 (0)