-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1.36 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Package: rrd
Type: Package
Title: Import Data from a RRD (Round Robin Database) File
Version: 0.2.5
Authors@R: c(
person("Andrie", "de Vries", email = "[email protected]", role = c("cre", "cph")),
person("Plamen", "Dimitrov", email = "[email protected]", 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,
knitr,
rmarkdown,
config,
magrittr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Encoding: UTF-8
Language: en-US
Config/testthat/edition: 3
VignetteBuilder: knitr