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.
- Host: GitHub
- URL: https://github.com/knapply/snatools
- Owner: knapply
- License: gpl-3.0
- Created: 2018-08-07T13:42:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-23T13:04:30.000Z (over 6 years ago)
- Last Synced: 2025-01-16T03:14:26.920Z (over 1 year ago)
- Language: R
- Homepage: https://knapply.github.io/snatools
- Size: 4.58 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
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}`
[](https://www.tidyverse.org/lifecycle/#experimental)
[](https://github.com/knapply/snatools/commits/master)
[](https://codecov.io/gh/knapply/snatools?branch=master)
[](https://ci.appveyor.com/project/knapply/snatools)
[](https://travis-ci.org/knapply/snatools)
[](https://www.gnu.org/licenses/gpl-3.0)
[](https://www.r-project.org/)
[](https://github.com/knapply/snatools)
[](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")
```