Package: pkggraph
Type: Package
Title: A Consistent and Intuitive Platform to Explore the Dependencies
        of Packages on the Comprehensive R Archive Network Like
        Repositories
Version: 0.2.3
Authors@R: c(
    person("KS", "Srikanth", email = "sri.teach@gmail.com", role = c("aut", "cre")),
    person("Singh", "Nikhil", email = "nikhilsingh2009@gmail.com", role = c("aut"))
    )
Description: Interactively explore various dependencies of a package(s) (on the Comprehensive R Archive Network Like repositories) and perform analysis using tidy philosophy. Most of the functions return a 'tibble' object (enhancement of 'dataframe') which can be used for further analysis. The package offers functions to produce 'network' and 'igraph' dependency graphs. The 'plot' method produces a static plot based on 'ggnetwork' and 'plotd3' function produces an interactive D3 plot based on 'networkD3'.
Imports: curl (>= 2.5), dplyr (>= 0.5.0), htmltools (>= 0.3.5), igraph
        (>= 1.0.1), intergraph (>= 2.0.2), Matrix (>= 1.2.10),
        networkD3 (>= 0.4), network (>= 1.13.0), RColorBrewer (>=
        1.1.2), tibble (>= 1.3.0), tools, utils, plyr (>= 1.8.4)
Depends: R (>= 3.5.0), ggnetwork (>= 0.5.1), ggplot2 (>= 2.2.1),
        data.table (>= 1.10.4)
License: GPL-3
Encoding: UTF-8
RoxygenNote: 6.1.0
Suggests: knitr (>= 1.15.1), rmarkdown (>= 1.4), magrittr (>= 1.5), sna
        (>= 2.4), statnet.common (>= 3.3.0), BiocManager (>= 1.30.4)
VignetteBuilder: knitr
URL: https://github.com/talegari/pkggraph
BugReports: https://github.com/talegari/pkggraph/issues
NeedsCompilation: no
Packaged: 2018-11-15 09:09:59 UTC; srikanth
Author: KS Srikanth [aut, cre],
  Singh Nikhil [aut]
Maintainer: KS Srikanth <sri.teach@gmail.com>
Repository: CRAN
Date/Publication: 2018-11-15 09:50:03 UTC
Built: R 4.6.0; ; 2025-08-18 11:32:13 UTC; unix
