Skip to content

Commit bff67db

Browse files
Merge pull request #674 from lorenzwalthert/hook-dependencies-update
Hook dependencies update
2 parents 8054a7f + ea08f5c commit bff67db

4 files changed

Lines changed: 50 additions & 11 deletions

File tree

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.9025
3+
Version: 0.4.3.9026
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

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

renv.lock

Lines changed: 47 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/2026-05-29"
7+
"URL": "https://packagemanager.posit.co/cran/2026-06-12"
88
}
99
]
1010
},
@@ -261,10 +261,10 @@
261261
},
262262
"callr": {
263263
"Package": "callr",
264-
"Version": "3.7.6",
264+
"Version": "3.8.0",
265265
"Source": "Repository",
266266
"Title": "Call R from R",
267-
"Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\", \"cph\"), comment = c(ORCID = \"0000-0001-7098-9676\")), person(\"Winston\", \"Chang\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(\"Ascent Digital Services\", role = c(\"cph\", \"fnd\")) )",
267+
"Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\", \"cph\"), comment = c(ORCID = \"0000-0001-7098-9676\")), person(\"Winston\", \"Chang\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")), person(\"Ascent Digital Services\", role = c(\"cph\", \"fnd\")) )",
268268
"Description": "It is sometimes useful to perform a computation in a separate R process, without affecting the current R process at all. This packages does exactly that.",
269269
"License": "MIT + file LICENSE",
270270
"URL": "https://callr.r-lib.org, https://github.com/r-lib/callr",
@@ -273,14 +273,16 @@
273273
"R (>= 3.4)"
274274
],
275275
"Imports": [
276+
"otel (>= 0.2.0)",
276277
"processx (>= 3.6.1)",
277278
"R6",
278279
"utils"
279280
],
280281
"Suggests": [
281282
"asciicast (>= 2.3.1)",
283+
"carrier",
282284
"cli (>= 1.1.0)",
283-
"mockery",
285+
"otelsdk (>= 0.2.0)",
284286
"ps",
285287
"rprojroot",
286288
"spelling",
@@ -289,11 +291,12 @@
289291
],
290292
"Config/Needs/website": "r-lib/asciicast, glue, htmlwidgets, igraph, tibble, tidyverse/tidytemplate",
291293
"Config/testthat/edition": "3",
294+
"Config/usethis/last-upkeep": "2025-04-28",
292295
"Encoding": "UTF-8",
293296
"Language": "en-US",
294-
"RoxygenNote": "7.3.1.9000",
297+
"Config/roxygen2/version": "8.0.0",
295298
"NeedsCompilation": "no",
296-
"Author": "Gábor Csárdi [aut, cre, cph] (<https://orcid.org/0000-0001-7098-9676>), Winston Chang [aut], Posit Software, PBC [cph, fnd], Ascent Digital Services [cph, fnd]",
299+
"Author": "Gábor Csárdi [aut, cre, cph] (ORCID: <https://orcid.org/0000-0001-7098-9676>), Winston Chang [aut], Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>), Ascent Digital Services [cph, fnd]",
297300
"Maintainer": "Gábor Csárdi <csardi.gabor@gmail.com>",
298301
"Repository": "RSPM"
299302
},
@@ -1034,6 +1037,42 @@
10341037
"Maintainer": "Lionel Henry <lionel@posit.co>",
10351038
"Repository": "RSPM"
10361039
},
1040+
"otel": {
1041+
"Package": "otel",
1042+
"Version": "0.2.0",
1043+
"Source": "Repository",
1044+
"Title": "OpenTelemetry R API",
1045+
"Authors@R": "person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\"))",
1046+
"Description": "High-quality, ubiquitous, and portable telemetry to enable effective observability. OpenTelemetry is a collection of tools, APIs, and SDKs used to instrument, generate, collect, and export telemetry data (metrics, logs, and traces) for analysis in order to understand your software's performance and behavior. This package implements the OpenTelemetry API: <https://opentelemetry.io/docs/specs/otel/>. Use this package as a dependency if you want to instrument your R package for OpenTelemetry.",
1047+
"License": "MIT + file LICENSE",
1048+
"Encoding": "UTF-8",
1049+
"RoxygenNote": "7.3.2.9000",
1050+
"Depends": [
1051+
"R (>= 3.6.0)"
1052+
],
1053+
"Suggests": [
1054+
"callr",
1055+
"cli",
1056+
"glue",
1057+
"jsonlite",
1058+
"otelsdk",
1059+
"processx",
1060+
"shiny",
1061+
"spelling",
1062+
"testthat (>= 3.0.0)",
1063+
"utils",
1064+
"withr"
1065+
],
1066+
"Config/Needs/website": "tidyverse/tidytemplate",
1067+
"Config/testthat/edition": "3",
1068+
"URL": "https://otel.r-lib.org, https://github.com/r-lib/otel",
1069+
"Additional_repositories": "https://github.com/r-lib/otelsdk/releases/download/devel",
1070+
"BugReports": "https://github.com/r-lib/otel/issues",
1071+
"NeedsCompilation": "no",
1072+
"Author": "Gábor Csárdi [aut, cre]",
1073+
"Maintainer": "Gábor Csárdi <csardi.gabor@gmail.com>",
1074+
"Repository": "RSPM"
1075+
},
10371076
"pkgbuild": {
10381077
"Package": "pkgbuild",
10391078
"Version": "1.4.8",
@@ -1650,7 +1689,7 @@
16501689
},
16511690
"xfun": {
16521691
"Package": "xfun",
1653-
"Version": "0.57",
1692+
"Version": "0.58",
16541693
"Source": "Repository",
16551694
"Type": "Package",
16561695
"Title": "Supporting Functions for Packages Maintained by 'Yihui Xie'",
@@ -1689,8 +1728,8 @@
16891728
"URL": "https://github.com/yihui/xfun",
16901729
"BugReports": "https://github.com/yihui/xfun/issues",
16911730
"Encoding": "UTF-8",
1692-
"RoxygenNote": "7.3.3",
16931731
"VignetteBuilder": "litedown",
1732+
"Config/roxygen2/version": "8.0.0",
16941733
"NeedsCompilation": "yes",
16951734
"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]",
16961735
"Maintainer": "Yihui Xie <xie@yihui.name>",

0 commit comments

Comments
 (0)