Package: cranly
Title: Package Directives and Collaboration Networks in CRAN
Version: 0.1
Authors@R: c(person(given = "Ioannis", family = "Kosmidis",
                    role = c("aut", "cre"),
	            email = "ioannis.kosmidis@warwick.ac.uk",
		    comment = c(ORCID = "0000-0003-1556-0302")))
Description: Provides core visualisations and summaries for the CRAN package database. The package provides comprehensive methods for cleaning up and organising the information in the CRAN package database, for building package directives networks (depends, imports, suggests, enhances) and collaboration networks, and for computing summaries and producing interactive visualisations from the resulting networks. Network visualisation is through the 'visNetwork' <https://CRAN.R-project.org/package=visNetwork> R package. The package also provides functions to coerce the networks to 'igraph' <https://CRAN.R-project.org/package=igraph> objects for further analyses and modelling.
URL: https://github.com/ikosmidis/cranly
BugReports: https://github.com/ikosmidis/cranly/issues
Depends: R (>= 3.4.0)
Imports: visNetwork, colorspace, igraph, magrittr, stringr, ggplot2,
        countrycode
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Suggests: testthat, knitr, rmarkdown, covr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-03-27 22:22:44 UTC; yiannis
Author: Ioannis Kosmidis [aut, cre] (<https://orcid.org/0000-0003-1556-0302>)
Maintainer: Ioannis Kosmidis <ioannis.kosmidis@warwick.ac.uk>
Repository: CRAN
Date/Publication: 2018-03-28 09:11:08 UTC
