An open API service indexing awesome lists of open source software.

https://github.com/knapply/snatools

An R toolkit to bridge graph classes and simplify network analysis.
https://github.com/knapply/snatools

Last synced: 3 months ago
JSON representation

An R toolkit to bridge graph classes and simplify network analysis.

Awesome Lists containing this project

README

          

---
output:
github_document:
html_preview: true
html_document:
keep_md: yes
always_allow_html: yes
editor_options:
chunk_output_type: console
---

```{r, echo = FALSE}
knitr::opts_chunk$set(
# collapse = TRUE,
fig.align = "center",
comment = "#>",
fig.path = "man/figures/",
message = FALSE,
warning = FALSE
)

# options(width = 400)
```

# `{snatools}`

[![Lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![GitHub last commit](https://img.shields.io/github/last-commit/knapply/snatools.svg)](https://github.com/knapply/snatools/commits/master)
[![Codecov test coverage](https://codecov.io/gh/knapply/snatools/branch/master/graph/badge.svg)](https://codecov.io/gh/knapply/snatools?branch=master)
[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/knapply/snatools?branch=master&svg=true)](https://ci.appveyor.com/project/knapply/snatools)
[![Travis-CI Build Status](https://travis-ci.org/knapply/snatools.svg?branch=master)](https://travis-ci.org/knapply/snatools)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Depends](https://img.shields.io/badge/Depends-GNU_R>=3.5-blue.svg)](https://www.r-project.org/)
[![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/knapply/snatools.svg)](https://github.com/knapply/snatools)
[![HitCount](http://hits.dwyl.io/knapply/snatools.svg)](http://hits.dwyl.io/knapply/snatools)

# Installation

```{r, eval=FALSE}
# install.packages("remotes")
remotes::install_github("knapply/snatools")
```

If you happened to use the old (before 20 October 2019) version, you can still install it like so:

```{r, eval=FALSE}
remotes::install_github("knapply/snatools@OLD")
```