Package: kwb.pkgbuild
Title: R package for standardised development at KWB
Version: 0.1.4
Authors@R: 
    c(person(given = "Michael",
             family = "Rustler",
             role = c("aut", "cre"),
             email = "michael.rustler@kompetenz-wasser.de",
             comment = c(ORCID = "0000-0003-0647-7726")),
      person(given = "Kompetenzzentrum Wasser Berlin gGmbH (KWB)",
             role = "cph"),
      person(given = "Hauke",
             family = "Sonnenberg",
             role = "ctb",
             email = "hauke.sonnenberg@kompetenz-wasser.de",
             comment = c(comment = "0000-0001-9134-2871")))
Description: Helper functions for automating R package development at KWB
   to a predefined style.
License: MIT + file LICENSE
URL: https://github.com/KWB-R/kwb.pkgbuild
BugReports: https://github.com/KWB-R/kwb.pkgbuild/issues
Imports: 
    callr,
    cli,
    crayon,
    desc,
    fs,
    httr,
    kwb.utils,
    openssl,
    processx,
    pkgdown,
    rematch2,
    sessioninfo,
    stringr,
    travis,
    usethis,
    withr,
    yaml,
    magrittr
Suggests: 
    covr,
    kwb.orcid,
    knitr,
    rmarkdown,
    testthat
VignetteBuilder: 
    knitr
Remotes: 
    github::kwb-r/kwb.orcid,
    github::kwb-r/kwb.utils,
    github::ropenscilabs/travis@f2dd9a3640b0cd8266b0a813c8eaf6bf3775c83d
ByteCompile: true
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
