Package: rrd
Type: Package
Title: Import Data from a RRD (Round Robin Database) File
Version: 0.2.4
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: librrd: 'librrd-dev' (DEB), 'rrdtool-devel' (RPM),
        'rrdtool' (OSX), 'rrdtool' (CSW)
NeedsCompilation: yes
OS_type: unix
Imports: assertthat, tibble
License: MIT + file LICENSE
Suggests: testthat, covr, ggplot2, spelling
RoxygenNote: 7.1.2
Encoding: UTF-8
Language: en-US
Config/testthat/edition: 3
Packaged: 2022-03-07 16:33:23 UTC; rstudio
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: 2022-03-07 17:30:05 UTC
Built: R 4.0.5; x86_64-apple-darwin17.0; 2022-03-08 11:42:22 UTC; unix
Archs: rrd.so.dSYM
