From 2c4cc9ae3ec1447be73ce5b0cd94a318e31fbef0 Mon Sep 17 00:00:00 2001 From: Mauro Lepore Date: Tue, 27 Feb 2024 13:08:43 +0000 Subject: [PATCH] Bump version to 0.0.0.9209 --- DESCRIPTION | 2 +- NEWS.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 3ed5dd6e4..1c5b745ee 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: tiltIndicator Title: Indicators for the 'TILT' Project -Version: 0.0.0.9208 +Version: 0.0.0.9209 Authors@R: c( person("Mauro", "Lepore", , "maurolepore@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "https://orcid.org/0000-0002-1986-7988")), diff --git a/NEWS.md b/NEWS.md index 59f5b2956..7f86d9a56 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,12 @@ +# tiltIndicator 0.0.0.9209 + +* The `emissions*()` functions now preserve unmatched products and missing +benchmarks (@AnneSchoenauer @Tilmon #639). This changes the structure of the +output at company level, which now has four levels of `risk_category`: "high", +"low", "medium", and `NA`. + # tiltIndicator 0.0.0.9206 * The retired `xxtr()` functions now throw an error (#724) which more