r2dii.plot
Visualize the Climate Scenario Alignment of a Financial Portfolio
PACTA's climate-alignment charting layer split prep from plotting, then settled into stable.
◆Recent moves
- 1y ago
Bundled datasets renamed to mark them as demos
The bundled market_share and sda datasets are renamed with a _demo suffix. A naming clarification that makes their example status explicit, though it will break any code that referenced them by the old names.
View source ↗ - 1y ago
Column definitions added to the data dictionary
Fills in definitions for the data_dictionary introduced one release earlier. Completing the documentation artefact rather than changing behaviour.
View source ↗ - 1y ago
Data dictionary lands and the package declares itself stable
Adds a data_dictionary dataset defining the columns of every dataset the package uses or exports, and marks the package lifecycle stable. The ggplot2 3.5.0 and 3.6.0 compatibility work in the same release is the routine cost of sitting on top of a fast-moving plotting library.
View source ↗ - 2y ago
r2dii.plot 0.4.0
⚡ SPARKThe structural break in the package's history: data preparation is pulled out of every plot_*() function into matching prep_*() functions, so plotting becomes a two-step pipeline. Later releases document and stabilise the contract drawn here.
View source ↗ - 3y ago
PACTA colour palettes exposed as datasets after org move
Exposes the PACTA brand, scenario, sector and technology colours as plain datasets of hex codes, letting users apply the visual language outside the package's own plot functions. The repository also moved to the RMI-PACTA organisation, a governance change rather than a technical one.
View source ↗ - 4y ago
Trajectory plots move to percentage scaling alongside r2dii.analysis
Realigns the package with r2dii.analysis 0.1.13, switching qplot_trajectory() to plot percentage of initial production by scope on a percentage y-scale, with value_col and perc_y_scale exposed on plot_trajectory() for control. Plots now start at the projected start year, which is what allowed the techmix bar removal.
View source ↗