-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
61 lines (60 loc) · 1.63 KB
/
NAMESPACE
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
53
54
55
56
57
58
59
60
61
# Generated by roxygen2: do not edit by hand
export("%>%")
export(blank_pdf)
export(plot_alignment_table)
export(plot_diagram)
export(plot_emissions_scorecard)
export(plot_exposures_scorecard)
export(plot_exposures_survey)
export(plot_fossil_bars)
export(plot_green_brown_bars)
export(plot_scatter)
export(plot_scores)
export(plot_scores_scorecard)
export(prep_alignment_table)
export(prep_climate_strategy_scorecard_voting)
export(prep_data_executive_summary)
export(prep_diagram)
export(prep_emissions_scorecard)
export(prep_exposures_scorecard)
export(prep_exposures_survey)
export(prep_fossil_bars)
export(prep_green_brown_bars)
export(prep_net_zero_commitments)
export(prep_scatter)
export(prep_scores)
export(prep_scores_emissions_scorecard)
export(prep_scores_exposure_scorecard)
export(prep_scores_scorecard)
export(rasterGrob)
export(readPNG)
export(render_executive_summary)
import(ggplot2)
import(patchwork)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(glue,glue)
importFrom(grid,rasterGrob)
importFrom(magrittr,"%>%")
importFrom(png,readPNG)
importFrom(purrr,map_df)
importFrom(r2dii.colours,scale_colour_2dii)
importFrom(r2dii.plot,theme_2dii)
importFrom(r2dii.plot,to_title)
importFrom(rlang,.env)
importFrom(rlang,abort)
importFrom(rlang,as_function)
importFrom(rlang,warn)
importFrom(rmarkdown,render)
importFrom(scales,percent)
importFrom(stringr,str_detect)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_wider)
importFrom(tidytext,reorder_within)
importFrom(tidytext,scale_x_reordered)
importFrom(utils,head)