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.9016
Version: 0.4.3.9017
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.9016
rev: v0.4.3.9017
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.9016
rev: v0.4.3.9017
hooks:
- id: style-files
args: [--style_pkg=styler, --style_fun=tidyverse_style]
Expand Down
30 changes: 15 additions & 15 deletions renv.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"R": {
"Version": "4.5.1",
"Version": "4.5.2",
"Repositories": [
{
"Name": "RSPM",
"URL": "https://packagemanager.posit.co/cran/2025-10-10"
"URL": "https://packagemanager.posit.co/cran/2025-10-29"
}
]
},
Expand Down Expand Up @@ -178,12 +178,12 @@
},
"V8": {
"Package": "V8",
"Version": "8.0.0",
"Version": "8.0.1",
"Source": "Repository",
"Type": "Package",
"Title": "Embedded JavaScript and WebAssembly Engine for R",
"Authors@R": "c( person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"[email protected]\", comment = c(ORCID = \"0000-0002-4035-0289\")), person(\"George\", \"Stagg\", role = \"ctb\", comment = c(ORCID = \"0009-0006-3173-9846\")), person(\"Jan Marvin\", \"Garbuszus\", role = \"ctb\"))",
"Description": "An R interface to V8 <https://v8.dev>: Google's open source JavaScript and WebAssembly engine. This package can be compiled either with V8 version 6 and up or NodeJS when built as a shared library.",
"Description": "An R interface to V8 <https://v8.dev>: Google's open source JavaScript and WebAssembly engine. This package can be compiled either with V8 or NodeJS when built as a shared library.",
"License": "MIT + file LICENSE",
"URL": "https://jeroen.r-universe.dev/V8",
"BugReports": "https://github.com/jeroen/v8/issues",
Expand Down Expand Up @@ -1601,22 +1601,22 @@
},
"styler": {
"Package": "styler",
"Version": "1.10.3",
"Version": "1.11.0",
"Source": "Repository",
"Type": "Package",
"Title": "Non-Invasive Pretty Printing of R Code",
"Authors@R": "c(person(given = \"Kirill\", family = \"Müller\", role = \"aut\", email = \"[email protected]\", comment = c(ORCID = \"0000-0002-1416-3412\")), person(given = \"Lorenz\", family = \"Walthert\", role = c(\"cre\", \"aut\"), email = \"[email protected]\"), person(given = \"Indrajeet\", family = \"Patil\", role = \"ctb\", email = \"[email protected]\", comment = c(ORCID = \"0000-0003-1995-6531\", Twitter = \"@patilindrajeets\")))",
"Authors@R": "c(person(given = \"Kirill\", family = \"Müller\", role = \"aut\", email = \"[email protected]\", comment = c(ORCID = \"0000-0002-1416-3412\")), person(given = \"Lorenz\", family = \"Walthert\", role = c(\"cre\", \"aut\"), email = \"[email protected]\"), person(given = \"Indrajeet\", family = \"Patil\", role = \"aut\", email = \"[email protected]\", comment = c(ORCID = \"0000-0003-1995-6531\")))",
"Description": "Pretty-prints R code without changing the user's formatting intent.",
"License": "MIT + file LICENSE",
"URL": "https://github.com/r-lib/styler, https://styler.r-lib.org",
"BugReports": "https://github.com/r-lib/styler/issues",
"Depends": [
"R (>= 3.6.0)"
"R (>= 4.0.0)"
],
"Imports": [
"cli (>= 3.1.1)",
"magrittr (>= 2.0.0)",
"purrr (>= 0.2.3)",
"purrr (>= 1.0.2)",
"R.cache (>= 0.15.0)",
"rlang (>= 1.0.0)",
"rprojroot (>= 1.1)",
Expand All @@ -1634,16 +1634,17 @@
"roxygen2",
"rstudioapi (>= 0.7)",
"tibble (>= 1.4.2)",
"testthat (>= 3.0.0)"
"testthat (>= 3.2.1)"
],
"VignetteBuilder": "knitr",
"Encoding": "UTF-8",
"RoxygenNote": "7.3.1",
"RoxygenNote": "7.3.3",
"Language": "en-US",
"Config/testthat/edition": "3",
"Config/testthat/parallel": "true",
"Collate": "'addins.R' 'communicate.R' 'compat-dplyr.R' 'compat-tidyr.R' 'detect-alignment-utils.R' 'detect-alignment.R' 'environments.R' 'expr-is.R' 'indent.R' 'initialize.R' 'io.R' 'nest.R' 'nested-to-tree.R' 'parse.R' 'reindent.R' 'token-define.R' 'relevel.R' 'roxygen-examples-add-remove.R' 'roxygen-examples-find.R' 'roxygen-examples-parse.R' 'roxygen-examples.R' 'rules-indention.R' 'rules-line-breaks.R' 'rules-spaces.R' 'rules-tokens.R' 'serialize.R' 'set-assert-args.R' 'style-guides.R' 'styler-package.R' 'stylerignore.R' 'testing-mocks.R' 'testing-public-api.R' 'ui-caching.R' 'testing.R' 'token-create.R' 'transform-block.R' 'transform-code.R' 'transform-files.R' 'ui-styling.R' 'unindent.R' 'utils-cache.R' 'utils-files.R' 'utils-navigate-nest.R' 'utils-strings.R' 'utils.R' 'vertical.R' 'visit.R' 'zzz.R'",
"Collate": "'addins.R' 'communicate.R' 'compat-dplyr.R' 'compat-tidyr.R' 'detect-alignment-utils.R' 'detect-alignment.R' 'environments.R' 'expr-is.R' 'indent.R' 'initialize.R' 'io.R' 'nest.R' 'nested-to-tree.R' 'options.R' 'parse.R' 'reindent.R' 'token-define.R' 'relevel.R' 'roxygen-examples-add-remove.R' 'roxygen-examples-find.R' 'roxygen-examples-parse.R' 'roxygen-examples.R' 'rules-indention.R' 'rules-line-breaks.R' 'rules-spaces.R' 'rules-tokens.R' 'serialize.R' 'set-assert-args.R' 'style-guides.R' 'styler-package.R' 'stylerignore.R' 'testing-mocks.R' 'testing-public-api.R' 'ui-caching.R' 'testing.R' 'token-create.R' 'transform-block.R' 'transform-code.R' 'transform-files.R' 'ui-styling.R' 'unindent.R' 'utils-cache.R' 'utils-files.R' 'utils-navigate-nest.R' 'utils-strings.R' 'utils.R' 'vertical.R' 'visit.R' 'zzz.R'",
"NeedsCompilation": "no",
"Author": "Kirill Müller [aut] (<https://orcid.org/0000-0002-1416-3412>), Lorenz Walthert [cre, aut], Indrajeet Patil [ctb] (<https://orcid.org/0000-0003-1995-6531>, @patilindrajeets)",
"Author": "Kirill Müller [aut] (ORCID: <https://orcid.org/0000-0002-1416-3412>), Lorenz Walthert [cre, aut], Indrajeet Patil [aut] (ORCID: <https://orcid.org/0000-0003-1995-6531>)",
"Maintainer": "Lorenz Walthert <[email protected]>",
"Repository": "RSPM"
},
Expand Down Expand Up @@ -1782,7 +1783,7 @@
},
"xml2": {
"Package": "xml2",
"Version": "1.4.0",
"Version": "1.4.1",
"Source": "Repository",
"Title": "Parse XML",
"Authors@R": "c( person(\"Hadley\", \"Wickham\", role = \"aut\"), person(\"Jim\", \"Hester\", role = \"aut\"), person(\"Jeroen\", \"Ooms\", email = \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(\"R Foundation\", role = \"ctb\", comment = \"Copy of R-project homepage cached as example\") )",
Expand All @@ -1803,7 +1804,6 @@
"curl",
"httr",
"knitr",
"magrittr",
"mockery",
"rmarkdown",
"testthat (>= 3.2.0)",
Expand All @@ -1812,7 +1812,7 @@
"VignetteBuilder": "knitr",
"Config/Needs/website": "tidyverse/tidytemplate",
"Encoding": "UTF-8",
"RoxygenNote": "7.3.2",
"RoxygenNote": "7.3.3",
"SystemRequirements": "libxml2: libxml2-dev (deb), libxml2-devel (rpm)",
"Collate": "'S4.R' 'as_list.R' 'xml_parse.R' 'as_xml_document.R' 'classes.R' 'format.R' 'import-standalone-obj-type.R' 'import-standalone-purrr.R' 'import-standalone-types-check.R' 'init.R' 'nodeset_apply.R' 'paths.R' 'utils.R' 'xml2-package.R' 'xml_attr.R' 'xml_children.R' 'xml_document.R' 'xml_find.R' 'xml_missing.R' 'xml_modify.R' 'xml_name.R' 'xml_namespaces.R' 'xml_node.R' 'xml_nodeset.R' 'xml_path.R' 'xml_schema.R' 'xml_serialize.R' 'xml_structure.R' 'xml_text.R' 'xml_type.R' 'xml_url.R' 'xml_write.R' 'zzz.R'",
"Config/testthat/edition": "3",
Expand Down