forked from darwin-eu-dev/PaRe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
43 lines (43 loc) · 868 Bytes
/
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
Package: PaRe
Type: Package
Title: PaRe (Package Reviewer) is the Successor of the DependencyReviewer Package
Version: 0.1.0
Authors@R:
person("Maarten", "van Kessel", email = "m.l.vankessel@erasmusmc.nl",
role = c("aut", "cre"))
Description: Reviews other packages during code review by looking at their
dependencies, code style, code complexity, and how interanlly defined
functions interact with one another.
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Imports:
cli,
cyclocomp,
desc,
DiagrammeR,
DiagrammeRsvg,
dplyr,
glue,
knitr,
lintr,
magrittr,
pak,
readr,
rlang,
rmarkdown,
rsvg,
stringr,
tidygraph,
utils,
here
Suggests:
ggplot2,
plotly,
igraph,
ggraph,
DT,
magick,
withr
VignetteBuilder: knitr