Releases: RMI-PACTA/r2dii.analysis
r2dii.analysis 0.4.0
target_market_share
now outputstarget_*
value for allyear
s inscenario
(#481).- Complete deprecation of
ald
in favour ofabcd
(#466). target_market_share
now correctly handles input scenarios with a hyphen in their name (#425).target_market_share
now handlesabcd
with rows whereproduction
isNA
by filling with0
(#423).
r2dii.analysis 0.3.0
r2dii.analysis 0.2.1
r2dii.analysis
has transferred to a new organization:
https://github.com/RMI-PACTA/.
r2dii.analysis 0.2.0
-
New argument
abcd
oftarget_market_share()
andtarget_sda
supersedes the
argumentald
(#404). -
target_sda()
now only outputs data forsector
values that are in all three
input datasets (data
,ald
andco2_intensity_scenario
) (#390). -
target_sda()
now outputs unweightedemission_factor
ifby_company
is
TRUE
(#376). -
target_sda()
gainsregion_isos
argument (#323). -
target_market_share()
now only outputs values for years that are in both
ald
andscenario
inputs (#394). -
target_market_share()
now outputs two new columns,percentage_of_initial_production_by_scope
andscope
(ADO #4143).
r2dii.analysis 0.1.12
-
target_market_share()
now outputs 0technology_share
, for companies with
0 sectoral production (#306 @Antoine-Lalechere). -
target_sda()
now filtersscenario
start year to be consistent withald
start year (#346 @waltjl).
r2dii.analysis 0.1.10
-
target_market_share()
now sets all negativesmsp
targets to zero (#336). -
target_market_share()
now only outputssector
s that are present in all
input datasets (#329). -
target_market_share()
now always adds targets for green technologies
(defined byr2dii.data::green_or_brown
), even when not present in input
data
(#318 @Antoine-Lalechere). -
target_market_share()
now correctly groups byregion
when calculating
technology_share
(#315 @Antoine-Lalechere).
r2dii.analysis 0.1.9
r2dii.analysis 0.1.8
-
target_market_share()
now correctly outputs targettechnology share
, in
line with methodology (@georgeharris2deg #277). -
target_market_share()
now correctly projects technology share as
'production / total production' when computing by company,
unweighted by relative loan size (@KapitanKombajn #288). -
target_market_share()
no longer outputs columns
sector_weighted_production
ortechnology_weighted_production
. Those
columns are internal so they shouldn't face users (#291).
r2dii.analysis 0.1.6
r2dii.analysis 0.1.5
-
target_market_share()
now errors if inputdata
has an unexpected column
(@georgeharris2deg #267). -
target_market_share()
now correctly outputstechnology_share
with
multiple loans to the same company (@georgeharris2deg #262, @ab-bbva #265).