-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
49 lines (49 loc) · 1.7 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
Package: deepdep
Title: Visualise and Explore the Deep Dependencies of R Packages
Version: 0.4.2
Authors@R: c(person("Dominik", "Rafacz", email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0925-1909")),
person("Hubert", "Baniecki", role = c("aut")),
person("Szymon", "Maksymiuk", role = c("aut")),
person("Laura", "Bakala", role = c("aut")),
person("Dirk", "Eddelbuettel", role = c("ctb")))
Description: Provides tools for exploration of R package dependencies.
The main deepdep() function allows to acquire deep dependencies of any package and plot them in an elegant way.
It also adds some popularity measures for the packages e.g. in the form of download count through the 'cranlogs' package.
Uses the CRAN metadata database <http://crandb.r-pkg.org> and Bioconductor metadata <http://bioconductor.org>.
Other data acquire functions are: get_dependencies(), get_downloads() and get_description().
The deepdep_shiny() function runs shiny application that helps to produce a nice 'deepdep' plot.
License: GPL-3
Encoding: UTF-8
LazyData: false
RoxygenNote: 7.2.3
Depends:
R (>= 3.2.0)
Imports:
cranlogs,
httr,
jsonlite
Suggests:
BiocManager,
covr,
devtools,
ggplot2,
ggraph,
graphlayouts,
igraph,
knitr,
miniCRAN,
plyr,
rmarkdown,
scales,
shiny,
shinycssloaders,
spelling,
stringi,
testthat (>= 2.1.0),
vcr
VignetteBuilder: knitr
URL: https://dominikrafacz.github.io/deepdep/, https://github.com/DominikRafacz/deepdep
BugReports: https://github.com/DominikRafacz/deepdep/issues
Language: en-GB