if (!require(devtools)) {
install.packages('devtools')
}
devtools::install_github('LeiGuo0812/quickNet')
Click Code --> download zip. Change your R working directory to where the zip is saved.
if (!require(devtools)) {
install.packages('devtools')
}
devtools::install_local('quickNet-main.zip')