diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 788cda543..5386ba3a6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: roxygenize additional_dependencies: - cli - - fs@1.6.7 + - fs - here - magrittr - purrr @@ -117,7 +117,7 @@ repos: language: r additional_dependencies: - docopt - - fs@1.6.7 + - fs - yaml - purrr - glue @@ -132,7 +132,7 @@ repos: language: r stages: [pre-commit, pre-push] additional_dependencies: - - fs@1.6.7 + - fs require_serial: True - id: spell-check-exclude-identical name: spell-check-exclude-identical diff --git a/DESCRIPTION b/DESCRIPTION index 03a35c1a1..71ae23171 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: precommit Title: Pre-Commit Hooks -Version: 0.4.3.9021 +Version: 0.4.3.9022 Author: Lorenz Walthert Maintainer: Lorenz Walthert Description: Useful git hooks for R building on top of the multi-language diff --git a/inst/pre-commit-config-pkg.yaml b/inst/pre-commit-config-pkg.yaml index acb6f041e..1b22c33fa 100644 --- a/inst/pre-commit-config-pkg.yaml +++ b/inst/pre-commit-config-pkg.yaml @@ -2,7 +2,7 @@ # R specific hooks: https://github.com/lorenzwalthert/precommit repos: - repo: https://github.com/lorenzwalthert/precommit - rev: v0.4.3.9021 + rev: v0.4.3.9022 hooks: - id: style-files args: [--style_pkg=styler, --style_fun=tidyverse_style] diff --git a/inst/pre-commit-config-proj.yaml b/inst/pre-commit-config-proj.yaml index 89f1da008..646f4e64a 100644 --- a/inst/pre-commit-config-proj.yaml +++ b/inst/pre-commit-config-proj.yaml @@ -2,7 +2,7 @@ # R specific hooks: https://github.com/lorenzwalthert/precommit repos: - repo: https://github.com/lorenzwalthert/precommit - rev: v0.4.3.9021 + rev: v0.4.3.9022 hooks: - id: style-files args: [--style_pkg=styler, --style_fun=tidyverse_style] diff --git a/renv.lock b/renv.lock index 24ad3447a..274fe536e 100644 --- a/renv.lock +++ b/renv.lock @@ -4,7 +4,7 @@ "Repositories": [ { "Name": "RSPM", - "URL": "https://packagemanager.posit.co/cran/2026-05-10" + "URL": "https://packagemanager.posit.co/cran/2026-05-29" } ] }, @@ -596,7 +596,7 @@ }, "fs": { "Package": "fs", - "Version": "1.6.7", + "Version": "2.1.0", "Source": "Repository", "Title": "Cross-Platform File System Operations Based on 'libuv'", "Authors@R": "c( person(\"Jim\", \"Hester\", role = \"aut\"), person(\"Hadley\", \"Wickham\", role = \"aut\"), person(\"Gábor\", \"Csárdi\", role = \"aut\"), person(\"Jeroen\", \"Ooms\", , \"jeroenooms@gmail.com\", role = \"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\"), comment = c(ROR = \"03wc8by49\")) )", @@ -623,7 +623,7 @@ "withr" ], "VignetteBuilder": "knitr", - "ByteCompile": "true", + "SystemRequirements": "libuv: libuv-devel (rpm) or libuv1-dev (deb). Alternatively to build the vendored libuv 'cmake' is required. GNU make.", "Config/Needs/website": "tidyverse/tidytemplate", "Config/testthat/edition": "3", "Config/usethis/last-upkeep": "2025-04-23", @@ -631,7 +631,6 @@ "Encoding": "UTF-8", "Language": "en-US", "RoxygenNote": "7.3.3", - "SystemRequirements": "GNU make", "NeedsCompilation": "yes", "Author": "Jim Hester [aut], Hadley Wickham [aut], Gábor Csárdi [aut], Jeroen Ooms [cre], libuv project contributors [cph] (libuv library), Joyent, Inc. and other Node contributors [cph] (libuv library), Posit Software, PBC [cph, fnd] (ROR: )", "Maintainer": "Jeroen Ooms ", @@ -1255,7 +1254,7 @@ }, "renv": { "Package": "renv", - "Version": "1.2.2", + "Version": "1.2.3", "Source": "Repository", "Type": "Package", "Title": "Project Environments", diff --git a/renv/activate.R b/renv/activate.R index 6487d062e..20ffd442c 100644 --- a/renv/activate.R +++ b/renv/activate.R @@ -2,8 +2,8 @@ local({ # the requested version of renv - version <- "1.2.2" - attr(version, "md5") <- "bb69b6403b1bad0442657e9e8e57cc83" + version <- "1.2.3" + attr(version, "md5") <- "1bd9f58e1cfe27ce035933937c6f03de" attr(version, "sha") <- NULL # the project directory