-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
79 lines (79 loc) · 2 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Package: kwb.geosalz
Title: R Package for Documenting Workflow Used in Project "geosalz"
Version: 0.7.0
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("Christoph", "Sprenger", , "christoph.sprenger@kompetenz-wasser.de", role = "ctb",
comment = c(ORCID = "0000-0002-0178-6645")),
person("GeoSalz", role = "fnd"),
person("Kompetenzzentrum Wasser Berlin gGmbH (KWB)", role = "cph")
)
Description: R Package for Documenting Workflow Used in Project "geosalz".
License: MIT + file LICENSE
URL: https://github.com/KWB-R/kwb.geosalz
BugReports: https://github.com/KWB-R/kwb.geosalz/issues
Depends:
R (>= 2.10)
Imports:
archive,
cowplot,
cellranger (>= 1.1.0),
crayon (>= 1.3.4),
data.table (>= 1.12.0),
dplyr (>= 0.7.8),
forcats,
fs (>= 1.2.6),
geosalz.phreeqc,
ggplot2 (>= 3.1.0),
janitor (>= 1.1.1),
jsonlite,
kwb.base,
kwb.file,
kwb.nextcloud,
kwb.utils,
magrittr (>= 1.5),
parallel,
readODS,
readr(>= 1.4.0),
readxl (>= 1.2.0),
RColorBrewer,
rlang (>= 0.3.1),
rmarkdown (>= 1.11),
sf,
sftp,
stringr (>= 1.4.0),
tibble (>= 2.0.1),
tidyr (>= 0.8.2),
tidyselect (>= 1.1.2),
withr,
zoo
Suggests:
covr (>= 3.2.1),
DT,
ggforce,
htmltools,
htmlwidgets,
knitr (>= 1.21),
kwb.pkgbuild,
leaflet,
openxlsx,
phreeqc,
sessioninfo (>= 1.1.1),
wasserportal
VignetteBuilder:
knitr
Remotes:
github::KWB-R/geosalz.phreeqc,
github::KWB-R/kwb.base,
github::KWB-R/kwb.nextcloud@dev,
github::KWB-R/kwb.pkgbuild,
github::KWB-R/kwb.utils,
github::KWB-R/wasserportal,
github::stenevang/sftp
ByteCompile: true
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1