https://github.com/statnet/network
Classes for Relational Data
https://github.com/statnet/network
Last synced: 6 months ago
JSON representation
Classes for Relational Data
- Host: GitHub
- URL: https://github.com/statnet/network
- Owner: statnet
- License: other
- Created: 2017-06-15T03:09:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-14T04:40:36.000Z (7 months ago)
- Last Synced: 2024-11-14T05:26:05.183Z (7 months ago)
- Language: R
- Size: 2.98 MB
- Stars: 15
- Watchers: 14
- Forks: 8
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
- jimsghstars - statnet/network - Classes for Relational Data (R)
README
# `network`: Classes for Relational Data
[](https://cranlogs.r-pkg.org/)
[](https://cran.r-project.org/package=network)
[](https://codecov.io/github/statnet/network?branch=master)
[](https://github.com/statnet/network/actions)Tools to create and modify network objects. The network class can represent a range of relational data types, and supports arbitrary vertex/edge/graph attributes.
## 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/network`
* A private repository `statnet/network-private`The intention is that all developments in `statnet/network-private` will eventually make their way into `statnet/network` 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.
## Latest Windows and MacOS binaries
A set of binaries is built after every commit to the repository. We strongly encourage testing against them before filing a bug report, as they may contain fixes that have not yet been sent to CRAN. They can be downloaded through the following links:
* [MacOS binary (a `.tgz` file in a `.zip` file)](https://nightly.link/statnet/network/workflows/R-CMD-check.yaml/master/macOS-rrelease-binaries.zip)
* [Windows binary (a `.zip` file in a `.zip` file)](https://nightly.link/statnet/network/workflows/R-CMD-check.yaml/master/Windows-rrelease-binaries.zip)You will need to extract the MacOS `.tgz` or the Windows `.zip` file from the outer `.zip` file before installing. These binaries are usually built under the latest version of R and their operating system and may not work under other versions.