Skip to content

Commit 7b9b787

Browse files
lorenzwalthertgithub-actions[bot]
authored andcommitted
Update renv dependencies
1 parent c867233 commit 7b9b787

File tree

5 files changed

+15
-12
lines changed

5 files changed

+15
-12
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.9013
3+
Version: 0.4.3.9014
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.9013
5+
rev: v0.4.3.9014
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.9013
5+
rev: v0.4.3.9014
66
hooks:
77
- id: style-files
88
args: [--style_pkg=styler, --style_fun=tidyverse_style]

renv.lock

Lines changed: 11 additions & 8 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-07-11"
7+
"URL": "https://packagemanager.posit.co/cran/2025-07-29"
88
}
99
]
1010
},
@@ -1271,7 +1271,7 @@
12711271
},
12721272
"renv": {
12731273
"Package": "renv",
1274-
"Version": "1.1.4",
1274+
"Version": "1.1.5",
12751275
"Source": "Repository",
12761276
"Type": "Package",
12771277
"Title": "Project Environments",
@@ -1290,6 +1290,7 @@
12901290
"covr",
12911291
"cpp11",
12921292
"devtools",
1293+
"generics",
12931294
"gitcreds",
12941295
"jsonlite",
12951296
"jsonvalidate",
@@ -1318,7 +1319,7 @@
13181319
"Config/testthat/parallel": "true",
13191320
"Config/testthat/start-first": "bioconductor,python,install,restore,snapshot,retrieve,remotes",
13201321
"NeedsCompilation": "no",
1321-
"Author": "Kevin Ushey [aut, cre] (<https://orcid.org/0000-0003-2880-7407>), Hadley Wickham [aut] (<https://orcid.org/0000-0003-4757-117X>), Posit Software, PBC [cph, fnd]",
1322+
"Author": "Kevin Ushey [aut, cre] (ORCID: <https://orcid.org/0000-0003-2880-7407>), Hadley Wickham [aut] (ORCID: <https://orcid.org/0000-0003-4757-117X>), Posit Software, PBC [cph, fnd]",
13221323
"Maintainer": "Kevin Ushey <[email protected]>",
13231324
"Repository": "RSPM"
13241325
},
@@ -1465,7 +1466,7 @@
14651466
},
14661467
"rprojroot": {
14671468
"Package": "rprojroot",
1468-
"Version": "2.0.4",
1469+
"Version": "2.1.0",
14691470
"Source": "Repository",
14701471
"Title": "Finding Files in Project Subdirectories",
14711472
"Authors@R": "person(given = \"Kirill\", family = \"M\\u00fcller\", role = c(\"aut\", \"cre\"), email = \"[email protected]\", comment = c(ORCID = \"0000-0002-1416-3412\"))",
@@ -1480,18 +1481,20 @@
14801481
"covr",
14811482
"knitr",
14821483
"lifecycle",
1483-
"mockr",
14841484
"rlang",
14851485
"rmarkdown",
1486-
"testthat (>= 3.0.0)",
1486+
"testthat (>= 3.2.0)",
14871487
"withr"
14881488
],
14891489
"VignetteBuilder": "knitr",
14901490
"Config/testthat/edition": "3",
14911491
"Encoding": "UTF-8",
1492-
"RoxygenNote": "7.2.3",
1492+
"RoxygenNote": "7.3.2.9000",
1493+
"Config/autostyle/scope": "line_breaks",
1494+
"Config/autostyle/strict": "true",
1495+
"Config/Needs/website": "tidyverse/tidytemplate",
14931496
"NeedsCompilation": "no",
1494-
"Author": "Kirill Müller [aut, cre] (<https://orcid.org/0000-0002-1416-3412>)",
1497+
"Author": "Kirill Müller [aut, cre] (ORCID: <https://orcid.org/0000-0002-1416-3412>)",
14951498
"Maintainer": "Kirill Müller <[email protected]>",
14961499
"Repository": "RSPM"
14971500
},

renv/activate.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
local({
33

44
# the requested version of renv
5-
version <- "1.1.4"
5+
version <- "1.1.5"
66
attr(version, "sha") <- NULL
77

88
# the project directory

0 commit comments

Comments
 (0)