From dbe0ecbf43433714dca53bc8b08ae124a2faeb81 Mon Sep 17 00:00:00 2001 From: mgaynor1 Date: Sat, 17 Feb 2024 16:25:06 -0500 Subject: [PATCH] install fixing --- DESCRIPTION | 8 +++++++- NAMESPACE | 4 ++-- docs/authors.html | 19 +++++++++++-------- docs/pkgdown.yml | 2 +- docs/search.json | 2 +- inst/CITATION | 25 +++++++++++++++++++++++++ src/.gitignore | 3 +++ 7 files changed, 50 insertions(+), 13 deletions(-) create mode 100644 inst/CITATION create mode 100644 src/.gitignore diff --git a/DESCRIPTION b/DESCRIPTION index 16954f1..618e287 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -14,6 +14,7 @@ Suggests: testthat (>= 3.0.0) Imports: Rcpp (>= 1.0.11), + RcppArmadillo (>= 0.12.8.0.0), truncdist, data.table, foreach, @@ -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 URL: http://mlgaynor.com/nQuack/ https://github.com/mgaynor1/nQuack BugReports: https://github.com/mgaynor1/nQuack/issue diff --git a/NAMESPACE b/NAMESPACE index a5882fa..222ea47 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -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) diff --git a/docs/authors.html b/docs/authors.html index f983437..47e211f 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -65,17 +65,20 @@

Authors

Citation

-

Source: DESCRIPTION

+

Source: inst/CITATION

-

Gaynor M (2024). -nQuack: Mixed model approach to predicting samples ploidal level from sequence data using site-based heterozygosity.. -http://mlgaynor.com/nQuack/ https://github.com/mgaynor1/nQuack. +

Gaynor M, Landis J, O'Connor T, Laport R, Doyle J, Soltis D, Ponciano J, Soltis P (2024). +“nQuack: An R package for predicting ploidal level from sequence data using site-based heterozygosity.” +bioRxiv. +doi:10.1101/2024.02.12.579894.

-
@Manual{,
-  title = {nQuack: Mixed model approach to predicting samples ploidal level from sequence data using site-based heterozygosity.},
-  author = {Michelle L. Gaynor},
+      
@Article{,
+  title = {nQuack: An R package for predicting ploidal level from sequence data using site-based heterozygosity},
   year = {2024},
-  note = {http://mlgaynor.com/nQuack/ https://github.com/mgaynor1/nQuack},
+  journal = {bioRxiv},
+  publisher = {Cold Spring Harbor Laboratory},
+  doi = {10.1101/2024.02.12.579894},
+  author = {Michelle L. Gaynor and Jacob B. Landis and Timothy K. O'Connor and Robert G. Laport and Jeff J. Doyle and Douglas E. Soltis and José Miguel Ponciano and Pamela S. Soltis},
 }