2DegreesInvesting / tiltToyData

Toy datasets for TILT
https://2degreesinvesting.github.io/tiltToyData/
GNU General Public License v3.0
0 stars 0 forks source link

Retire `companies$company_id` #11

Closed maurolepore closed 7 months ago

maurolepore commented 7 months ago

Relates to #7

This PR retires the dataset inst/extdata/deprecated/*companies.csv.gz because we need that place for another *companies.csv.gz dataset that is about to be deprecated. This comes with a warning -- which is only exposed when the user's version of tiltIndicator is old enough to expect the column companies$company_id -- which we now retire.

toy_emissions_profile_any_companies()
Warning message:
Using data that is incompatible with your version of tiltIndicator.
✖ Old titlIndicator used `company_id` but it's now retired.
ℹ Upgrade titlIndicator to use new data with `companies_id`.

TODO

EXCEPTIONS