Changelog
Source:NEWS.md
tiltToyData 0.0.0.9204 (2024-04-10)
-
europages_companies
gains the columnsmin_headcount
andmax_headcount
(#50).
tiltToyData 0.0.0.9202 (2024-01-25)
Update Emissions Profile and Sector Profile toy datasets (#38):
tiltToyData 0.0.0.9201 (2024-01-24)
Update Sector Profile toy datasets (#36):
tiltToyData 0.0.0.9010 (2024-01-15)
- New toy datasets from tiltIndicatorAfter v0.0.0.9016 (#30). Note these datasets don’t match the new
*products_ecoinvent()
but it’s a stepping stone towards those matching datasets since it makes the upcoming update a relatively smaller change.
tiltToyData 0.0.0.9009 (2024-01-13)
-
toy_emissions_profile_products()
andtoy_emissions_profile_upstream_products()
are now deprecated (#26). They will continue to work for a while but you’ll get a message warning you that you should instead usetoy_emissions_profile_products_ecoinvent()
andtoy_emissions_profile_upstream_products_ecoinvent()
, respectively.
tiltToyData 0.0.0.9008 (2024-01-12)
- Update
toy_emissions_profile*
datasets (#25). Now eachactivity_uuid_product_uuid
intoy_emissions_profile_any_companies()
also exists intoy_emissions_profile_products_ecoinvent()
andtoy_emissions_profile_upstream_products_ecoinvent()
.
tiltToyData 0.0.0.9007 (2024-01-11)
One update and two new datasets (#19):
- New version of
toy_emissions_profile_any_companies()
. - New datasets
toy_emissions_profile_products_ecoinvent()
andtoy_emissions_profile_upstream_products_ecoinvent()
pretend to have all the products that exist in the ‘Ecoinvent’ database. Because they are toy datasets they actually have only a few products that exist in ‘Ecoinvent’ and not in ‘Europages’.
Features:
- Fake
companies_id
. - Fake
activity_uuid_product_uuid
. - Random mapping between fake
activity_uuid_product_uuid
and other columns. - Noisy
*co2_footprint
, jittered to the right by 50%-100% on average. - New columns:
- Compared to the previous version of
toy_emissions_profile_any_companies()
, the new version gains three columns:country
,ei_activity_name
, and `main_activity. - Compared to
toy_emissions_profile_products()
, the new datasettoy_emissions_profile_products_ecoinvent()
gains one column:ei_geography
. - Compared to
toy_emissions_profile_upstrem_products()
, the new datasettoy_emissions_profile_upstream_products_ecoinvent()
gains four columns:ei_activity_name
,ei_geography
,input_ei_activity_name
,input_reference_product_name
.
- Compared to the previous version of
tiltToyData 0.0.0.9005 (2023-12-07)
- Add single quotes around values of
*isic*
(#17).
tiltToyData 0.0.0.9004 (2023-11-23)
- Retire
companies$company_id
(#11).
tiltToyData 0.0.0.9003 (2023-11-17)
- Rename
company_id
tocompanies_id
in a backward compatible way (#10). The columncompany_id
is now deprecated in alltoy_*companies()
. The latest data usescompanies_id
and is available to you automatically when you update the tiltIndicator package.
tiltToyData 0.0.0.9002 (2023-08-29)
- The files “emissions_profile_products.csv.gz” and “emissions_profile_upstream_products.csv.gz” gain the columns
tilt_subsector
andinput_tilt_subsector
, respectively (@kalashsinghal #6). These columns come from raw data in tiltIndicator v0.0.0.9088 (i.e. right before all toy datasets moved to tiltToyData.
tiltToyData 0.0.0.9001 (2023-08-21)
- New helpers to read toy datasets (#1).