Package: authoritative Title: Parse and Deduplicate Author Names Version: 0.2.0.9000 Authors@R: c( person("Hugo", "Gruson", , "hugo.gruson+R@normalesup.org", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-4094-1476")), person("Chris", "Hartgerink", role = "rev", comment = c(ORCID = "0000-0003-1050-6809")), person("data.org", role = "fnd", comment = "until version 0.2.0 included") ) Description: Utilities to parse authors fields from DESCRIPTION files and general purpose functions to deduplicate names in database, beyond the specific case of R package authors. License: MIT + file LICENSE URL: https://github.com/Bisaloo/authoritative, https://hugogruson.fr/authoritative/ BugReports: https://github.com/Bisaloo/authoritative/issues Depends: R (>= 4.1.0) Imports: stringi, utils Suggests: knitr, rmarkdown, spelling, testthat (>= 3.0.0) VignetteBuilder: knitr Config/Needs/website: epiverse-trace/epiversetheme, tidyverse, igraph, netUtils Config/testthat/edition: 3 Config/testthat/parallel: true Encoding: UTF-8 Language: en-GB LazyData: true Roxygen: list(markdown = TRUE, roclets = c("collate", "rd", "namespace", "devtag::dev_roclet")) RoxygenNote: 7.3.2 Config/Needs/build: moodymudskipper/devtag Config/pak/sysreqs: libicu-dev Repository: https://bisaloo.r-universe.dev Date/Publication: 2026-02-05 10:00:13 UTC RemoteUrl: https://github.com/Bisaloo/authoritative RemoteRef: HEAD RemoteSha: 461d1c92c4c881da0b1f0189bbff7cef0f46a2a6 NeedsCompilation: no Packaged: 2026-07-09 05:47:00 UTC; root Author: Hugo Gruson [aut, cre, cph] (ORCID: ), Chris Hartgerink [rev] (ORCID: ), data.org [fnd] (until version 0.2.0 included) Maintainer: Hugo Gruson