-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
mgaynor1
authored and
mgaynor1
committed
Feb 17, 2024
1 parent
8f5b368
commit e175bc8
Showing
4 changed files
with
24 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
^.*\.Rproj$ | ||
^\.Rproj\.user$ | ||
^.github$ | ||
^data/*/*.zip$ | ||
^docs$ | ||
^_pkgdown\.yml$ | ||
^pkgdown$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.Rproj.user | ||
.Rhistory | ||
.RData | ||
.Ruserdata | ||
src/*.o | ||
src/*.so | ||
src/*.dll | ||
*.DS_Store | ||
src/*.so | ||
src/*.o |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Package: nQuack | ||
Title: Mixed model approach to predicting samples ploidal level from sequence data using site-based heterozygosity. | ||
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")), | ||
|
@@ -11,7 +11,9 @@ Encoding: UTF-8 | |
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.2.3 | ||
Suggests: | ||
testthat (>= 3.0.0) | ||
knitr, | ||
dplyr, | ||
kableExtra | ||
Imports: | ||
Rcpp (>= 1.0.11), | ||
RcppArmadillo (>= 0.12.8.0.0), | ||
|
@@ -28,13 +30,12 @@ LinkingTo: | |
RcppArmadillo (>= 0.12.8.0.0), | ||
extraDistr, | ||
RcppProgress | ||
Config/testthat/edition: 3 | ||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters