Raw File
README.md
# `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.
back to top