[Rd] paths capability FALSE on devel?
Ivan Krylov
|kry|ov @end|ng |rom d|@root@org
Wed Mar 27 12:19:36 CET 2024
В Wed, 27 Mar 2024 11:28:17 +0100
Alexandre Courtiol <alexandre.courtiol using gmail.com> пишет:
> after installing R-devel the output of
> grDevices::dev.capabilities()$paths is FALSE, while it is TRUE for R
> 4.3.3
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.
--
Best regards,
Ivan
More information about the R-devel
mailing list