Package: rrd
Type: Package
Title: Import Data from a RRD (Round Robin Database) File
Version: 0.2.2
Date: 2019-07-05
Authors@R: c(
    person("Andrie", "de Vries", email = "apdevries@gmail.com", role = c("cre", "cph")), 
    person("Plamen", "Dimitrov", email = "dim.plamen@gmail.com", role = c("aut", "cph")),
    person("Tobias", "Oettiker", role = "cph", comment = "rrdtool and rrd library, https://oss.oetiker.ch/rrdtool/")
    )
Description: Makes it easy to import the data from a 'RRD' database 
   (<https://oss.oetiker.ch/rrdtool/>) directly into R data structures. The 
   resulting objects are 'tibble' objects or a list of 'tibble' objects, making
   it easy to manipulate the data.  The package uses `librrd` to import the 
   numerical data in a `RRD` database directly into R data structures without 
   using intermediate formats.
URL: https://github.com/andrie/rrd/, https://andrie.github.io/rrd/
BugReports: https://github.com/andrie/rrd/issues
SystemRequirements: The package depends on libraries from the RRD
        project <http://oss.oetiker.ch/rrdtool/>. On Debian-based
        systems, install 'librrd-dev', on CentOS based systems install
        'rrdtool-devel', and on Fedora-based systems install
        'rrdtool-devel'
        <https://apps.fedoraproject.org/packages/rrdtool-devel>. For
        more information, see the README.
OS_type: unix
NeedsCompilation: yes
Imports: assertthat, tibble
License: MIT + file LICENSE
Suggests: testthat, covr, ggplot2
RoxygenNote: 6.1.1
Encoding: UTF-8
Packaged: 2019-07-05 13:51:47 UTC; andrie
Author: Andrie de Vries [cre, cph],
  Plamen Dimitrov [aut, cph],
  Tobias Oettiker [cph] (rrdtool and rrd library,
    https://oss.oetiker.ch/rrdtool/)
Maintainer: Andrie de Vries <apdevries@gmail.com>
Repository: CRAN
Date/Publication: 2019-07-05 17:10:05 UTC
