-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
74391eb
commit 44e7083
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
Package: dbplot | ||
Version: 0.1.0 | ||
Title: Simplifies Plotting Data Inside Databases | ||
Description: Leverages dplyr to process the calculations of a plot inside a database. | ||
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 | ||
outputs a 'ggplot', outputs the calculations, outputs the formula | ||
needed to calculate bins. | ||
Authors@R: | ||
person("Edgar", "Ruiz", email = "[email protected]", role = c("aut", "cre")) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters