-
Notifications
You must be signed in to change notification settings - Fork 37
/
DESCRIPTION
41 lines (41 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
Package: pkgnet
Type: Package
Title: Get Network Representation of an R Package
Version: 0.5.0.9999
Authors@R: c(
person("Brian", "Burns", email = "brian.burns.opensource@gmail.com", role = c("aut", "cre")),
person("James", "Lamb", email = "jaylamb20@gmail.com", role = c("aut")),
person("Jay", "Qi", email = "jayqi.opensource@gmail.com", role = c("aut"))
)
Maintainer: Brian Burns <brian.burns.opensource@gmail.com>
Description: Tools from the domain of graph theory can be used to quantify the complexity
and vulnerability to failure of a software package. That is the guiding philosophy
of this package. 'pkgnet' provides tools to analyze the dependencies between functions
in an R package and between its imported packages. See the pkgnet website for vignettes
and other supplementary information.
Imports:
assertthat,
covr,
data.table,
DT,
futile.logger,
glue,
igraph(>= 1.3),
knitr,
magrittr,
methods,
R6,
rlang,
rmarkdown(>= 1.9),
tools,
visNetwork
Suggests:
ggplot2,
pkgdown,
testthat,
webshot,
withr
License: BSD_3_clause + file LICENSE
URL: https://github.com/uptake/pkgnet, https://uptake.github.io/pkgnet/
BugReports: https://github.com/uptake/pkgnet/issues
RoxygenNote: 7.3.1