Skip to content

Commit 463a530

Browse files
Merge pull request #641 from lorenzwalthert/hook-dependencies-update
Hook dependencies update
2 parents f935cde + df7ed6c commit 463a530

File tree

4 files changed

+33
-33
lines changed

4 files changed

+33
-33
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
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.9015
3+
Version: 0.4.3.9016
44
Author: Lorenz Walthert
55
Maintainer: Lorenz Walthert <lorenz.walthert@icloud.com>
66
Description: Useful git hooks for R building on top of the multi-language
@@ -49,7 +49,7 @@ Roxygen: list(markdown = TRUE, roclets = c( "rd", "namespace", "collate",
4949
if (rlang::is_installed("pkgapi")) "pkgapi::api_roclet" else {
5050
warning("Please install r-lib/pkgapi to make sure the file API is kept
5151
up to date"); NULL} ) )
52-
RoxygenNote: 7.3.2
52+
RoxygenNote: 7.3.3
5353
SystemRequirements: git
5454
Config/testthat/parallel: true
5555
Config/testthat/edition: 3

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.9015
5+
rev: v0.4.3.9016
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.9015
5+
rev: v0.4.3.9016
66
hooks:
77
- id: style-files
88
args: [--style_pkg=styler, --style_fun=tidyverse_style]

renv.lock

Lines changed: 29 additions & 29 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-08-29"
7+
"URL": "https://packagemanager.posit.co/cran/2025-10-10"
88
}
99
]
1010
},
@@ -178,11 +178,11 @@
178178
},
179179
"V8": {
180180
"Package": "V8",
181-
"Version": "6.0.6",
181+
"Version": "8.0.0",
182182
"Source": "Repository",
183183
"Type": "Package",
184184
"Title": "Embedded JavaScript and WebAssembly Engine for R",
185-
"Authors@R": "c( person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroenooms@gmail.com\", comment = c(ORCID = \"0000-0002-4035-0289\")), person(\"Jan Marvin\", \"Garbuszus\", role = \"ctb\"))",
185+
"Authors@R": "c( person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroenooms@gmail.com\", comment = c(ORCID = \"0000-0002-4035-0289\")), person(\"George\", \"Stagg\", role = \"ctb\", comment = c(ORCID = \"0009-0006-3173-9846\")), person(\"Jan Marvin\", \"Garbuszus\", role = \"ctb\"))",
186186
"Description": "An R interface to V8 <https://v8.dev>: Google's open source JavaScript and WebAssembly engine. This package can be compiled either with V8 version 6 and up or NodeJS when built as a shared library.",
187187
"License": "MIT + file LICENSE",
188188
"URL": "https://jeroen.r-universe.dev/V8",
@@ -208,7 +208,7 @@
208208
"Language": "en-US",
209209
"Encoding": "UTF-8",
210210
"Biarch": "true",
211-
"Author": "Jeroen Ooms [aut, cre] (ORCID: <https://orcid.org/0000-0002-4035-0289>), Jan Marvin Garbuszus [ctb]",
211+
"Author": "Jeroen Ooms [aut, cre] (ORCID: <https://orcid.org/0000-0002-4035-0289>), George Stagg [ctb] (ORCID: <https://orcid.org/0009-0006-3173-9846>), Jan Marvin Garbuszus [ctb]",
212212
"Maintainer": "Jeroen Ooms <jeroenooms@gmail.com>",
213213
"Repository": "RSPM"
214214
},
@@ -673,17 +673,17 @@
673673
},
674674
"here": {
675675
"Package": "here",
676-
"Version": "1.0.1",
676+
"Version": "1.0.2",
677677
"Source": "Repository",
678678
"Title": "A Simpler Way to Find Your Files",
679-
"Date": "2020-12-13",
680-
"Authors@R": "c(person(given = \"Kirill\", family = \"M\\u00fcller\", role = c(\"aut\", \"cre\"), email = \"krlmlr+r@mailbox.org\", comment = c(ORCID = \"0000-0002-1416-3412\")), person(given = \"Jennifer\", family = \"Bryan\", role = \"ctb\", email = \"jenny@rstudio.com\", comment = c(ORCID = \"0000-0002-6983-2759\")))",
679+
"Date": "2025-09-06",
680+
"Authors@R": "c(person(given = \"Kirill\", family = \"M\\u00fcller\", role = c(\"aut\", \"cre\"), email = \"kirill@cynkra.com\", comment = c(ORCID = \"0000-0002-1416-3412\")), person(given = \"Jennifer\", family = \"Bryan\", role = \"ctb\", email = \"jenny@rstudio.com\", comment = c(ORCID = \"0000-0002-6983-2759\")))",
681681
"Description": "Constructs paths to your project's files. Declare the relative path of a file within your project with 'i_am()'. Use the 'here()' function as a drop-in replacement for 'file.path()', it will always locate the files relative to your project root.",
682682
"License": "MIT + file LICENSE",
683683
"URL": "https://here.r-lib.org/, https://github.com/r-lib/here",
684684
"BugReports": "https://github.com/r-lib/here/issues",
685685
"Imports": [
686-
"rprojroot (>= 2.0.2)"
686+
"rprojroot (>= 2.1.0)"
687687
],
688688
"Suggests": [
689689
"conflicted",
@@ -701,12 +701,12 @@
701701
],
702702
"VignetteBuilder": "knitr",
703703
"Encoding": "UTF-8",
704-
"LazyData": "true",
705-
"RoxygenNote": "7.1.1.9000",
704+
"RoxygenNote": "7.3.3.9000",
706705
"Config/testthat/edition": "3",
706+
"Config/Needs/website": "tidyverse/tidytemplate",
707707
"NeedsCompilation": "no",
708-
"Author": "Kirill Müller [aut, cre] (<https://orcid.org/0000-0002-1416-3412>), Jennifer Bryan [ctb] (<https://orcid.org/0000-0002-6983-2759>)",
709-
"Maintainer": "Kirill Müller <krlmlr+r@mailbox.org>",
708+
"Author": "Kirill Müller [aut, cre] (ORCID: <https://orcid.org/0000-0002-1416-3412>), Jennifer Bryan [ctb] (ORCID: <https://orcid.org/0000-0002-6983-2759>)",
709+
"Maintainer": "Kirill Müller <kirill@cynkra.com>",
710710
"Repository": "RSPM"
711711
},
712712
"highr": {
@@ -1024,11 +1024,11 @@
10241024
},
10251025
"magrittr": {
10261026
"Package": "magrittr",
1027-
"Version": "2.0.3",
1027+
"Version": "2.0.4",
10281028
"Source": "Repository",
10291029
"Type": "Package",
10301030
"Title": "A Forward-Pipe Operator for R",
1031-
"Authors@R": "c( person(\"Stefan Milton\", \"Bache\", , \"stefan@stefanbache.dk\", role = c(\"aut\", \"cph\"), comment = \"Original author and creator of magrittr\"), person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"aut\"), person(\"Lionel\", \"Henry\", , \"lionel@rstudio.com\", role = \"cre\"), person(\"RStudio\", role = c(\"cph\", \"fnd\")) )",
1031+
"Authors@R": "c( person(\"Stefan Milton\", \"Bache\", , \"stefan@stefanbache.dk\", role = c(\"aut\", \"cph\"), comment = \"Original author and creator of magrittr\"), person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"), person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = \"cre\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )",
10321032
"Description": "Provides a mechanism for chaining commands with a new forward-pipe operator, %>%. This operator will forward a value, or the result of an expression, into the next function call/expression. There is flexible support for the type of right-hand side expressions. For more information, see package vignette. To quote Rene Magritte, \"Ceci n'est pas un pipe.\"",
10331033
"License": "MIT + file LICENSE",
10341034
"URL": "https://magrittr.tidyverse.org, https://github.com/tidyverse/magrittr",
@@ -1047,10 +1047,10 @@
10471047
"ByteCompile": "Yes",
10481048
"Config/Needs/website": "tidyverse/tidytemplate",
10491049
"Encoding": "UTF-8",
1050-
"RoxygenNote": "7.1.2",
1050+
"RoxygenNote": "7.3.3",
10511051
"NeedsCompilation": "yes",
1052-
"Author": "Stefan Milton Bache [aut, cph] (Original author and creator of magrittr), Hadley Wickham [aut], Lionel Henry [cre], RStudio [cph, fnd]",
1053-
"Maintainer": "Lionel Henry <lionel@rstudio.com>",
1052+
"Author": "Stefan Milton Bache [aut, cph] (Original author and creator of magrittr), Hadley Wickham [aut], Lionel Henry [cre], Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)",
1053+
"Maintainer": "Lionel Henry <lionel@posit.co>",
10541054
"Repository": "RSPM"
10551055
},
10561056
"pkgbuild": {
@@ -1094,12 +1094,12 @@
10941094
},
10951095
"pkgload": {
10961096
"Package": "pkgload",
1097-
"Version": "1.4.0",
1097+
"Version": "1.4.1",
10981098
"Source": "Repository",
10991099
"Title": "Simulate Package Installation and Attach",
11001100
"Authors@R": "c( person(\"Hadley\", \"Wickham\", role = \"aut\"), person(\"Winston\", \"Chang\", role = \"aut\"), person(\"Jim\", \"Hester\", role = \"aut\"), person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(\"R Core team\", role = \"ctb\", comment = \"Some namespace and vignette code extracted from base R\") )",
11011101
"Description": "Simulates the process of installing a package and then attaching it. This is a key part of the 'devtools' package as it allows you to rapidly iterate while developing a package.",
1102-
"License": "GPL-3",
1102+
"License": "MIT + file LICENSE",
11031103
"URL": "https://github.com/r-lib/pkgload, https://pkgload.r-lib.org",
11041104
"BugReports": "https://github.com/r-lib/pkgload/issues",
11051105
"Depends": [
@@ -1116,8 +1116,7 @@
11161116
"processx",
11171117
"rlang (>= 1.1.1)",
11181118
"rprojroot",
1119-
"utils",
1120-
"withr (>= 2.4.3)"
1119+
"utils"
11211120
],
11221121
"Suggests": [
11231122
"bitops",
@@ -1128,14 +1127,15 @@
11281127
"remotes",
11291128
"rstudioapi",
11301129
"testthat (>= 3.2.1.1)",
1131-
"usethis"
1130+
"usethis",
1131+
"withr"
11321132
],
11331133
"Config/Needs/website": "tidyverse/tidytemplate, ggplot2",
11341134
"Config/testthat/edition": "3",
11351135
"Config/testthat/parallel": "TRUE",
11361136
"Config/testthat/start-first": "dll",
11371137
"Encoding": "UTF-8",
1138-
"RoxygenNote": "7.3.1",
1138+
"RoxygenNote": "7.3.2",
11391139
"NeedsCompilation": "no",
11401140
"Author": "Hadley Wickham [aut], Winston Chang [aut], Jim Hester [aut], Lionel Henry [aut, cre], Posit Software, PBC [cph, fnd], R Core team [ctb] (Some namespace and vignette code extracted from base R)",
11411141
"Maintainer": "Lionel Henry <lionel@posit.co>",
@@ -1412,10 +1412,10 @@
14121412
},
14131413
"roxygen2": {
14141414
"Package": "roxygen2",
1415-
"Version": "7.3.2",
1415+
"Version": "7.3.3",
14161416
"Source": "Repository",
14171417
"Title": "In-Line Documentation for R",
1418-
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\", \"cph\"), comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Peter\", \"Danenberg\", , \"pcd@roxygen.org\", role = c(\"aut\", \"cph\")), person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = \"aut\"), person(\"Manuel\", \"Eugster\", role = c(\"aut\", \"cph\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
1418+
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\", \"cph\"), comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Peter\", \"Danenberg\", , \"pcd@roxygen.org\", role = c(\"aut\", \"cph\")), person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = \"aut\"), person(\"Manuel\", \"Eugster\", role = c(\"aut\", \"cph\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )",
14191419
"Description": "Generate your Rd documentation, 'NAMESPACE' file, and collation field using specially formatted comments. Writing documentation in-line with code makes it easier to keep your documentation up-to-date as your requirements change. 'roxygen2' is inspired by the 'Doxygen' system for C++.",
14201420
"License": "MIT + file LICENSE",
14211421
"URL": "https://roxygen2.r-lib.org/, https://github.com/r-lib/roxygen2",
@@ -1458,9 +1458,9 @@
14581458
"Config/testthat/parallel": "TRUE",
14591459
"Encoding": "UTF-8",
14601460
"Language": "en-GB",
1461-
"RoxygenNote": "7.3.1.9000",
1461+
"RoxygenNote": "7.3.2.9000",
14621462
"NeedsCompilation": "yes",
1463-
"Author": "Hadley Wickham [aut, cre, cph] (<https://orcid.org/0000-0003-4757-117X>), Peter Danenberg [aut, cph], Gábor Csárdi [aut], Manuel Eugster [aut, cph], Posit Software, PBC [cph, fnd]",
1463+
"Author": "Hadley Wickham [aut, cre, cph] (ORCID: <https://orcid.org/0000-0003-4757-117X>), Peter Danenberg [aut, cph], Gábor Csárdi [aut], Manuel Eugster [aut, cph], Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)",
14641464
"Maintainer": "Hadley Wickham <hadley@posit.co>",
14651465
"Repository": "RSPM"
14661466
},
@@ -1557,7 +1557,7 @@
15571557
},
15581558
"stringr": {
15591559
"Package": "stringr",
1560-
"Version": "1.5.1",
1560+
"Version": "1.5.2",
15611561
"Source": "Repository",
15621562
"Title": "Simple, Consistent Wrappers for Common String Operations",
15631563
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\", \"cph\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
@@ -1593,7 +1593,7 @@
15931593
"Config/testthat/edition": "3",
15941594
"Encoding": "UTF-8",
15951595
"LazyData": "true",
1596-
"RoxygenNote": "7.2.3",
1596+
"RoxygenNote": "7.3.2",
15971597
"NeedsCompilation": "no",
15981598
"Author": "Hadley Wickham [aut, cre, cph], Posit Software, PBC [cph, fnd]",
15991599
"Maintainer": "Hadley Wickham <hadley@posit.co>",

0 commit comments

Comments
 (0)