forked from KWB-R/kwb.heatsine.opencpu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1.26 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.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 = "[email protected]",
comment = c(ORCID = "0000-0003-0647-7726")),
person(given = "Hauke",
family = "Sonnenberg",
role = "ctb",
email = "[email protected]",
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,
kwb.heatsine,
tibble
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder:
knitr
Remotes:
github::kwb-r/kwb.heatsine@62125b3b652e823a1ec543e2e2ca04b531e0ca43
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1