-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
43 lines (43 loc) · 998 Bytes
/
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
40
41
42
43
Package: LEEF.analysis
Type: Package
Title: Access Functions, Tests and Basic Analysis of the RRD Data from the LEEF Project
Version: 1.0.2
Authors@R: c(
person(given = "Rainer M.", family = "Krug", email = "[email protected]", role = c("aut", "cre")),
person("SNF Project 310030_188431", role = "fnd")
)
Maintainer: Rainer M. Krug <[email protected]>
BugReports: https://github.com/LEEF-UZH/LEEF.analysis/issues
URL: https://github.com/LEEF-UZH/LEEF.analysis
Description: Provides simple access functions to read data out of the sqlite RRD database. SQL queries
can be configured in a yaml config file and used.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 4.1.0)
Imports:
DBI,
RSQLite,
yaml,
parallel,
ggplot2,
rmarkdown,
utils,
dplyr,
dbplyr,
magrittr,
rlang,
tibble,
pbapply,
pbmcapply,
quarto,
data.table,
stats,
tidyr,
parquetize,
arrow
RoxygenNote: 7.2.3
Suggests:
knitr,
putrrr
VignetteBuilder: knitr