r2dii.plot 0.5.2
CRAN release: 2025-06-21
-
market_shareandsdadatasets renamed tomarket_share_demoandsda_demorespectively
r2dii.plot 0.5.0
CRAN release: 2025-02-12
New features
-
data_dictionarydataset added to define the columns in each dataset used or exported by the functions in this package (#576).
Upkeep
- Handle deprecation of argument
"scale_name"indiscrete_scale()calls (deprecated inggplot23.5.0) (#575). -
r2dii.plotupdated for compatibility withggplot23.6.0 (#575).
r2dii.plot 0.4.0
CRAN release: 2024-02-29
Breaking changes
- All
plot_*()functions have had the data preparation step extracted intoprep_*()functions. This means that from now onprep_*()function needs to be called ondataprior toplot_*(). The APIs ofqplot_*()functions remain unchanged (#465). -
scale_colour_r2diihas argument renamed fromlabelstocolour_labels(#527).
New features
-
techmixplot does not show the start year scenario bar anymore. (#513)
Bug fixes
-
scale_colour_r2dii, with input colours and levels, now outputs line plot with correctly coloured lines (#527).
r2dii.plot 0.3.1
CRAN release: 2023-05-23
- Gains new datasets:
-
palette_colourscontains PACTA brand colours (hex codes), -
scenario_colourscontains colours used for climate scenarios (hex codes), -
sector_colourscontains PACTA sector colours (hex codes), -
technology_colourscontains PACTA technology colours (hex codes).
-
-
r2dii.plothas transferred to a new organization: https://github.com/RMI-PACTA/.
r2dii.plot 0.3.0
CRAN release: 2022-05-05
Breaking changes
Package is updated to align with the newest version of
r2dii.analysis(v 0.1.13).qplot_trajectory()now plots the column ‘percentage_of_initial_production_by_scope’ by default and uses a percentage y-scale.
New features
-
plot_trajectory()gains new parameters:value_colto indicate which column contains the value to be plotted, andperc_y_scaleto control whether y-axis should be scaled as percentage.
Bug fixes and minor enhancements
to_title()keeps the word unchanged if all letters are uppercase, for example:to_title("SDS") = "SDS".qplot_trajectory()has new labels.qplot_techmix()has scenario name in label now (#476).All plots now start at the start year of ‘projected’ instead of first common year for all metrics. This allows for bar removal from techmix plots (#390 @Antoine-Lalechere).
r2dii.plot 0.2.0
CRAN release: 2021-10-16
New features
plot_*()functions gain new parameters to help replicate some ofqplot_*()behaviors.-
New helpers to replicate with
plot_*()functions the default labels ofqplot_*()functions:to_title()format_metric()recode_metric_techmix()spell_out_technology()
-
New functions to easily apply 2DII colour palettes to any plot (#28 @cjyetman):
Enhancements
plot_trajectory()now defaults to not center the y-axis around the start value.plot_trajectory()now displays benchmark trajectory lines with improved visibility (#389 @Antoine-Lalechere).The website now links to the blog where we advertise exciting news.
The website now links to other r2dii packages (#381 @georgeharris2deg).
Bug fixes
plot_trajectory()now displays only integer years on the x-axis (#403).The ‘Get started’ section of the website works again.
theme_2dii()now correctly uses thebase_sizeargument.
r2dii.plot 0.1.0
CRAN release: 2021-06-29
plot_techmix()andqplot_techmix()always output the same bars’ order (#365).Data labels can be now modified by adding a column
labelandlabel_techto input data.The new
qplot_trajectory(),qplot_techmix(), andqplot_emission_intensity()output polished plots (#264).plot_trajectory(),plot_techmix(), andplot_emission_intensity()now output more basic plots.Error messages now more closely follow the tidyverse style guide (#324).
plot_trajectory()now plots the main line on top of all other lines, so it’s no longer hidden when it overlaps with other lines (#223).plot_techmix()for the “automotive”sectoris now coloured so that the darkest colours corresponds to the least sustainable technology, i.e. consistently with other technologies. This pattern of decreasing sustainability is now also reflected in the order of the legend labels (#328).
