-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
35 lines (35 loc) · 1.01 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Package: allcontributors
Title: Acknowledge all Contributors to a Project
Version: 0.2.2.005
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)
RoxygenNote: 7.3.2