ndtv

ndtv: Network Dynamic Temporal Visualizations in R

https://github.com/statnet/ndtv

Science Score: 10.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 4 committers (25.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.4%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

ndtv: Network Dynamic Temporal Visualizations in R

Basic Info
Statistics
  • Stars: 52
  • Watchers: 14
  • Forks: 5
  • Open Issues: 43
  • Releases: 0
Created over 10 years ago · Last pushed about 2 years ago
Metadata Files
Readme

README.md

ndtv: Network Dynamic Temporal Visualizations

The R package ndtv renders dynamic network data from networkDynamic objects as movies, interactive HTML5 animations, or other static representations of changing relational structures and attributes.

by Skye Bender-deMoll, Martina Morris, and the http://statnet.org team. This work was supported by grant R01HD68395 from the National Institute of Health

Install

Released versions of the package are on CRAN at https://cran.r-project.org/web/packages/ndtv/index.html

install in R with install.packages('ndtv')

A network movie example

library(ndtv) # load the package data(short.stergm.sim) # load an example dynamic network dataset render.d3movie(short.stergm.sim) # create a HTML5 animation

Docs and Examples

The package vignette is at: https://github.com/statnet/ndtv/blob/master/ndtv/vignettes/ndtv.pdf

A longer tutorial with more background is at: https://statnet.org/workshop-ndtv/ndtv_workshop.html

Citation and License

This software is distributed under the GPL-3 license. It is free, open source, and has the attribution requirements (GPL Section 7) at http://statnet.org/attribution

To cite package ‘ndtv’ in publications use:

Skye Bender-deMoll (2016). ndtv: Network Dynamic Temporal Visualizations. R package version 0.10. http://statnet.org

Code of Conduct

Please note that the ndtv project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Owner

  • Name: Statnet
  • Login: statnet
  • Kind: organization
  • Email: contact@statnet.org

Statistical software for the analysis, simulation and visualization of network data.

GitHub Events

Total
  • Watch event: 3
Last Year
  • Watch event: 3

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 165
  • Total Committers: 4
  • Avg Commits per committer: 41.25
  • Development Distribution Score (DDS): 0.309
Past Year
  • Commits: 4
  • Committers: 1
  • Avg Commits per committer: 4.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
skyebend s****d@9****6 114
Skye Bender-deMoll s****d@s****t 49
Pavel N. Krivitsky p****l@u****u 1
levap l****p@9****6 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 55
  • Total pull requests: 6
  • Average time to close issues: 3 months
  • Average time to close pull requests: 1 day
  • Total issue authors: 17
  • Total pull request authors: 2
  • Average comments per issue: 1.56
  • Average comments per pull request: 0.0
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 4
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 3 days
  • Issue authors: 3
  • Pull request authors: 1
  • Average comments per issue: 2.25
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • skyebend (35)
  • Dekermanjian (2)
  • tedmoorman (2)
  • nextensible (2)
  • lishuiwkp (1)
  • mbojan (1)
  • tdemarchin (1)
  • Vasilim (1)
  • aterhorst (1)
  • niknoproblems (1)
  • ghost (1)
  • tpetkovich (1)
  • romanseidl (1)
  • cboulanger (1)
  • sbellan61 (1)
Pull Request Authors
  • skyebend (6)
  • martinamorris (1)
Top Labels
Issue Labels
enhancement (16) bug (8) wontfix (1) help wanted (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 753 last-month
  • Total docker downloads: 23,039
  • Total dependent packages: 3
  • Total dependent repositories: 6
  • Total versions: 16
  • Total maintainers: 1
cran.r-project.org: ndtv

Network Dynamic Temporal Visualizations

  • Versions: 16
  • Dependent Packages: 3
  • Dependent Repositories: 6
  • Downloads: 753 Last month
  • Docker Downloads: 23,039
Rankings
Stargazers count: 7.3%
Forks count: 10.8%
Dependent packages count: 10.9%
Dependent repos count: 12.0%
Average: 13.5%
Downloads: 14.3%
Docker downloads count: 25.8%
Maintainers (1)
Last synced: 12 months ago

Dependencies

ndtv/DESCRIPTION cran
  • R >= 3.0 depends
  • animation >= 2.4 depends
  • network >= 1.13 depends
  • networkDynamic >= 0.9 depends
  • sna * depends
  • MASS * imports
  • base64 * imports
  • jsonlite * imports
  • statnet.common * imports
  • htmlwidgets * suggests
  • knitr * suggests
  • scatterplot3d * suggests
  • tergm >= 3.6 suggests
  • testthat * suggests
  • tsna * suggests