Skip to content

Commit

Permalink
updating citation
Browse files Browse the repository at this point in the history
  • Loading branch information
jchiquet committed Aug 23, 2022
1 parent ec1b42a commit 12346fc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
^vignettes/*_cache/
^vignettes/cache/
^inst/sticker$
^inst/torch_for_r$
^inst/case_studies$
^inst/test/
^\.github$
Expand Down
10 changes: 5 additions & 5 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ citEntry(entry = "article",
key = "PLNmodels",
author = c("Julien Chiquet", "Mahendra Mariadassou", "Stéphane Robin"),
title = "The Poisson-lognormal model as a versatile framework for the joint analysis of species abundances",
journal = "bioRxiv preprint",
year = "2020",
doi = "10.1101/2020.10.07.329383",
url = "https://dx.doi.org/10.1101/2020.10.07.329383",
textVersion = "J. Chiquet, M. Mariadassou and S. Robin: The Poisson-lognormal model as a versatile framework for the joint analysis of species abundances, bioRxiv preprint, 2020."
journal = "Frontiers in Ecology and Evolution",
year = "2021",
doi = "10.3389/fevo.2021.588292",
url = "https://www.frontiersin.org/articles/10.3389/fevo.2021.588292",
textVersion = "J. Chiquet, M. Mariadassou and S. Robin: The Poisson-lognormal model as a versatile framework for the joint analysis of species abundances, Frontiers in Ecology and Evolution, 2021."
)

citEntry(entry = "inproceedings",
Expand Down
4 changes: 2 additions & 2 deletions inst/case_studies/oaks_tree.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
2library(PLNmodels)
library(PLNmodels)
library(factoextra)

## setting up future for parallelism
nb_cores <- 10
nb_cores <- 6
options(future.fork.enable = TRUE)
future::plan("multicore", workers = nb_cores)

Expand Down

0 comments on commit 12346fc

Please sign in to comment.