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.
Version: | 0.2.2 |
Imports: | assertthat, tibble |
Suggests: | testthat, covr, ggplot2 |
OS_type: | unix |
Published: | 2019-07-05 |
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 at gmail.com> |
BugReports: | https://github.com/andrie/rrd/issues |
License: | MIT + file LICENSE |
URL: | https://github.com/andrie/rrd/, https://andrie.github.io/rrd/ |
NeedsCompilation: | yes |
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. |
Materials: | README NEWS |
CRAN checks: | rrd results |
Reference manual: | rrd.pdf |
Package source: | rrd_0.2.2.tar.gz |
Windows binaries: | r-devel: not available, r-release: not available, r-oldrel: not available |
macOS binaries: | r-release: not available, r-oldrel: not available |
Old sources: | rrd archive |
Please use the canonical form https://CRAN.R-project.org/package=rrd to link to this page.