Skip to content

Commit

Permalink
install fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
mgaynor1 authored and mgaynor1 committed Feb 17, 2024
1 parent 0c28be5 commit dbe0ecb
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 13 deletions.
8 changes: 7 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Suggests:
testthat (>= 3.0.0)
Imports:
Rcpp (>= 1.0.11),
RcppArmadillo (>= 0.12.8.0.0),
truncdist,
data.table,
foreach,
Expand All @@ -22,13 +23,18 @@ Imports:
doParallel,
extraDistr,
RcppProgress
LinkingTo: Rcpp, RcppArmadillo, extraDistr, RcppProgress
LinkingTo:
Rcpp (>= 1.0.11),
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
Expand Down
4 changes: 2 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ importFrom(stats,rbinom)
importFrom(stats,runif)
importFrom(truncdist,rtrunc)
useDynLib(nQuack)
importFrom(Rcpp, evalCpp)
importFrom(RcppArmadillo,armadillo_version)
importFrom(Rcpp,sourceCpp, evalCpp)
exportPattern("^[[:alpha:]]+")
importFrom(Rcpp, sourceCpp)
import(RcppProgress)
19 changes: 11 additions & 8 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ articles:
ModelOptions: ModelOptions.html
Outliers: Outliers.html
SimulateData: SimulateData.html
last_built: 2024-02-13T14:13Z
last_built: 2024-02-17T21:19Z
urls:
reference: http://mlgaynor.com/nQuack/reference
article: http://mlgaynor.com/nQuack/articles
Expand Down
2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
bibentry(bibtype = "Article",
title = "nQuack: An R package for predicting ploidal level from sequence data using site-based heterozygosity",
year = "2024",
journal = "bioRxiv",
publisher = "Cold Spring Harbor Laboratory",
doi = "10.1101/2024.02.12.579894",
author = c(person(given = "Michelle L.",
family = "Gaynor",
email = "[email protected]"),
person(given = "Jacob B.",
family = "Landis"),
person(given = "Timothy K.",
family = "O'Connor"),
person(given = "Robert G.",
family = "Laport"),
person(given = "Jeff J.",
family = "Doyle"),
person(given = "Douglas E.",
family = "Soltis"),
person(given = "José Miguel",
family = "Ponciano"),
person(given = "Pamela S.",
family = "Soltis")
)
)
3 changes: 3 additions & 0 deletions src/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.o
*.so
*.dll

0 comments on commit dbe0ecb

Please sign in to comment.