-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
32 lines (32 loc) · 1.26 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
Package: RateComparison
Title: Analyze The Revenue, Demand And Equity Effects Of A Water Rate Change
Description: The RateComparison package is an R Shiny application for exploring the
revenue, demand and equity impacts caused by a shift in water rates. The app compares
a baseline rate structure (usually the utility's current/historical rates) against
a hypothetical rate structure specified by the user.
Version: 0.3.0
Imports:
dplyr,
tidyr,
ggplot2,
plotly,
reshape2,
scales,
shiny,
stringi,
zoo,
RateParser
Suggests:
testthat
Remotes:
California-Data-Collaborative/RateParser
Authors@R: c(
person("Christopher", "Tull", email = "chris@argolabs.org", role = c("aut", "cre"),
person("Monobina", "Mukherjee", role = c("aut"),
person("Anudeep", "Vanjavakam", role = c("aut")),
person("Drew", "Atwater", role = c("sad")),
person("Johnathan", "Cruz", role = c("sad")))
URL: https://github.com/California-Data-Collaborative/rate-comparison
BugReports: https://github.com/California-Data-Collaborative/rate-comparison/issues
License: AGPL-3.0
LazyData: true