Closed eparejatobes closed 9 years ago
It is weired, and it seems that biocLite
downloads SNPRelate from bioconductor extra repository instead bioconductor repository.
So would you mind downloading gdsfmt and SNPRelate sources and installing the packages:
wget --no-check-certificate https://github.com/zhengxwen/gdsfmt/tarball/master -O gdsfmt_latest.tar.gz
wget --no-check-certificate https://github.com/zhengxwen/SNPRelate/tarball/master -O SNPRelate_latest.tar.gz
** Install **
R CMD INSTALL gdsfmt_latest.tar.gz
R CMD INSTALL SNPRelate_latest.tar.gz
I see the problem now. SNPRelate_1.0.1 will be committed to the release branch of Bioconductor.
Installing through
biocLite("SNPRelate", dependencies = TRUE)
I get the following errors; any ideas? thanks