-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.29 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Package: PopGenHelpR
Title: Streamline Population Genomic and Genetic Analyses
Version: 1.3.2
Authors@R:
c(person("Keaka", "Farleigh", , "[email protected]", role = c("aut","cph", "cre"), comment = c(ORCID = "0000-0002-9195-121X")),
person("Mason", "Murphy", , "[email protected]", role = c("aut","cph", "ctb"), comment = c(ORCID = "0000-0002-5317-1386")),
person("Christopher", "Blair", , "[email protected]", role = c("aut","cph", "ctb"), comment = c(ORCID = "0000-0002-4782-6788")),
person("Tereza", "Jezkova", , "[email protected]", role = c("aut","cph", "ctb"), comment = c(ORCID = "0000-0003-4114-4564")))
Description: Estimate commonly used population genomic statistics and generate publication quality figures. 'PopGenHelpR' uses vcf, 'geno' (012), and csv files to generate output.
URL: https://kfarleigh.github.io/PopGenHelpR/
BugReports: https://github.com/kfarleigh/PopGenHelpR/issues
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
dplyr,
ggplot2,
magrittr,
methods,
reshape2,
rlang,
scatterpie,
stats,
spData,
spdep,
utils,
vcfR
Depends:
R (>= 2.10)
LazyData: true
VignetteBuilder: knitr