-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
32 lines (32 loc) · 1.16 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
Package: CadenzaAnalytics
Title: Create An API For The Cadenza Analytics Extension With Plumber
Version: 0.2.0
Authors@R: c(
person("Matthias", "Theobald", email = "[email protected]", role = c("aut", "cre")),
person("Lossow", "Stefan", email = "[email protected]", role = c("aut")),
person("Herrmann", "Marius", email = "[email protected]", role = c("aut")),
person("Babenhauserheide", "Arne", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0003-1381-8277")),
person("Disy", role = c("cph"))
)
Description: Cadenza Analytics Extensions enable complex data analytics to be integrated via external services. This package provides the tooling to create such Analytics Extensions easily from R.
License: Apache License (>= 2)
Depends:
R (>= 4.1.0)
Imports:
dplyr,
ggplot2,
glue,
jsonlite,
plumber,
purrr,
rlang,
stringi,
tibble,
vroom,
webutils
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests:
sf
URL: https://disyinformationssysteme.github.io/cadenza-analytics-r/, https://github.com/DisyInformationssysteme/cadenza-analytics-r