-
-
Notifications
You must be signed in to change notification settings - Fork 48
/
DESCRIPTION
53 lines (53 loc) · 1.31 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Package: precommit
Title: Pre-Commit Hooks
Version: 0.4.3.9004
Author: Lorenz Walthert
Maintainer: Lorenz Walthert <[email protected]>
Description: Useful git hooks for R building on top of the multi-language
framework 'pre-commit' for hook management. This package provides git
hooks for common tasks like formatting files with 'styler' or spell
checking as well as wrapper functions to access the 'pre-commit'
executable.
License: GPL-3
URL: https://lorenzwalthert.github.io/precommit/,
https://github.com/lorenzwalthert/precommit
Imports:
cli,
fs,
here,
magrittr,
purrr,
R.cache,
rlang,
rprojroot,
withr,
yaml
Suggests:
desc,
docopt (>= 0.7.1),
git2r,
glue,
knitr,
lintr,
pkgload,
pkgdown,
reticulate (>= 1.16),
rmarkdown,
roxygen2,
rstudioapi,
spelling,
styler,
testthat (>= 2.1.0),
tibble,
usethis (>= 2.0.0)
VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE, roclets = c( "rd", "namespace", "collate",
if (rlang::is_installed("pkgapi")) "pkgapi::api_roclet" else {
warning("Please install r-lib/pkgapi to make sure the file API is kept
up to date"); NULL} ) )
RoxygenNote: 7.3.2
SystemRequirements: git
Config/testthat/parallel: true
Config/testthat/edition: 3