precommit icon indicating copy to clipboard operation
precommit copied to clipboard

pre-commit hooks for R projects

Results 65 precommit issues
Sort by recently updated
recently updated
newest added

Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.5.0 to 4.6.1. Release notes Sourced from JamesIves/github-pages-deploy-action's releases. v4.6.1 What's Changed Fixes Resolved an issue where workflows were suddenly failing due to a worktree in use...

dependencies

**Before filing a bug** - [x] I have installed the latest dev version of {precommit} with `remotes::install_github('lorenzwalthert/precommit')` - [x] I have installed the latest hook revisions (update with `precommit::autoupdate()`) -...

Seems like pipx is the easiest to avoid this. But pipx is not a supported installation according to the official pre-commit website. And the tested installation method should correspond to...

In #564, hook dependency tests started failing, previously in #561, they did not. Reverting to `oldrel` in #564 temporarily with [d6ecd65](https://github.com/lorenzwalthert/precommit/pull/564/commits/d6ecd659e89f697dc39137e2adee38e9fe261865). It seems like the R profile might not be...

I have stumbled upon {box.linters} failing to run its checks as it relies on loading relative paths. Specifying a root directory with the newly-added `--root` flag solves this. Edit: I...

**Before filing a bug** - [x] I have installed the latest dev version of {precommit} with `remotes::install_github('lorenzwalthert/precommit')` - [x] I have installed the latest hook revisions (update with `precommit::autoupdate()`) -...

**Is your feature request related to a problem? Please describe.** Currently, only binary packages from PPM are supported for `additional_dependencies`. I would like to laxen the requirements upstream to allow...

**Is your feature request related to a problem? Please describe.** Would complement `parsable-roxygen` hook, since roxygenizing won't work if there are dependencies in examples that are not declared in DESCRIPTION...

Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.5.0 to 4.6.3. Release notes Sourced from JamesIves/github-pages-deploy-action's releases. v4.6.3 What's Changed Build 🔧 Consolidated a number of build scripts to make publishing easier. Full Changelog: https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.6.3...

dependencies