Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mbojan/isnar
- Owner: mbojan
- License: other
- Created: 2014-05-19T10:28:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-02-17T20:01:09.000Z (over 3 years ago)
- Last Synced: 2023-03-23T22:14:07.400Z (over 1 year ago)
- Language: R
- Homepage:
- Size: 1.4 MB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.