You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
guess_has_R4.1_features() is now an exported function.
It guesses whether the "active" graphic devices supports the
new R 4.1 graphics features and returns TRUE or FALSE.
Bug fixes and minor improvements
grid.pattern_polygon_tiling() now supports the "elongated_triangular" type (#48).
"geometry" patterns now support a "elongated_triangle" grid value.
guess_has_R4.1_features() now returns TRUE for the ragg::agg_png() device if packageVersion("ragg") >= '1.2.0'.
It now also returns TRUE for the grDevices::bmp(type = "cairo"), grDevices::cairo_ps(), grDevices::jpeg(type = "cairo"), grDevices::tiff(type = "cairo").