-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
20 lines (20 loc) · 1.26 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: cranly
Title: Package Directives and Collaboration Networks in CRAN
Version: 0.6.0
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: Core visualizations and summaries for the CRAN package database. The package provides comprehensive methods for cleaning up and organizing the information in the CRAN package database, for building package directives networks (depends, imports, suggests, enhances, linking to) and collaboration networks, producing package dependence trees, and for computing useful summaries and producing interactive visualizations from the resulting networks and summaries. The resulting networks can be coerced 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 (>= 4.1.0)
Imports: visNetwork, colorspace, igraph, stringr, ggplot2, countrycode, wordcloud, tm
License: GPL-3
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
RoxygenNote: 7.2.1
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)