Skip to content

Commit

Permalink
Update DESCRIPTION
Browse files Browse the repository at this point in the history
  • Loading branch information
chartgerink authored Feb 12, 2024
1 parent 36753c6 commit 5ec9bfb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ Title: Your Package Title in Titlecase
Version: 0.0.1
Authors@R: c(
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("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")),
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("Karim", "Mané", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-9892-2999")),
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("Chris", "Hartgerink", , "[email protected]", role = "ctb",
comment = c(ORCID = "https://orcid.org/0000-0003-1050-6809"))
comment = c(ORCID = "0000-0003-1050-6809"))
)
Description: Your package description. It must end with a period (".") and
include relevant bibliographical references if applicable, using the
Expand Down

0 comments on commit 5ec9bfb

Please sign in to comment.