Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/talegari/pkggraph
A consistent and intuitive platform to explore the dependencies of packages in CRAN like repositories
https://github.com/talegari/pkggraph
graphs r r-package r-stats
Last synced: 9 days ago
JSON representation
A consistent and intuitive platform to explore the dependencies of packages in CRAN like repositories
- Host: GitHub
- URL: https://github.com/talegari/pkggraph
- Owner: talegari
- Created: 2017-06-01T11:59:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-18T06:56:38.000Z (about 6 years ago)
- Last Synced: 2024-11-23T21:06:02.474Z (19 days ago)
- Topics: graphs, r, r-package, r-stats
- Language: R
- Homepage: https://talegari.github.io/pkggraph/
- Size: 5.41 MB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - talegari/pkggraph - A consistent and intuitive platform to explore the dependencies of packages in CRAN like repositories (R)
README
# `pkggraph`
The package [`pkggraph`](https://cran.r-project.org/package=pkggraph) is meant to interactively explore various dependencies of a package(s) (on CRAN like repositories) and perform analysis using [tidy](http://tidyverse.org/) philosophy. Most of the functions return a [`tibble`](https://cran.r-project.org/package=tibble) object (enhancement of `dataframe`) which can be used for further analysis. The package offers functions to produce [`network`](https://cran.r-project.org/package=network) and [`igraph`](https://cran.r-project.org/package=igraph) dependency graphs. The `plot` method produces a static plot based on [`ggnetwork`](https://cran.r-project.org/package=ggnetwork) and `plotd3` function produces an interactive D3 plot based on [`networkD3`](https://cran.r-project.org/package=networkD3).
### Installation
`install.packages("pkggraph")`
### Usage
See the vignette on the [CRAN](https://cran.r-project.org/package=pkggraph) page for more details.