Skip to content

Commit

Permalink
doc: update list of authors in metadata (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasverus committed Aug 28, 2023
1 parent 0274bb1 commit dec2ed5
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 5 deletions.
22 changes: 21 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://github.com/frbcesab/chessboard>.

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
> <https://github.com/frbcesab/chessboard>.
## Contributing
Expand Down
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions man/chessboard-package.Rd

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

0 comments on commit dec2ed5

Please sign in to comment.