-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1.09 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
Package: kwb.pkgstatus
Title: R package for checking KWB package status
Version: 0.3.5
Authors@R: c(
person("Michael", "Rustler", , "michael.rustler@kompetenz-wasser.de", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0647-7726")),
person("Hauke", "Sonnenberg", , "hauke.sonnenberg@kompetenz-wasser.de", role = "ctb",
comment = c(ORCID = "0000-0001-9134-2871")),
person("FAKIN", role = "fnd"),
person("Kompetenzzentrum Wasser Berlin gGmbH (KWB)", role = "cph")
)
Description: R package for checking KWB package status (e.g. generating
https://kwb-r.github.io/status).
License: MIT + file LICENSE
URL: https://github.com/KWB-R/kwb.pkgstatus
BugReports: https://github.com/KWB-R/kwb.pkgstatus/issues
Imports:
data.table,
dplyr,
fs,
gh,
httr,
jsonlite,
kwb.pkgbuild,
lubridate,
magrittr,
stringr
Suggests:
covr,
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Remotes:
github::kwb-r/kwb.pkgbuild
ByteCompile: true
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1