There's a merged pull request on the void-packages repository R-cran-svglite: rebuild to fix error https://github.com/void-linux/void-packages/pull/45354 Description: 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**