Package: influxdbr
Type: Package
Title: R Interface to InfluxDB
Version: 0.14.0
Date: 2017-11-03
Authors@R: person("Dominik", "Leutnant", email = "leutnant@fh-muenster.de", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3293-2315"))
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: dplyr, jsonlite, httr, magrittr, purrr, rlang, tibble, tidyr,
        xts, zoo
RoxygenNote: 6.0.1
Suggests: testthat
NeedsCompilation: no
Packaged: 2017-11-03 15:03:31 UTC; dominik
Author: Dominik Leutnant [aut, cre] (0000-0003-3293-2315)
Maintainer: Dominik Leutnant <leutnant@fh-muenster.de>
Repository: CRAN
Date/Publication: 2017-11-03 15:44:02 UTC
