The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

ConnectednessApproach

Step 1: Install the devtools package

To install a R package, start by installing the devtools package. The best way to do this is from CRAN, by typing:

install.packages("devtools")

Step 2: Install the package of interest from GitHub

Install the package of interest from GitHub using the following code, where you need to remember to list both the author and the name of the package (in GitHub jargon, the package is the repo, which is short for repository). In this example, we are installing the ConnectednessApproach package created by GabauerDavid.

library(devtools)
install_github("GabauerDavid/ConnectednessApproach")

Step 3: Go through tutorial

ConnectednessApproach Tutorial

BibTeX Citation

If you use this package in a scientific publication, I would appreciate if you use the following citation:

  @Manual{gabauer2022,
    title = {ConnectednessApproach: Connectedness Approach},
    author = {David Gabauer},
    year = {2022},
    note = {R package version 1.0.0},
  }

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.