forked from edgararuiz-zz/dbplot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
21 lines (21 loc) · 683 Bytes
/
DESCRIPTION
File metadata and controls
21 lines (21 loc) · 683 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: dbplot
Version: 0.1.1.9000
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 = "edgar@rstudio.com", role = c("aut", "cre"))
Depends:
R (>= 3.1),
dplyr(>= 0.7),
rlang
Suggests:
dbplyr,
testthat,
ggplot2
License: GPL-3
URL: https://github.com/edgararuiz/dbplot
BugReports: https://github.com/edgararuiz/dbplot/issues
RoxygenNote: 6.0.1