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 1 forks source link

Skip tests with new args if R version is older #541

Closed jdhoffa closed 9 months ago

jdhoffa commented 9 months ago

This PR skips some tests on checks in older versions of R.

I thought about this, and I think it's actually ok... we are only skipping the testing infrastructure on older versions of R, but the tests still run and must pass before we merge PRs meaning that the functionality still should be as expected. It's only that these older versions of R can't run the tests, but they shouldn't ever have to since those are only dev-facing.

Closes #540

jdhoffa commented 9 months ago

I guess I accidentally handled this in a different PR XD