RMI-PACTA / r2dii.plot

A package containing functions to create standard 2DII plots using ggplot, together with data processing functions needed for the charts.
https://rmi-pacta.github.io/r2dii.plot
Other
8 stars 4 forks source link

Investigate why `ubuntu-latest (oldrel-4)` is failing #540

Closed jdhoffa closed 7 months ago

jdhoffa commented 7 months ago

https://github.com/RMI-PACTA/r2dii.plot/actions/runs/7693990172/job/20963825156?pr=537

cjyetman commented 7 months ago

The classes argument was added to suppressWarnings() in R v4.0.0 https://cran.r-project.org/bin/windows/base/old/4.0.0/NEWS.R-4.0.0.html

https://github.com/RMI-PACTA/r2dii.plot/blob/4d2ce166ae804a62bcfdfa3c8c3c1786bf5a494c/tests/testthat/test-plot_emission_intensity.R#L123-L126

jdhoffa commented 7 months ago

Thanks :-) there's a PR that fixes this open now

jdhoffa commented 7 months ago

Closed as a side effect of #538