visNetwork
R package, using vis.js library for network visualization
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 11 committers (9.1%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.3%) to scientific vocabulary
Repository
R package, using vis.js library for network visualization
Basic Info
Statistics
- Stars: 534
- Watchers: 32
- Forks: 125
- Open Issues: 147
- Releases: 19
Metadata Files
README.md
visNetwork
R package, using vis.js library for network visualization. visNetwork is now available on CRAN.
Online documentation
http://datastorm-open.github.io/visNetwork
And have a look to multiple R examples, vis.js documentation (visDocumentation).
News
2.1.0 available on CRAN (in a few days...)
- ### #361 : fix visHclust with new ggraph version
- ### switch to vis-network 9.1.0
- ### visTree : fix using invalid R colnames + crash no one X
- ### add fontawesome 5.13.0 support
- ### #377 : custom manipulation columns
- ### #335 : Enable highlightNearest degree for groups
- ### visTree : update performance compute boxplot sparkline with large data
- ### visTree/TreeModule : fix passing constant variable & character tooltipColumns

Example
```` install.packages("visNetwork")
devtools::install_github("datastorm-open/visNetwork") for development version
require(visNetwork) ?visNetwork
minimal example
nodes <- data.frame(id = 1:3) edges <- data.frame(from = c(1,2), to = c(1,3)) visNetwork(nodes, edges)
vignette
vignette("Introduction-to-visNetwork")
full javascript documentation
visDocumentation()
shiny example
shiny::runApp(system.file("shiny", package = "visNetwork")) ````
Owner
- Name: DataStorm
- Login: datastorm-open
- Kind: organization
- Email: open-source@datastorm.fr
- Location: Paris, France
- Website: http://www.datastorm.fr/
- Repositories: 7
- Profile: https://github.com/datastorm-open
DataStorm Open Project
GitHub Events
Total
- Issues event: 4
- Watch event: 10
- Issue comment event: 9
- Fork event: 2
Last Year
- Issues event: 4
- Watch event: 10
- Issue comment event: 9
- Fork event: 2
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| bthieurmel | b****l@g****m | 514 |
| Benoit Thieurmel | b****l@d****r | 49 |
| Titouan Robert | tr@d****r | 39 |
| Amit | m****n@g****m | 1 |
| zhibo | z****o@o****m | 1 |
| Daan Seynaeve | d****e@o****u | 1 |
| abicky | t****i@g****m | 1 |
| Matthias Grenié | m****e@e****r | 1 |
| Benoit Thieurmel | b****l@g****m | 1 |
| Matthew Grogan | m****n@g****u | 1 |
| benoit | b****t@n****u | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 118
- Total pull requests: 4
- Average time to close issues: 4 months
- Average time to close pull requests: 27 days
- Total issue authors: 96
- Total pull request authors: 4
- Average comments per issue: 1.54
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 5
- Pull requests: 0
- Average time to close issues: 3 months
- Average time to close pull requests: N/A
- Issue authors: 4
- Pull request authors: 0
- Average comments per issue: 1.4
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- swaheera (5)
- nick-youngblut (4)
- DarylMcCullough (4)
- stevepowell99 (2)
- vspinu (2)
- dmenne (2)
- olivier7121 (2)
- wlandau (2)
- hdhshowalter-lilly (2)
- mr-c (2)
- CorentinWicht (2)
- ramadatta (2)
- bjcarothers (2)
- salk-law (2)
- BonnieMcLean (2)
Pull Request Authors
- mr-c (1)
- vspinu (1)
- Rekyt (1)
- bthieurmel (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- cran 50,245 last-month
- Total docker downloads: 2,428,580
-
Total dependent packages: 86
(may contain duplicates) -
Total dependent repositories: 288
(may contain duplicates) - Total versions: 33
- Total maintainers: 1
cran.r-project.org: visNetwork
Network Visualization using 'vis.js' Library
- Homepage: https://datastorm-open.github.io/visNetwork/
- Documentation: http://cran.r-project.org/web/packages/visNetwork/visNetwork.pdf
- License: MIT + file LICENSE
-
Latest release: 2.1.4
published 10 months ago
Rankings
Maintainers (1)
conda-forge.org: r-visnetwork
- Homepage: https://datastorm-open.github.io/visNetwork/
- License: MIT
-
Latest release: 2.1.2
published almost 4 years ago
Rankings
Dependencies
- R >= 3.0 depends
- grDevices * imports
- htmltools * imports
- htmlwidgets * imports
- jsonlite * imports
- magrittr * imports
- methods * imports
- stats * imports
- utils * imports
- colourpicker * suggests
- flashClust * suggests
- ggraph * suggests
- igraph * suggests
- knitr * suggests
- rmarkdown * suggests
- rpart * suggests
- shiny * suggests
- shinyWidgets * suggests
- sparkline * suggests
- tidygraph * suggests
- webshot * suggests