-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
45 lines (45 loc) · 1.43 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.heatsine.opencpu
Title: Wrapper for R Package kwb.heatsine for OpenCPU Usage
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 = "Ralf",
family = "Junghanns",
role = "aut",
email = "ralf.junghanns@tu-dresden.de"),
person(given = "Hauke",
family = "Sonnenberg",
role = "ctb",
email = "hauke.sonnenberg@kompetenz-wasser.de",
comment = c(ORCID = "0000-0001-9134-2871")),
person(given = "Smart-Control",
role = "fnd"),
person(given = "Kompetenzzentrum Wasser Berlin gGmbH (KWB)",
role = "cph"))
Description: Contains higher level functions build on top of R
package kwb.heatsine for connecting with OpenCPU.
License: MIT + file LICENSE
URL: https://github.com/KWB-R/kwb.heatsine.opencpu
BugReports: https://github.com/KWB-R/kwb.heatsine.opencpu/issues
Depends:
R (>= 2.10)
Imports:
jsonlite (>= 1.7.1),
kwb.heatsine (>= 0.1.5),
tibble (>= 3.0.4)
Suggests:
knitr (>= 1.30),
rmarkdown (>= 2.4),
testthat (>= 2.3.2)
VignetteBuilder:
knitr
Remotes:
github::kwb-r/kwb.heatsine@v0.1.5
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1