Skip to content

Commit 69ac194

Browse files
mgaynor1mgaynor1
mgaynor1
authored and
mgaynor1
committed
try5
1 parent e7c3946 commit 69ac194

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: nQuack
22
Title: Predicting ploidal level from sequence data using site-based heterozygosity
33
Version: 1.0.1
4-
Authors@R: c(person(given = "Michelle L.", family = "Gaynor", email= "shellyleegaynor@gmail.com", role = c("aut", "cre"),
4+
Author: c(person(given = "Michelle L.", family = "Gaynor", email= "shellyleegaynor@gmail.com", role = c("aut", "cre"),
55
comment = c(ORCID = "0000-0002-3912-6079")),
66
person(given = "José Miguel", family = "Ponciano", email= "josemi@ufl.edu", role = "ctb",
77
comment = c(ORCID = "0000-0001-8457-7840"))
@@ -16,7 +16,7 @@ Suggests:
1616
kableExtra
1717
Imports:
1818
Rcpp (>= 1.0.11),
19-
RcppArmadillo (>= 12.8.0.0),
19+
RcppArmadillo (>= 0.12.8.0.0),
2020
RcppArmadillo (<= 14.0.2-1),
2121
truncdist,
2222
data.table,
@@ -28,7 +28,7 @@ Imports:
2828
RcppProgress
2929
LinkingTo:
3030
Rcpp,
31-
RcppArmadillo (<= 14.0.2-1),
31+
RcppArmadillo,
3232
extraDistr,
3333
RcppProgress
3434
SystemRequirements: C++17

0 commit comments

Comments
 (0)