Package: cranet Type: Package Title: Build and Analyze Network of R Packages Version: 1.0-0 Date: 2018-05-04 Authors@R: person("Michal", "Bojanowski", role=c("aut", "cre"), email="michal2992@gmail.com") Description: Package DESCRIPTION files allows for specifying several types of inter-package relations. These include fields like Depends, Suggests, Enhances etc. This package allows for recovering graph structure based on these relations. Network representation of R repositories enables the user to explore the interconnected space of available R functionality while the developers or repository maintainers can quickly scan package forward and reverse dependencies. Depends: R (>= 2.10) Imports: igraph Suggests: testthat License: MIT + file LICENSE URL: https://github.com/mbojan/cranet BugReports: https://github.com/mbojan/cranet/issues LazyLoad: yes LazyData: yes RoxygenNote: 6.0.1 Config/pak/sysreqs: libglpk-dev libxml2-dev Repository: https://mbojan.r-universe.dev Date/Publication: 2018-05-04 15:45:50 UTC RemoteUrl: https://github.com/mbojan/cranet RemoteRef: HEAD RemoteSha: a14ec82ef9af8396783cd5ef5cd8423b33a29f02 NeedsCompilation: no Packaged: 2026-06-05 10:15:09 UTC; root Author: Michal Bojanowski [aut, cre] Maintainer: Michal Bojanowski