bahlolab / isoRelate

Performs pairwise identity by descent analysis on haploid recombining organisms in the presence of multiclonal infections using SNP genotype data
Other
6 stars 2 forks source link

pkgdown website #2

Open sa-lee opened 6 years ago

sa-lee commented 6 years ago

First install pkgdown

devtools::install_github("hadley/pkgdown")

website creation

pkgdown::build_site()

This creates a folder called docs and push that folder to master.

Then in github settings under options/github pages point the docs folder to your web address.

sa-lee commented 6 years ago

also remember to put the website link in the repo description :)