From 937cb18b6398e826ce6d8f3c4a59b7e92e492f69 Mon Sep 17 00:00:00 2001 From: jack-davison Date: Mon, 12 Aug 2024 08:41:33 +0100 Subject: [PATCH] docs: update NEWS --- NEWS.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 553dc37c..3c92b865 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,19 +6,25 @@ - Ambiguous codes (e.g., `"AD1"`, which corresponds to a SAQN and locally managed site) will error. In this instance, users should define `source` manually. + - Incorrect codes not found in `importMeta()` will error if `importUKAQ()` is left to assign the `source`. + - When `data_type` is one of the aggregate types (e.g., `"annual"`) and a `site` isn't defined, a `source` must be provided. - It is likely *slightly* slower for the function to assign `source` itself than for users to specify it themselves. +- The `formula.label` argument of `polarPlot()` will now control whether concentration information is printed when `statistic = "cpf"`. + ## Bug fixes - Fixed an issue wherein `importUKAQ()` would drop sites if importing from `local` sites *and* another network. +- `polarCluster()` will no longer error with multiple `pollutant`s and a single `n.clusters`. + # openair 2.18-2 ## New Features -- add option to `corPlot` to carry through "use" option in `cor`. +- add option to `corPlot()` to carry through "use" option in `cor`. ## Bug fixes