From 60a5662ed00be58622e683dbe3d0b98b793f362c Mon Sep 17 00:00:00 2001 From: Peter Solymos Date: Mon, 16 Oct 2023 16:25:43 -0600 Subject: [PATCH] Update readme Signed-off-by: Peter Solymos --- README.md | 16 ++++++++++++---- inst/WORDLIST | 2 ++ 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 50ee7cc..f755fc5 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,9 @@ Book**](https://peter.solymos.org/qpad-book/). Check out the [**QPAD workshop**](https://peter.solymos.org/qpad-workshop/). +Read/cite the paper *Agent-based simulations improve abundance +estimation*, [DOI](https://doi.org/10.1007/s42977-023-00183-2). + ## Install CRAN version: @@ -56,6 +59,11 @@ See what is new in the [NEWS](NEWS.md) file. [GPL-2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html) +Please cite (see `citation("bSims")`) the paper: + +Solymos, P. 2023. Agent-based simulations improve abundance estimation. +*Biologia Futura*, [DOI](https://doi.org/10.1007/s42977-023-00183-2). + ## Contributing Feedback and contributions are welcome: @@ -164,17 +172,17 @@ nc <- 2 # number of cores ## sequential system.time(bb <- b$replicate(B, cl=NULL)) #> user system elapsed -#> 0.226 0.002 0.227 +#> 0.225 0.003 0.227 ## parallel clusters cl <- makeCluster(nc) ## note: loading the package is optional system.time(clusterEvalQ(cl, library(bSims))) #> user system elapsed -#> 0.000 0.000 0.502 +#> 0.000 0.000 0.514 system.time(bb <- b$replicate(B, cl=cl)) #> user system elapsed -#> 0.004 0.001 0.186 +#> 0.005 0.001 0.180 stopCluster(cl) ## parallel forking @@ -182,5 +190,5 @@ if (.Platform$OS.type != "windows") { system.time(bb <- b$replicate(B, cl=nc)) } #> user system elapsed -#> 0.132 0.036 0.169 +#> 0.130 0.039 0.171 ``` diff --git a/inst/WORDLIST b/inst/WORDLIST index deb45f9..ee3fa34 100644 --- a/inst/WORDLIST +++ b/inst/WORDLIST @@ -1,10 +1,12 @@ Bayne +Biologia CoC DApq DOI Dua Extensibility Fontaine +Futura Getter Lele Lipa