forked from uptake/pkgnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 1017 Bytes
/
DESCRIPTION
File metadata and controls
30 lines (30 loc) · 1017 Bytes
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
Package: pkgnet
Type: Package
Title: Get Network Representation of an R Package
Version: 0.1.0
Authors@R: c(
person("Brian", "Burns", email = "brian.burns@uptake.com", role = c("aut", "cre")),
person("James", "Lamb", email = "james.lamb@uptake.com", role = c("aut")),
person("Patrick", "Boueri", email = "patrick.boueri@uptake.com", role = c("ctb")))
Maintainer: Brian Burns <brian.burns@uptake.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.
Imports:
assertthat,
covr,
data.table,
futile.logger,
igraph,
magrittr,
methods,
mvbutils,
R6,
visNetwork
Suggests:
devtools,
testthat
License: BSD_3_clause + file LICENSE
LazyData: TRUE
RoxygenNote: 6.0.1