/SNA4DS

Social Network Analysis for Data Science

Primary LanguageHTMLCreative Commons Attribution 4.0 InternationalCC-BY-4.0

SNA4DS

Social Network Analysis for Data Science (Fall 2020)

Install the package using the remotes package as follows:

remotes::install_github("SNAnalyst/SNA4DS", dependencies = TRUE)

There are several ways to run the tutorials. Perhaps the easiest is to pick the preferred tutorial through a menu as follows:

SNA4DS_tutorials()

If preferred, the graphical menu can be turned off, using:

SNA4DS_tutorials(FALSE)

The package contains an experimental function that (hopefully) checks whether you have the latest version installed in your machine. In case you do not have the latest version installed, it can also install the latest version for you. But don't fully rely on this function, it is experimental.

check_SNA4DS()

Travis build status