Package: allcontributors Title: Acknowledge all Contributors to a Project Version: 0.2.3.010 Authors@R: c( person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre")), person("Chris", "Hartgerink", role = "aut"), person("Maëlle", "Salmon", role = "ctb") ) Description: Acknowledge all contributors to a project via a single function call. The function appends to a 'README' or other specified file(s) a table with names of all individuals who contributed via code or repository issues. The package also includes several additional functions to extract and quantify contributions to any repository. License: GPL-3 URL: https://github.com/ropensci/allcontributors BugReports: https://github.com/ropensci/allcontributors/issues Imports: cli, clipr, curl, gert, gh, gitcreds, magrittr Suggests: httptest2, knitr, rmarkdown, testthat VignetteBuilder: knitr Encoding: UTF-8 Language: en-GB Roxygen: list(markdown = TRUE) Config/ropensci/maintainer: staff Config/roxygen2/version: 8.1.0 Config/pak/sysreqs: git libgit2-dev libssl-dev libx11-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2026-08-26 11:47:12 UTC RemoteUrl: https://github.com/ropensci/allcontributors RemoteRef: main RemoteSha: 280761a050615d61d3c0a811d6500daada2e763f NeedsCompilation: no Packaged: 2026-08-26 12:07:05 UTC; root Author: Mark Padgham [aut, cre], Chris Hartgerink [aut], Maëlle Salmon [ctb] Maintainer: Mark Padgham