https://github.com/tomdewildt/social-network-analysis-for-data-scientists
Code for The Social Network Analysis For Data Scientists course of my master's degree
https://github.com/tomdewildt/social-network-analysis-for-data-scientists
actions igraph makefile r renv sna sna4ds
Last synced: 21 days ago
JSON representation
Code for The Social Network Analysis For Data Scientists course of my master's degree
- Host: GitHub
- URL: https://github.com/tomdewildt/social-network-analysis-for-data-scientists
- Owner: tomdewildt
- License: mit
- Created: 2021-08-31T21:16:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2026-06-01T11:31:43.000Z (22 days ago)
- Last Synced: 2026-06-01T13:15:53.974Z (22 days ago)
- Topics: actions, igraph, makefile, r, renv, sna, sna4ds
- Language: R
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Social Network Analysis For Data Scientists
[](https://github.com/tomdewildt/social-network-analysis-for-data-scientists/actions/workflows/ci.yml)
[](https://github.com/tomdewildt/social-network-analysis-for-data-scientists/blob/master/LICENSE)
Code for The Social Network Analysis For Data Scientists course of my master's degree.
# How To Run
Prerequisites:
* R version ```4.0.4``` or later
* renv version ```0.12.5``` or later
### Development
1. Run ```make init``` to initialize the environment.
2. Run ```make run``` to execute the script.
# References
[R Docs](https://cran.r-project.org/doc/manuals/r-release/R-intro.html)
[Renv Docs](https://rstudio.github.io/renv/index.html)
[Lintr Docs](https://github.com/jimhester/lintr)
[Social Network Analysis For Data Scientists Book](https://www.cambridge.org/highereducation/books/inferential-network-analysis/A7797D36A24647AA1F900CE7EF694C7E)