-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.39 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
Package: influxdbr
Type: Package
Title: R Interface to InfluxDB
Version: 0.14.4.9000
Date: 2020-05-01
Authors@R: c(
person("Dominik", "Leutnant",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3293-2315")),
person("Gerhard", "Nachtmann",
email = "[email protected]",
role = "ctb"),
person("Vitalie", "Spinu",
email = "[email protected]",
role = "ctb"),
person("Bob", "Rudis",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0001-5670-2640"))
)
Description: An R interface to the InfluxDB time series database
<https://www.influxdata.com>. This package allows you to fetch and
write time series data from/to an InfluxDB server. Additionally, handy
wrappers for the Influx Query Language (IQL) to manage and explore a remote
database are provided.
License: GPL-3
ByteCompile: TRUE
URL: https://github.com/dleutnant/influxdbr
BugReports: http://github.com/dleutnant/influxdbr/issues
Imports:
rlang (>= 0.4.5),
tibble (>= 3.0.1),
dplyr (>= 0.8.5),
tidyr (>= 1.0.0),
purrr (>= 0.3.4),
jsonlite,
httr,
magrittr,
progress,
xts,
zoo
RoxygenNote: 7.1.0
Encoding: UTF-8
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace", "collate"))
Suggests: testthat