Skip to content

Commit

Permalink
Remove Tweitter-tag from Authors@R
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 1, 2024
1 parent 410ea7a commit f76569a
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 @@ -4,19 +4,19 @@ Title: Easy Data Wrangling and Statistical Transformations
Version: 0.12.3.4
Authors@R: c(
person("Indrajeet", "Patil", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets")),
comment = c(ORCID = "0000-0003-1995-6531")),
person("Etienne", "Bacher", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9271-5075")),
person("Dominique", "Makowski", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-5375-9967", Twitter = "@Dom_Makowski")),
comment = c(ORCID = "0000-0001-5375-9967")),
person("Daniel", "Lüdecke", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-8895-3206", Twitter = "@strengejacke")),
comment = c(ORCID = "0000-0002-8895-3206")),
person("Mattan S.", "Ben-Shachar", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-4287-4801")),
person("Brenton M.", "Wiernik", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-9560-6336", Twitter = "@bmwiernik")),
comment = c(ORCID = "0000-0001-9560-6336")),
person("Rémi", "Thériault", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-4315-6788", Twitter = "@rempsyc")),
comment = c(ORCID = "0000-0003-4315-6788")),
person("Thomas J.", "Faulkenberry", , "[email protected]", role = "rev"),
person("Robert", "Garrett", , "[email protected]", role = "rev")
)
Expand Down

0 comments on commit f76569a

Please sign in to comment.