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 = 'cvas@hawaii.edu',
      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 <cvas@hawaii.edu>
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
