Skip to content
Prev 62301 / 63424 Next

paths capability FALSE on devel?

? Wed, 27 Mar 2024 11:28:17 +0100
Alexandre Courtiol <alexandre.courtiol at gmail.com> ?????:
Your system must be missing Cairo development headers, making x11()
fall back to type = 'Xlib':

$ R-devel -q -s -e 'x11(); grDevices::dev.capabilities()$paths'
 [1] TRUE
$ R-devel -q -s -e \
 'x11(type="Xlib"); grDevices::dev.capabilities()$paths'
 [1] FALSE

If that's not the case and capabilities()['cairo'] is TRUE in your
build of R-devel, please show us the sessionInfo() from your build of
R-devel.