eddelbuettel / r2u

CRAN as Ubuntu Binaries
https://eddelbuettel.github.io/r2u
247 stars 17 forks source link

devEMF has graphics API version mismatch with current R #45

Closed ppc-it closed 1 year ago

ppc-it commented 1 year ago

Using the r2u version of devEMF 4.4.1 reports the following issue when using it with R 4.3.1 in Docker:

Error in emf(file = Filenameemf, width = width, height = height, : Graphics API version mismatch

This seems similar to the issue https://github.com/eddelbuettel/r2u/issues/42

eddelbuettel commented 1 year ago

Thanks for the heads-up -- it requires a rebuild for R 4.3.* which I just triggered for both 20.04 and 22.04. A few other packages implementing graphics devices had been covered, this one slipped.

Please try the new binaries ending in .2; an apt update should get the respective package for you.