Skip to contents

mqor 0.0.12

New Features

  • If tasked with assuming the MQI parameters to use, summarise_mqo_stats() will now print these as a message to alert a user which parameters have been selected.

  • show_annotations now includes the pollutant and year.

Bug Fixes

  • plot_mqi_bars(show_annotations = TRUE) will now place legends and annotations in appropriate places.

mqor 0.0.11

New Features

  • plot_mqi_report() has gained show_annotations.

  • plot_mqi_bars() now has a line type legend (for static plots) and a more descriptive plot annotation (for interactive plots) to better describe the horizontal annotations being shown.

  • summarise_mqo_stats() now validates that only a single year of data has been provided, and returns the input year of data in its params.

  • Various plotting functions now verify that stats and stats2 have the same year and pollutant.

  • The fontsize argument within gp now controls the size of annotations when interactive = TRUE.

Bug Fixes

  • Fixed an issue determining the resolution of input data for automatic parameter identification.

  • plot_comparison_bars() now uses RMSU0√(1+β²) as legend labels rather than RMSU0*, reflecting changes in the CEN specification.

  • Annotation size has been reduced to better fit annotations on most plots.

  • plot_mqi_bars() and plot_comparison_bars() now check for x-axis label overlaps and will remove overlapping axis labels.

mqor 0.0.10

Bug Fixes

  • Fixed an issue preventing the Shiny dashboard being launched.

  • Fixed a bug in mutate_rolling_mean() which would underestimate data capture.

mqor 0.0.9

New Features

  • The default_params have been updated based on outcomes from Task 3 of the European Standard on modelling quality objectives for assessment of ambient air (EC-ENV/2024/OP/0036).

  • The Shiny GUI can now use the demo_shortterm and demo_longterm datasets by selecting “DEMO” on the first screen.

  • The Shiny GUI now shows the version of MQOR in the navigation bar. This links to the MQOR change log.

  • When show_annotations = TRUE, the MQOR version is also included as an annotation.

mqor 0.0.8

New Features

  • [BREAKING] stats_shortterm and stats_longterm have been renamed stats and stats2 wherever they appear. Long- and short-term data will be automatically determined by each function and used appropriately. While this may break existing code, future code will be more streamlined for the user who can simply provide short- and long-term statistics in any order.

  • Most plots have gained the show_annotations argument, which allows for the input parameters and complementary indicators to be appended to a greater number of MQI evaluation plots, and for it to be disabled in plot_mqi_scatter().

mqor 0.0.7

New Features

  • Filtering options have moved around to be in a more sensible order.

  • The existing temporal filtering options are now exclusive to short-term data.

  • A user can now select whether they want to use their uploaded long-term data or have the app time-average their short-term data.

  • If the user selects to time-average the short-term data, they can additionally apply an independent month filter on the short-term data. This allows for seasonal averages to be calculated for pollutants like ozone.

mqor 0.0.6

Bug Fixes

  • plot_mqi_scatter(interactive = TRUE) will now correctly label the U_RV value.

mqor 0.0.5

Bug Fixes

Fixes from resolving disparities in the technical specification:

  • vec_ti_cor() is now calculated using the correct formula.

  • plot_mqi_scatter() will now put TI_CRMSE on the correct segment of the plot (the inverse of mqor 0.0.4).

mqor 0.0.4

Bug Fixes

mqor 0.0.3

New Features

  • default_params has been updated based on recent revisions of the technical document.

  • Web documentation has been significantly expanded.

Bug Fixes

  • The units of reference values in default_params now vary, and the dataset now has a rv_unit column to correctly label them.

mqor 0.0.2

Bug Fixes

mqor 0.0.1

  • Development version as part of the European Standard on modelling quality objectives for assessment of ambient air (EC-ENV/2024/OP/0036, European Commission)