Installation
Installation
To install the GVSSB package, please ensure that the devtools package is installed in the R version you’re using, then proceed with
library(devtools)
install_github(repo="HowardGech/GVSSB")If the package devtools is not available in your R version, you can also install it by source. To do so, navigate to the github page, download the zipped file and unfold it into a user-specified folder (for example, GVSSB), and install it by:
install.packages("/path/to/folder/GVSSB", repos = NULL, type = "source")