-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.01 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Package: gasprices
Title: A Shiny App to Display US Gas Prices
Version: 0.0.0.9000
Authors@R:
person("Kyle", "Cuilla", , "[email protected]", role = c("aut", "cre"))
Description: This Shiny App pulls retail gas prices from the EIA via the {eia} package
automatically every week through GitHub Actions. The Shiny app was built using
the {golem} package and contains visuals from the {reactablefmtr}, {highcharter},
and {ggplot2} packages.
License: MIT + file LICENSE
Depends:
R (>= 2.10)
Imports:
config (>= 0.3.1),
dplyr,
eia,
fullPage,
ggiraph,
ggplot2,
ggtext,
glue,
golem (>= 0.3.2),
highcharter,
hover,
kableExtra,
magrittr,
maptools,
purrr,
reactable,
reactablefmtr,
rgdal,
scales,
shiny (>= 1.7.1),
shinybrowser,
shinyWidgets,
tidyr,
typedjs,
usmap
Suggests:
spelling,
testthat (>= 3.0.0),
usethis
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.2.0