-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
35 lines (35 loc) · 1.05 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: kwb.utils
Title: General Utility Functions Developed at KWB
Version: 0.15.0
Authors@R:
c(person(given = "Hauke",
family = "Sonnenberg",
role = c("aut", "cre"),
email = "hauke.sonnenberg@kompetenz-wasser.de",
comment = c(ORCID = "0000-0001-9134-2871")),
person(given = "Michael",
family = "Rustler",
role = "ctb",
email = "michael.rustler@kompetenz-wasser.de",
comment = c(ORCID = "0000-0003-0647-7726")),
person(given = "Kompetenzzentrum Wasser Berlin gGmbH (KWB)",
role = "cph"))
Description: This package contains some small helper
functions that aim at improving the quality of code developed at
Kompetenzzentrum Wasser gGmbH (KWB).
License: MIT + file LICENSE
URL: https://github.com/kwb-r/kwb.utils
BugReports: https://github.com/kwb-r/kwb.utils/issues
Imports:
methods
Suggests:
PKI,
testthat,
covr,
knitr,
magrittr,
rmarkdown
VignetteBuilder:
knitr
Encoding: UTF-8
RoxygenNote: 7.3.1