Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mbojan/isnar

Functions and datasets accompanying the workshop I teach
https://github.com/mbojan/isnar

Last synced: 27 days ago
JSON representation

Functions and datasets accompanying the workshop I teach

Awesome Lists containing this project

README

        

# Introduction to SNA with R

[![R-CMD-check](https://github.com/mbojan/isnar/workflows/R-CMD-check/badge.svg)](https://github.com/mbojan/isnar/actions)

Functions and datasets accompanying the workshop I teach.

## Installation

In general, use:

``` r
devtools::install_github("mbojan/isnar")
```

Windows users might pick up the latest Windows binary build from AppVeyor:

1. Go to

2. Download the ZIP archive (`isnar_X.Y-Z.zip` where `XYZ` designate package version).

3. In R/RStudio call:

```r
install.packages(file.choose(), repos=NULL)
```

File explorer will pop up.

4. Navigate and open the downloaded ZIP file.

5. DONE.