There is a new pull request by CameronNemo against master on the void-packages repository https://github.com/CameronNemo/void-packages r-svglit https://github.com/void-linux/void-packages/pull/45354 R-cran-svglite: rebuild to fix error Saw the following error while using an R script: ``` > ggsave('bones_line.svg', plot=pt_line, width=24, height=12, units='cm') Error in svglite_(filename, bg, width, height, pointsize, standalone, : Versión API gráfica incompatible Calls: ggsave -> dev -> -> svglite_ Ejecución interrumpida ``` Rebuilt and updated the package, and the error went away. Not sure what triggered it. I run updates not so often, and this script less often. #### Testing the changes - I tested the changes in this PR: **YES** A patch file from https://github.com/void-linux/void-packages/pull/45354.patch is attached