forked from ropensci-review-tools/goodpractice
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
61 lines (61 loc) · 1.35 KB
/
DESCRIPTION
File metadata and controls
61 lines (61 loc) · 1.35 KB
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
54
55
56
57
58
59
60
61
Package: goodpractice
Title: Advice on R Package Building
Version: 1.0.2
Authors@R: c(person("Gabor", "Csardi", email = "csardi.gabor@gmail.com",
role = c("aut")),
person("Hannah", "Frick", email = "hfrick@mango-solutions.com",
role = c("aut", "cre")))
Description: Give advice about good practices when building R packages.
Advice includes functions and syntax to avoid, package structure,
code complexity, code formatting, etc.
License: MIT + file LICENSE
LazyData: true
URL: https://github.com/mangothecat/goodpractice
BugReports: https://github.com/mangothecat/goodpractice/issues
RoxygenNote: 6.0.1
Suggests:
testthat,
knitr,
rmarkdown
Imports:
clisymbols,
covr,
crayon,
cyclocomp (>= 1.1.0),
desc,
jsonlite,
lintr,
praise,
rcmdcheck,
rstudioapi,
tools,
utils,
whoami,
withr,
xml2,
xmlparsedata (>= 1.0.1)
Collate:
'api.R'
'customization.R'
'lists.R'
'chk_covr.R'
'chk_cyclocomp.R'
'chk_description.R'
'chk_lintr.R'
'chk_namespace.R'
'chk_rcmdcheck.R'
'chk_tnf.R'
'gp.R'
'my_linters.R'
'package.R'
'prep_covr.R'
'prep_cyclocomp.R'
'prep_description.R'
'prep_expressions.R'
'prep_lintr.R'
'prep_namespace.R'
'prep_rcmdcheck.R'
'print.R'
'rstudio_markers.R'
'utils.R'
VignetteBuilder: knitr