-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.65 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
48
49
50
51
52
Package: kayaExplorer
Type: Package
Title: Interactive Explorer for Kaya Identity
Version: 0.5.0
Date: 2024-07-07
Authors@R: c(person("Jonathan", "Gilligan", role = c("aut", "cre"),
email = "[email protected]"))
Description: A Shiny-based explorer for Kaya identity. Loads data from the kayadata package and
provides an interactive shiny app for exploring the data: choose a country or region and
examine trends in the Kaya variables (population, gross domestic product, primary energy
consumption, and carbon dioxide emissions), compare historical trends to the implied trends
necessary to hit decarbonization policy targets (e.g., 70% reduction of emissions by 2050).
Also allows the user to explore the fuel mix that different countries and regions use to
supply their energy needs.
License: MIT + file LICENSE
URL: https://github.com/jonathan-g/kaya-explorer/,
https://jonathan-g.github.io/kaya-explorer/
BugReports: https://github.com/jonathan-g/kaya-explorer/issues/
Depends:
R (>= 4.0),
Imports:
broom (>= 1.0.0),
dplyr (>= 1.1.4),
DT (>= 0.33),
flextable (>= 0.9.6),
forcats (>= 1.0.0),
ggplot2 (>= 3.5.1),
kayadata (>= 1.4.0),
magrittr (>= 2.0.3),
officer (>= 0.6.6),
plotly (>= 4.10.4),
purrr (>= 1.0.2),
readr (>= 2.1.5),
rlang (>= 1.1.0),
shiny (>= 1.8.1.1),
shinyjs (>= 2.1.0),
stringr (>= 1.5.1),
tidyr (>= 1.3.1)
Suggests:
httr (>= 1.4),
desc (>= 1.2)
Collate:
'kt_startup.R'
'globals.R'
'kayaExplorer.R'
'load_kaya.R'
'server.R'
'ui.R'
'launch_kaya_explorer.R'
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2