Package: influxdbr
Type: Package
Title: R Interface to InfluxDB
Version: 0.12.0
Date: 2017-07-13
Authors@R: person("Dominik", "Leutnant", email = "leutnant@fh-muenster.de", role = c("aut", "cre"))
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, tibble, tidyr, xts,
        zoo
RoxygenNote: 6.0.1
Suggests: testthat
NeedsCompilation: no
Packaged: 2017-07-13 13:34:19 UTC; dominik
Author: Dominik Leutnant [aut, cre]
Maintainer: Dominik Leutnant <leutnant@fh-muenster.de>
Repository: CRAN
Date/Publication: 2017-07-13 15:38:45 UTC
