zhengxwen / SNPRelate

R package: parallel computing toolset for relatedness and principal component analysis of SNP data (Development version only)
http://www.bioconductor.org/packages/SNPRelate
98 stars 25 forks source link

Description file: Depends and Suggests #22

Closed thierrygosselin closed 7 years ago

thierrygosselin commented 7 years ago

Hi Xiuwen, I think BiocInstaller should be listed in Imports or Depends because with a fresh R install, it is requested. Maybe because of gdsfmt or BiocGenerics?

Cheers Thierry

zhengxwen commented 7 years ago

SNPRelate is a Bioconductor package. Please follow the BioC installation instruction (http://www.bioconductor.org/packages/release/bioc/html/SNPRelate.html)

source("https://bioconductor.org/biocLite.R")
biocLite("SNPRelate")