-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
55 lines (55 loc) · 1.91 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Package: kaiaulu
Type: Package
Title: Kaiaulu
Version: 0.0.0.9700
Description: Kaiaulu is an R package and common interface that helps with understanding evolving software development communities, and the artifacts (gitlog, mailing list, files, etc.) which developers collaborate and communicate about. See Paradis et al., (2012) <doi:10.1007/978-3-031-15116-3_6>.
Authors@R: c(
person('Carlos', 'Paradis', role = c('aut', 'cre'),
email = '[email protected]',
comment = c(ORCID = "0000-0002-3062-7547")),
person('Rick', 'Kazman', role = c('ths'),
comment = c(ORCID = "0000-0003-0392-2783")),
person('Massimo', 'Manca', role = c('ctb')),
person('Corné', 'Broere', role = c('ctb')),
person('Jari van', 'Meijel', role = c('ctb')),
person('Leilani', 'Reich', role = c('ctb')),
person('Malia', 'Liu', role = c('ctb')),
person('Nicholas', 'Lee', role = c('ctb')),
person('Ruben', 'Jacobo', role = c('ctb')),
person('Waylon', 'Ho', role = c('ctb')),
person('Nicole', 'Hoess', role = c('ctb')),
person('Anthony', 'Lau', role = c('ctb')),
person('Sean', 'Sunoo', role = c('ctb')),
person('Ian Jaymes', 'Iwata', role= c('ctb')),
person('Raven', 'Quiddaoen', role= c('ctb')),
person('Nicholas', 'Beydler', role = c('ctb')),
person('Mark', 'Burgess', role = c('ctb'))
)
Maintainer: Carlos Paradis <[email protected]>
License: MPL-2.0 | file LICENSE
Encoding: UTF-8
LazyData: true
Suggests:
testthat (>= 2.3.1),
yaml,
knitr,
rmarkdown,
markdown
Depends:
R (>= 4.0.0)
Imports:
data.table (>= 1.12.8),
stringi (>= 1.4.6),
jsonlite (>= 1.6),
magrittr (>= 1.5),
httr (>= 1.4.1),
curl (>= 4.3),
gh (>= 1.2.0),
XML (>= 3.99-0.7),
RColorBrewer (>= 1.1-2),
cli (>= 2.0.2),
docopt (>= 0.7.1)
VignetteBuilder: knitr
URL: https://github.com/sailuh/kaiaulu
BugReports: https://github.com/sailuh/kaiaulu/issues
RoxygenNote: 7.2.3