Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 517 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 517 Bytes

QuickNet

quickNet

Install

Online install

if (!require(devtools)) {
  install.packages('devtools')
}

devtools::install_github('LeiGuo0812/quickNet')

Local install

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')