README.md

QuickPop

Tools to work quickly around population genetics analyses

R-CMD-check

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.

How to install this package

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")


biodray/QuickPop documentation built on Dec. 19, 2021, 9:44 a.m.