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
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.9009
Version: 0.4.3.9010
Author: Lorenz Walthert
Maintainer: Lorenz Walthert <[email protected]>
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.9009
rev: v0.4.3.9010
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.9009
rev: v0.4.3.9010
hooks:
- id: style-files
args: [--style_pkg=styler, --style_fun=tidyverse_style]
Expand Down
13 changes: 5 additions & 8 deletions renv.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"R": {
"Version": "4.4.3",
"Version": "4.5.0",
"Repositories": [
{
"Name": "RSPM",
"URL": "https://packagemanager.posit.co/cran/2025-03-28"
"URL": "https://packagemanager.posit.co/cran/2025-04-11"
}
]
},
Expand Down Expand Up @@ -1725,7 +1725,7 @@
},
"xfun": {
"Package": "xfun",
"Version": "0.51",
"Version": "0.52",
"Source": "Repository",
"Type": "Package",
"Title": "Supporting Functions for Packages Maintained by 'Yihui Xie'",
Expand All @@ -1749,18 +1749,15 @@
"mime",
"litedown (>= 0.4)",
"commonmark",
"knitr (>= 1.47)",
"knitr (>= 1.50)",
"remotes",
"pak",
"rhub",
"renv",
"curl",
"xml2",
"jsonlite",
"magick",
"yaml",
"qs",
"rmarkdown"
"qs"
],
"License": "MIT + file LICENSE",
"URL": "https://github.com/yihui/xfun",
Expand Down