Skip to content

Commit

Permalink
Fix ORCID links (#4)
Browse files Browse the repository at this point in the history
* Update DESCRIPTION

* Update CITATION.cff

---------

Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
chartgerink and actions-user authored Feb 24, 2024
1 parent d24b7f9 commit fa4e369
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ authors:
- family-names: Ahadzie
given-names: Banky
email: [email protected]
repository-code: https://github.com/bahadzie/numberizeR
url: https://bahadzie.github.io/numberizeR/index.html
repository-code: https://github.com/epiverse-trace/numberize
url: https://github.com/epiverse-trace/numberize
contact:
- family-names: Ahadzie
given-names: Banky
Expand All @@ -58,7 +58,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 @@ -69,5 +69,5 @@ references:
- family-names: Wickham
given-names: Hadley
email: [email protected]
year: '2023'
year: '2024'
version: '>= 3.0.0'
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ Version: 0.0.1
Authors@R: c(
person("Avinash", "Laddha", , "[email protected]", role = "aut"),
person("James M.", "Azam", , "[email protected]", role = "aut",
comment = c(ORCID = "https://orcid.org/0000-0001-5782-7330")),
comment = c(ORCID = "0000-0001-5782-7330")),
person("Jaime A.", "Pavlich-Mariscal", , "[email protected]", role = "ctb",
comment = c(ORCID = "https://orcid.org/0000-0002-3892-6680")),
comment = c(ORCID = "0000-0002-3892-6680")),
person("Pratik", "Gupte", , "[email protected]", role = "aut",
comment = c(ORCID = "https://orcid.org/0000-0001-5294-7819")),
comment = c(ORCID = "0000-0001-5294-7819")),
person("Joshua W.", "Lambert", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-5218-3046")),
person("Hugo", "Gruson", , "[email protected]", role = "aut",
comment = c(ORCID = "https://orcid.org/0000-0002-4094-1476")),
comment = c(ORCID = "0000-0002-4094-1476")),
person("Banky", "Ahadzie", , "[email protected]", role = c("aut", "cre"))
)
Description: Converts numbers written as English, French or Spanish words
Expand Down

0 comments on commit fa4e369

Please sign in to comment.