Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/statnet/statnet
Software Tools for the Statistical Analysis of Network Data (meta-package)
https://github.com/statnet/statnet
Last synced: 3 months ago
JSON representation
Software Tools for the Statistical Analysis of Network Data (meta-package)
- Host: GitHub
- URL: https://github.com/statnet/statnet
- Owner: statnet
- License: other
- Created: 2018-10-19T21:34:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-26T06:17:01.000Z (over 3 years ago)
- Last Synced: 2024-05-21T02:12:50.989Z (6 months ago)
- Language: R
- Size: 110 KB
- Stars: 38
- Watchers: 12
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `statnet`: Software Tools for the Statistical Analysis of Network Data
[![Build Status](https://travis-ci.org/statnet/statnet.svg?branch=master)](https://travis-ci.org/statnet/statnet)
[![Build Status](https://ci.appveyor.com/api/projects/status/8lxl3cm48ktlo9j3?svg=true)](https://ci.appveyor.com/project/statnet/statnet)
[![rstudio mirror downloads](http://cranlogs.r-pkg.org/badges/statnet?color=2ED968)](http://cranlogs.r-pkg.org/)
[![cran version](http://www.r-pkg.org/badges/version/statnet)](https://cran.r-project.org/package=statnet)An integrated set of tools for the representation, visualization, analysis, and simulation of network data. For an introduction, type help(package='statnet').
## Public and Private repositories
To facilitate open development of the package while giving the core developers an opportunity to publish on their developments before opening them up for general use, this project comprises two repositories:
* A public repository `statnet/statnet`
* A private repository `statnet/statnet-private`The intention is that all developments in `statnet/statnet-private` will eventually make their way into `statnet/statnet` and onto CRAN.
Developers and Contributing Users to the Statnet Project should read https://statnet.github.io/private/ for information about the relationship between the public and the private repository and the workflows involved.