Tools to work quickly around population genetics analyses
This package in intend to ease the repetition of simple task typical of population genetic pipeline. This is a work in progress. More functions and vignettes will be added through times.
You can install directly the last version from github
library(remotes)
remotes::install_github("biodray/QuickPop")
For windows user, it is possible that you get into problems. You can try to set this parameter before the installation.
# Change the behaviours of remotes
Sys.setenv("R_REMOTES_NO_ERRORS_FROM_WARNINGS" = "true")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.