-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
45 lines (45 loc) · 1.12 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
Package: kwb.ml
Title: R Package with Functions, Workflows and Tutorials for
Machine Learning at KWB
Version: 0.1.0
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 = "KEYS",
role = "fnd"),
person(given = "MBR 4.0",
role = "fnd"),
person(given = "Kompetenzzentrum Wasser Berlin gGmbH (KWB)",
role = "cph"))
Description: R Package with Functions, Workflows and Tutorials
for Machine Learning at KWB.
License: MIT + file LICENSE
URL: https://github.com/KWB-R/kwb.ml
BugReports: https://github.com/KWB-R/kwb.ml/issues
Imports:
caret,
doParallel,
kwb.utils,
magrittr,
raster,
randomForest
Suggests:
covr,
dplyr,
fs,
knitr,
kwb.nextcloud,
rmarkdown,
rgdal
Remotes:
github::kwb-r/kwb.nextcloud,
github::kwb-r/kwb.utils
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2