-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 773 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
27 lines (27 loc) · 773 Bytes
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
Package: dbplot
Version: 0.3.3
Title: Simplifies Plotting Data Inside Databases
Description: Leverages 'dplyr' to process the calculations of a plot inside a database.
This package provides helper functions that abstract the work at three levels:
outputs a 'ggplot', outputs the calculations, outputs the formula
needed to calculate bins.
Authors@R:
person("Edgar", "Ruiz", email = "edgararuiz@gmail.com", role = c("aut", "cre"))
Depends:
R (>= 3.1)
Imports:
dplyr (>= 0.7),
rlang (>= 0.3),
ggplot2,
purrr,
magrittr
Suggests:
dbplyr (>= 1.4.0),
testthat,
tidyr,
covr
License: GPL-3
URL: https://github.com/edgararuiz/dbplot
BugReports: https://github.com/edgararuiz/dbplot/issues
RoxygenNote: 7.0.2
Encoding: UTF-8