Skip to content

Releases: RMI-PACTA/r2dii.analysis

r2dii.analysis 0.5.3

Choose a tag to compare

@jacobvjk jacobvjk released this 12 Jan 14:17
  • target_market_share() now correctly adds missing low carbon technologies when only some companies are missing these technologies (#557).
  • updated link to current SDA article in docs (#550).

r2dii.analysis 0.5.2

Choose a tag to compare

@jdhoffa jdhoffa released this 18 Jun 08:57
a39416d
v0.5.2

Increment version number to 0.5.2 (#548)

r2dii.analysis 0.5.1

Choose a tag to compare

@jacobvjk jacobvjk released this 19 Feb 15:09
  • add definitions to data_dictionary (#532)

r2dii.analysis 0.5.0

Choose a tag to compare

@jacobvjk jacobvjk released this 14 Feb 11:13

New features

  • data_dictionary dataset added to define the columns in each
    dataset used or exported by the functions in this package (#521).

Lifecycle changes

  • join_ald_scenario, summarize_weighted_production and
    summarize_weighted_percent_change are now soft-deprecated (#526).
  • r2dii.analysis is now
    stable (#488).

Other

r2dii.analysis 0.4.0

Choose a tag to compare

@jdhoffa jdhoffa released this 26 Mar 11:43
  • target_market_share now outputs target_* value for all years in scenario (#481).
  • Complete deprecation of ald in favour of abcd (#466).
  • target_market_share now correctly handles input scenarios with a hyphen in their name (#425).
  • target_market_share now handles abcd with rows where production is NA by filling with 0 (#423).

r2dii.analysis 0.3.0

Choose a tag to compare

@jdhoffa jdhoffa released this 08 Jan 18:04
1c040b6
  • target_sda now uses final year of scenario as convergence target when by_company = TRUE (#445).
  • target_market_share gains argument increasing_or_decreasing (#426).

r2dii.analysis 0.2.1

Choose a tag to compare

@jdhoffa jdhoffa released this 07 Nov 10:38
fd80a4e

r2dii.analysis 0.2.0

Choose a tag to compare

@jdhoffa jdhoffa released this 05 May 12:59
2b070ce
  • New argument abcd of target_market_share() and target_sda supersedes the
    argument ald (#404).

  • target_sda() now only outputs data for sector values that are in all three
    input datasets (data, ald and co2_intensity_scenario) (#390).

  • target_sda() now outputs unweighted emission_factor if by_company is
    TRUE (#376).

  • target_sda() gains region_isos argument (#323).

  • target_market_share() now only outputs values for years that are in both
    ald and scenario inputs (#394).

  • target_market_share() now outputs two new columns, percentage_of_initial_production_by_scope
    and scope (ADO #4143).

r2dii.analysis 0.1.12

Choose a tag to compare

@maurolepore maurolepore released this 18 Aug 16:31
0feadde
  • target_market_share() now outputs 0 technology_share, for companies with
    0 sectoral production (#306 @Antoine-Lalechere).

  • target_sda() now filters scenario start year to be consistent with ald
    start year (#346 @waltjl).

r2dii.analysis 0.1.10

Choose a tag to compare

@jdhoffa jdhoffa released this 09 Jul 12:31
78701b1
  • target_market_share() now sets all negative smsp targets to zero (#336).

  • target_market_share() now only outputs sectors that are present in all
    input datasets (#329).

  • target_market_share() now always adds targets for green technologies
    (defined by r2dii.data::green_or_brown), even when not present in input
    data (#318 @Antoine-Lalechere).

  • target_market_share() now correctly groups by region when calculating
    technology_share (#315 @Antoine-Lalechere).