Package: deepdep
Title: Visualise and Explore the Deep Dependencies of R Packages
Version: 0.2.0
Authors@R: c(person("Dominik", "Rafacz", email = "dominikrafacz@gmail.com",
                  role = c("aut", "cre")),
             person("Hubert", "Baniecki", role = c("aut")),
             person("Szymon", "Maksymiuk", role = c("aut")),
             person("Mateusz", "Bakala", role = c("aut")))
Description: Provides the tools for exploration of package dependencies. 
    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 nice 'deepdep' plot. 
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
Depends: R (>= 3.2.0)
Imports: cranlogs, ggforce, ggplot2, ggraph, graphlayouts, httr,
        igraph, jsonlite, scales
Suggests: BiocManager, shiny, shinycssloaders, covr, devtools, knitr,
        miniCRAN, plyr, rmarkdown, spelling, stringi, testthat (>=
        2.1.0)
VignetteBuilder: knitr
URL: https://github.com/DominikRafacz/deepdep
BugReports: https://github.com/DominikRafacz/deepdep/issues
Language: en-GB
NeedsCompilation: no
Packaged: 2020-02-29 00:32:58 UTC; rafaczd
Author: Dominik Rafacz [aut, cre],
  Hubert Baniecki [aut],
  Szymon Maksymiuk [aut],
  Mateusz Bakala [aut]
Maintainer: Dominik Rafacz <dominikrafacz@gmail.com>
Repository: CRAN
Date/Publication: 2020-03-06 13:20:05 UTC
