diff --git a/DESCRIPTION b/DESCRIPTION index 4e7db95..261f854 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -7,7 +7,27 @@ Authors@R: c( family = "Casajus", role = c("aut", "cre", "cph"), email = "nicolas.casajus@fondationbiodiversite.fr", - comment = c(ORCID = "0000-0002-5537-5294"))) + comment = c(ORCID = "0000-0002-5537-5294")), + person(given = "Erica", + family = "Rievrs Borges", + role = "aut", + email = "erica.rievrs@fondationbiodiversite.fr", + comment = c(ORCID = "0000-0001-7751-6265")), + person(given = "Eric", + family = "Tabacchi", + role = "aut", + email = "eric.tabacchi@univ-tlse3.fr", + comment = c(ORCID = "0000-0001-7729-4439")), + person(given = "Guillaume", + family = "Fried", + role = "aut", + email = "guillaume.fried@anses.fr", + comment = c(ORCID = "0000-0002-3653-195X")), + person(given = "Nicolas", + family = "Mouquet", + role = "aut", + email = "nicolas.mouquet@cnrs.fr", + comment = c(ORCID = "0000-0003-1840-6984"))) Description: Provides functions to work with directed (asymmetric) and undirected (symmetric) spatial networks. It makes easier the creation of connectivity matrix, i.e. a binary matrix of dimensions n x n, where n is diff --git a/README.Rmd b/README.Rmd index 8de19cc..b1cd731 100644 --- a/README.Rmd +++ b/README.Rmd @@ -144,7 +144,7 @@ vignette describes the plotting functions available in `chessboard` A companion paper has been submitted to [Journal of Open Source Software](https://joss.theoj.org/). In the meantime, if you want to use the package, please cite it as: -> Casajus N (`r format(Sys.Date(), "%Y")`) chessboard: An R +> Casajus N, Rievrs Borges E, Tabacchi E, Fried G & Mouquet N (`r format(Sys.Date(), "%Y")`) chessboard: An R package for creating network connections based on chess moves. R package version 0.1. URL: . diff --git a/README.md b/README.md index bff83e9..446dc25 100644 --- a/README.md +++ b/README.md @@ -135,8 +135,9 @@ A companion paper has been submitted to [Journal of Open Source Software](https://joss.theoj.org/). In the meantime, if you want to use the package, please cite it as: -> Casajus N (2023) chessboard: An R package for creating network -> connections based on chess moves. R package version 0.1. URL: +> Casajus N, Rievrs Borges E, Tabacchi E, Fried G & Mouquet N (2023) +> chessboard: An R package for creating network connections based on +> chess moves. R package version 0.1. URL: > . ## Contributing diff --git a/inst/CITATION b/inst/CITATION index 3f23778..7b55ee8 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -3,7 +3,7 @@ citHeader("To cite chessboard in publications use:") bibentry( bibtype = "Manual", title = "chessboard: {A}n {R} package for creating network connections based on chess moves", - author = c(person("Casajus Nicolas")), + author = c(person("Casajus Nicolas"), person("Rievrs-Borges Erica"), person("Tabacchi Eric"), person("Fried Guillaume"), person("Mouquet Nicolas")), year = "2023", note = "R package version 0.1", url = "https://github.com/frbcesab/chessboard" diff --git a/man/chessboard-package.Rd b/man/chessboard-package.Rd index c920494..da19c93 100644 --- a/man/chessboard-package.Rd +++ b/man/chessboard-package.Rd @@ -19,5 +19,13 @@ Useful links: \author{ \strong{Maintainer}: Nicolas Casajus \email{nicolas.casajus@fondationbiodiversite.fr} (\href{https://orcid.org/0000-0002-5537-5294}{ORCID}) [copyright holder] +Authors: +\itemize{ + \item Erica Rievrs Borges \email{erica.rievrs@fondationbiodiversite.fr} (\href{https://orcid.org/0000-0001-7751-6265}{ORCID}) + \item Eric Tabacchi \email{eric.tabacchi@univ-tlse3.fr} (\href{https://orcid.org/0000-0001-7729-4439}{ORCID}) + \item Guillaume Fried \email{guillaume.fried@anses.fr} (\href{https://orcid.org/0000-0002-3653-195X}{ORCID}) + \item Nicolas Mouquet \email{nicolas.mouquet@cnrs.fr} (\href{https://orcid.org/0000-0003-1840-6984}{ORCID}) +} + } \keyword{internal}