I have developed 6 packages on CRAN and 8 on Bioconductor. For CRAN packages, you can use install.packages() to install them directly and for Bioconductor packages, you need to follow the guide on package homepage by using biocLite() to install.

If you are interesting, please visit their homepage to learn more.


This repo is mainly for my R packages that only hosted on github.

repo = c("https://cran.rstudio.com",
         "https://bioconductor.org/packages/release/bioc",
         "https://guangchuangyu.github.io/drat")

chinamap

install.packages("scatterpie", repo=repo)

seqcombo

install.packages("seqcombo", repo=repo)

seqmagick

install.packages("seqmagick", repo=repo)