-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1.21 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
38
39
40
41
Package: nQuack
Title: Predicting ploidal level from sequence data using site-based heterozygosity
Version: 1.0.0
Authors@R: c(person(given = "Michelle L.", family = "Gaynor", email= "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3912-6079")),
person(given = "José Miguel", family = "Ponciano", email= "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0001-8457-7840"))
)
Description: nQuack estimates the most likely ploidal level based on a mixture of models.
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests:
knitr,
dplyr,
kableExtra
Imports:
Rcpp (>= 1.0.11),
RcppArmadillo (>= 0.12.8.0.0),
truncdist,
data.table,
foreach,
future,
parallel,
doParallel,
extraDistr,
RcppProgress
LinkingTo:
Rcpp (>= 1.0.11),
RcppArmadillo (>= 0.12.8.0.0),
extraDistr,
RcppProgress
SystemRequirements: C++17
Depends:
R (>= 3.5.0)
LazyData: true
License: GPL-3
VignetteBuilder: knitr
Maintainer: ML Gaynor <[email protected]>
URL: http://mlgaynor.com/nQuack/ https://github.com/mgaynor1/nQuack
BugReports: https://github.com/mgaynor1/nQuack/issue