Skip to contents

Checks for the presence of packages required for genetic distance calculations. If any of these packages are not already installed, it will automatically install them.

Usage

gen_dist_packages()

Value

None

Details

The following packages will be installed if not already present:

  • "adegenet"

  • "AssocTests"

  • "readr"

  • "tibble"

  • "ecodist"

  • "cowplot"

Examples

if (FALSE) gen_dist_packages()