Skip to content

Commit 00d407e

Browse files
Merge pull request #631 from lorenzwalthert/hook-dependencies-update
Hook dependencies update
2 parents 7ff2b1d + 9f7f5d8 commit 00d407e

File tree

4 files changed

+31
-27
lines changed

4 files changed

+31
-27
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.9010
3+
Version: 0.4.3.9011
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.9010
5+
rev: v0.4.3.9011
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.9010
5+
rev: v0.4.3.9011
66
hooks:
77
- id: style-files
88
args: [--style_pkg=styler, --style_fun=tidyverse_style]

renv.lock

Lines changed: 28 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"R": {
3-
"Version": "4.5.0",
3+
"Version": "4.5.1",
44
"Repositories": [
55
{
66
"Name": "RSPM",
7-
"URL": "https://packagemanager.posit.co/cran/2025-04-11"
7+
"URL": "https://packagemanager.posit.co/cran/2025-06-19"
88
}
99
]
1010
},
1111
"Packages": {
1212
"R.cache": {
1313
"Package": "R.cache",
14-
"Version": "0.16.0",
14+
"Version": "0.17.0",
1515
"Source": "Repository",
1616
"Depends": [
1717
"R (>= 2.14.0)"
@@ -32,10 +32,9 @@
3232
"LazyLoad": "TRUE",
3333
"URL": "https://github.com/HenrikBengtsson/R.cache",
3434
"BugReports": "https://github.com/HenrikBengtsson/R.cache/issues",
35-
"RoxygenNote": "7.2.1",
35+
"Encoding": "UTF-8",
3636
"NeedsCompilation": "no",
37-
"Repository": "RSPM",
38-
"Encoding": "UTF-8"
37+
"Repository": "RSPM"
3938
},
4039
"R.methodsS3": {
4140
"Package": "R.methodsS3",
@@ -65,7 +64,7 @@
6564
},
6665
"R.oo": {
6766
"Package": "R.oo",
68-
"Version": "1.27.0",
67+
"Version": "1.27.1",
6968
"Source": "Repository",
7069
"Depends": [
7170
"R (>= 2.13.0)",
@@ -85,7 +84,7 @@
8584
"Description": "Methods and classes for object-oriented programming in R with or without references. Large effort has been made on making definition of methods as simple as possible with a minimum of maintenance for package developers. The package has been developed since 2001 and is now considered very stable. This is a cross-platform package implemented in pure R that defines standard S3 classes without any tricks.",
8685
"License": "LGPL (>= 2.1)",
8786
"LazyLoad": "TRUE",
88-
"URL": "https://github.com/HenrikBengtsson/R.oo",
87+
"URL": "https://henrikbengtsson.github.io/R.oo/, https://github.com/HenrikBengtsson/R.oo",
8988
"BugReports": "https://github.com/HenrikBengtsson/R.oo/issues",
9089
"NeedsCompilation": "no",
9190
"Repository": "RSPM",
@@ -179,7 +178,7 @@
179178
},
180179
"V8": {
181180
"Package": "V8",
182-
"Version": "6.0.3",
181+
"Version": "6.0.4",
183182
"Source": "Repository",
184183
"Type": "Package",
185184
"Title": "Embedded JavaScript and WebAssembly Engine for R",
@@ -209,7 +208,7 @@
209208
"Language": "en-US",
210209
"Encoding": "UTF-8",
211210
"Biarch": "true",
212-
"Author": "Jeroen Ooms [aut, cre] (<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>), Jan Marvin Garbuszus [ctb]",
213212
"Maintainer": "Jeroen Ooms <[email protected]>",
214213
"Repository": "RSPM"
215214
},
@@ -296,7 +295,7 @@
296295
},
297296
"cli": {
298297
"Package": "cli",
299-
"Version": "3.6.4",
298+
"Version": "3.6.5",
300299
"Source": "Repository",
301300
"Title": "Helpers for Developing Command Line Interfaces",
302301
"Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"Hadley\", \"Wickham\", role = \"ctb\"), person(\"Kirill\", \"Müller\", role = \"ctb\"), person(\"Salim\", \"Brüggemann\", , \"[email protected]\", role = \"ctb\", comment = c(ORCID = \"0000-0002-5329-5987\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
@@ -431,7 +430,7 @@
431430
},
432431
"curl": {
433432
"Package": "curl",
434-
"Version": "6.2.2",
433+
"Version": "6.3.0",
435434
"Source": "Repository",
436435
"Type": "Package",
437436
"Title": "A Modern and Flexible Web Client for R",
@@ -459,7 +458,7 @@
459458
"Encoding": "UTF-8",
460459
"Language": "en-US",
461460
"NeedsCompilation": "yes",
462-
"Author": "Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>), Hadley Wickham [ctb], Posit Software, PBC [cph]",
461+
"Author": "Jeroen Ooms [aut, cre] (ORCID: <https://orcid.org/0000-0002-4035-0289>), Hadley Wickham [ctb], Posit Software, PBC [cph]",
463462
"Maintainer": "Jeroen Ooms <[email protected]>",
464463
"Repository": "RSPM"
465464
},
@@ -555,7 +554,7 @@
555554
},
556555
"evaluate": {
557556
"Package": "evaluate",
558-
"Version": "1.0.3",
557+
"Version": "1.0.4",
559558
"Source": "Repository",
560559
"Type": "Package",
561560
"Title": "Parsing and Evaluation Tools that Provide More Details than the Default",
@@ -574,7 +573,8 @@
574573
"lattice",
575574
"methods",
576575
"pkgload",
577-
"rlang",
576+
"ragg (>= 1.4.0)",
577+
"rlang (>= 1.1.5)",
578578
"knitr",
579579
"testthat (>= 3.0.0)",
580580
"withr"
@@ -584,13 +584,13 @@
584584
"Encoding": "UTF-8",
585585
"RoxygenNote": "7.3.2",
586586
"NeedsCompilation": "no",
587-
"Author": "Hadley Wickham [aut, cre], Yihui Xie [aut] (<https://orcid.org/0000-0003-0645-5666>), Michael Lawrence [ctb], Thomas Kluyver [ctb], Jeroen Ooms [ctb], Barret Schloerke [ctb], Adam Ryczkowski [ctb], Hiroaki Yutani [ctb], Michel Lang [ctb], Karolis Koncevičius [ctb], Posit Software, PBC [cph, fnd]",
587+
"Author": "Hadley Wickham [aut, cre], Yihui Xie [aut] (ORCID: <https://orcid.org/0000-0003-0645-5666>), Michael Lawrence [ctb], Thomas Kluyver [ctb], Jeroen Ooms [ctb], Barret Schloerke [ctb], Adam Ryczkowski [ctb], Hiroaki Yutani [ctb], Michel Lang [ctb], Karolis Koncevičius [ctb], Posit Software, PBC [cph, fnd]",
588588
"Maintainer": "Hadley Wickham <[email protected]>",
589589
"Repository": "RSPM"
590590
},
591591
"fs": {
592592
"Package": "fs",
593-
"Version": "1.6.5",
593+
"Version": "1.6.6",
594594
"Source": "Repository",
595595
"Title": "Cross-Platform File System Operations Based on 'libuv'",
596596
"Authors@R": "c( person(\"Jim\", \"Hester\", role = \"aut\"), person(\"Hadley\", \"Wickham\", , \"[email protected]\", role = \"aut\"), person(\"Gábor\", \"Csárdi\", , \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"libuv project contributors\", role = \"cph\", comment = \"libuv library\"), person(\"Joyent, Inc. and other Node contributors\", role = \"cph\", comment = \"libuv library\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
@@ -1055,10 +1055,10 @@
10551055
},
10561056
"pkgbuild": {
10571057
"Package": "pkgbuild",
1058-
"Version": "1.4.7",
1058+
"Version": "1.4.8",
10591059
"Source": "Repository",
10601060
"Title": "Find Tools Needed to Build R Packages",
1061-
"Authors@R": "c( person(\"Hadley\", \"Wickham\", role = \"aut\"), person(\"Jim\", \"Hester\", role = \"aut\"), person(\"Gábor\", \"Csárdi\", , \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
1061+
"Authors@R": "c( person(\"Hadley\", \"Wickham\", role = \"aut\"), person(\"Jim\", \"Hester\", role = \"aut\"), person(\"Gábor\", \"Csárdi\", , \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )",
10621062
"Description": "Provides functions used to build R packages. Locates compilers needed to build R packages on various platforms and ensures the PATH is configured appropriately so R can use them.",
10631063
"License": "MIT + file LICENSE",
10641064
"URL": "https://github.com/r-lib/pkgbuild, https://pkgbuild.r-lib.org",
@@ -1084,10 +1084,11 @@
10841084
],
10851085
"Config/Needs/website": "tidyverse/tidytemplate",
10861086
"Config/testthat/edition": "3",
1087+
"Config/usethis/last-upkeep": "2025-04-30",
10871088
"Encoding": "UTF-8",
10881089
"RoxygenNote": "7.3.2",
10891090
"NeedsCompilation": "no",
1090-
"Author": "Hadley Wickham [aut], Jim Hester [aut], Gábor Csárdi [aut, cre], Posit Software, PBC [cph, fnd]",
1091+
"Author": "Hadley Wickham [aut], Jim Hester [aut], Gábor Csárdi [aut, cre], Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)",
10911092
"Maintainer": "Gábor Csárdi <[email protected]>",
10921093
"Repository": "RSPM"
10931094
},
@@ -1182,7 +1183,7 @@
11821183
},
11831184
"ps": {
11841185
"Package": "ps",
1185-
"Version": "1.9.0",
1186+
"Version": "1.9.1",
11861187
"Source": "Repository",
11871188
"Title": "List, Query, Manipulate System Processes",
11881189
"Authors@R": "c( person(\"Jay\", \"Loden\", role = \"aut\"), person(\"Dave\", \"Daeschler\", role = \"aut\"), person(\"Giampaolo\", \"Rodola'\", role = \"aut\"), person(\"Gábor\", \"Csárdi\", , \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
@@ -1357,11 +1358,11 @@
13571358
},
13581359
"rlang": {
13591360
"Package": "rlang",
1360-
"Version": "1.1.5",
1361+
"Version": "1.1.6",
13611362
"Source": "Repository",
13621363
"Title": "Functions for Base Types and Core R and 'Tidyverse' Features",
13631364
"Description": "A toolbox for working with base types, core R features like the condition system, and core 'Tidyverse' features like tidy evaluation.",
1364-
"Authors@R": "c( person(\"Lionel\", \"Henry\", ,\"[email protected]\", c(\"aut\", \"cre\")), person(\"Hadley\", \"Wickham\", ,\"[email protected]\", \"aut\"), person(given = \"mikefc\", email = \"[email protected]\", role = \"cph\", comment = \"Hash implementation based on Mike's xxhashlite\"), person(given = \"Yann\", family = \"Collet\", role = \"cph\", comment = \"Author of the embedded xxHash library\"), person(given = \"Posit, PBC\", role = c(\"cph\", \"fnd\")) )",
1365+
"Authors@R": "c( person(\"Lionel\", \"Henry\", ,\"[email protected]\", c(\"aut\", \"cre\")), person(\"Hadley\", \"Wickham\", ,\"[email protected]\", \"aut\"), person(given = \"mikefc\", email = \"[email protected]\", role = \"cph\", comment = \"Hash implementation based on Mike's xxhashlite\"), person(given = \"Yann\", family = \"Collet\", role = \"cph\", comment = \"Author of the embedded xxHash library\"), person(given = \"Posit, PBC\", role = c(\"cph\", \"fnd\")) )",
13651366
"License": "MIT + file LICENSE",
13661367
"ByteCompile": "true",
13671368
"Biarch": "true",
@@ -1375,15 +1376,17 @@
13751376
"cli (>= 3.1.0)",
13761377
"covr",
13771378
"crayon",
1379+
"desc",
13781380
"fs",
13791381
"glue",
13801382
"knitr",
13811383
"magrittr",
13821384
"methods",
13831385
"pillar",
1386+
"pkgload",
13841387
"rmarkdown",
13851388
"stats",
1386-
"testthat (>= 3.0.0)",
1389+
"testthat (>= 3.2.0)",
13871390
"tibble",
13881391
"usethis",
13891392
"vctrs (>= 0.2.3)",
@@ -1396,6 +1399,7 @@
13961399
"RoxygenNote": "7.3.2",
13971400
"URL": "https://rlang.r-lib.org, https://github.com/r-lib/rlang",
13981401
"BugReports": "https://github.com/r-lib/rlang/issues",
1402+
"Config/build/compilation-database": "true",
13991403
"Config/testthat/edition": "3",
14001404
"Config/Needs/website": "dplyr, tidyverse/tidytemplate",
14011405
"NeedsCompilation": "yes",

0 commit comments

Comments
 (0)