Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
- id: roxygenize
additional_dependencies:
- cli
- fs@1.6.7
- fs
- here
- magrittr
- purrr
Expand Down Expand Up @@ -117,7 +117,7 @@ repos:
language: r
additional_dependencies:
- docopt
- fs@1.6.7
- fs
- yaml
- purrr
- glue
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 <lorenz.walthert@icloud.com>
Description: Useful git hooks for R building on top of the multi-language
Expand Down
2 changes: 1 addition & 1 deletion inst/pre-commit-config-pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion inst/pre-commit-config-proj.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
9 changes: 4 additions & 5 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
},
Expand Down Expand Up @@ -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\")) )",
Expand All @@ -623,15 +623,14 @@
"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",
"Copyright": "file COPYRIGHTS",
"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: <https://ror.org/03wc8by49>)",
"Maintainer": "Jeroen Ooms <jeroenooms@gmail.com>",
Expand Down Expand Up @@ -1255,7 +1254,7 @@
},
"renv": {
"Package": "renv",
"Version": "1.2.2",
"Version": "1.2.3",
"Source": "Repository",
"Type": "Package",
"Title": "Project Environments",
Expand Down
4 changes: 2 additions & 2 deletions renv/activate.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading