visNetwork

R package, using vis.js library for network visualization

https://github.com/datastorm-open/visnetwork

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
Last synced: 10 months ago · JSON representation

Repository

R package, using vis.js library for network visualization

Basic Info
  • Host: GitHub
  • Owner: datastorm-open
  • License: other
  • Language: JavaScript
  • Default Branch: master
  • Homepage:
  • Size: 9.75 MB
Statistics
  • Stars: 534
  • Watchers: 32
  • Forks: 125
  • Open Issues: 147
  • Releases: 19
Created about 11 years ago · Last pushed about 2 years ago
Metadata Files
Readme License

README.md

CRAN Status Badge CRAN Downloads Badge

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

alt text

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

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

All Time
  • Total Commits: 610
  • Total Committers: 11
  • Avg Commits per committer: 55.455
  • Development Distribution Score (DDS): 0.157
Past Year
  • Commits: 3
  • Committers: 2
  • Avg Commits per committer: 1.5
  • Development Distribution Score (DDS): 0.333
Top Committers
Name Email 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
enhancement (7) bug (1) question (1)
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

  • Versions: 23
  • Dependent Packages: 82
  • Dependent Repositories: 286
  • Downloads: 50,245 Last month
  • Docker Downloads: 2,428,580
Rankings
Docker downloads count: 0.0%
Forks count: 0.5%
Stargazers count: 0.7%
Average: 0.9%
Dependent repos count: 1.0%
Dependent packages count: 1.1%
Downloads: 2.1%
Maintainers (1)
Last synced: 10 months ago
conda-forge.org: r-visnetwork
  • Versions: 10
  • Dependent Packages: 4
  • Dependent Repositories: 2
Rankings
Dependent packages count: 12.5%
Forks count: 16.0%
Average: 16.5%
Stargazers count: 17.4%
Dependent repos count: 20.0%
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • 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