Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ORCID link #3

Merged
merged 2 commits into from
Feb 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ references:
given-names: Tim
email: [email protected]
orcid: https://orcid.org/0000-0001-5610-6080
year: '2023'
year: '2024'
- type: software
title: finalsize
abstract: 'finalsize: Calculate the Final Size of an Epidemic'
Expand All @@ -68,7 +68,7 @@ references:
given-names: Adam
email: [email protected]
orcid: https://orcid.org/0000-0001-8814-9421
year: '2023'
year: '2024'
- type: software
title: linelist
abstract: 'linelist: Tagging and Validating Epidemiological Data'
Expand All @@ -81,7 +81,7 @@ references:
email: [email protected]
- family-names: Jombart
given-names: Thibaut
year: '2023'
year: '2024'
- type: software
title: knitr
abstract: 'knitr: A General-Purpose Package for Dynamic Report Generation in R'
Expand All @@ -93,7 +93,7 @@ references:
given-names: Yihui
email: [email protected]
orcid: https://orcid.org/0000-0003-0645-5666
year: '2023'
year: '2024'
- type: software
title: rmarkdown
abstract: 'rmarkdown: Dynamic Documents for R'
Expand Down Expand Up @@ -136,7 +136,7 @@ references:
given-names: Richard
email: [email protected]
orcid: https://orcid.org/0000-0003-3925-190X
year: '2023'
year: '2024'
- type: software
title: spelling
abstract: 'spelling: Tools for Spell Checking in R'
Expand All @@ -151,7 +151,7 @@ references:
- family-names: Hester
given-names: Jim
email: [email protected]
year: '2023'
year: '2024'
- type: software
title: testthat
abstract: 'testthat: Unit Testing for R'
Expand All @@ -162,5 +162,5 @@ references:
- family-names: Wickham
given-names: Hadley
email: [email protected]
year: '2023'
year: '2024'
version: '>= 3.0.0'
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Title: Meta-Package for the Epiverse-TRACE Project
Version: 0.0.1
Authors@R:
person("Hugo", "Gruson", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "https://orcid.org/0000-0002-4094-1476"))
comment = c(ORCID = "0000-0002-4094-1476"))
Description: Your package description. It must end with a period (".") and
include relevant bibliographical references if applicable, using the
following format: Author et al. (2023) <doi:10.5281/zenodo.6619350>.
Expand Down