In the past I've observed similar behaviour with R compiled with support
for cairo but no pango:
https://stat.ethz.ch/pipermail/r-devel/2022-April/081587.html
Despite cairo support if no pango then the documentation in ?X11 says R
defaults to type "Xlib" instead of type "cairo" even though both s
On Wed, 27 Mar 2024 at 12:19, Ivan Krylov wrote:
> В Wed, 27 Mar 2024 11:28:17 +0100
> Alexandre Courtiol пишет:
>
> > 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 heade
В Wed, 27 Mar 2024 11:28:17 +0100
Alexandre Courtiol пишет:
> 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
On 27 March 2024 at 11:03, Prof Brian Ripley via R-devel wrote:
| On 27/03/2024 10:28, Alexandre Courtiol wrote:
| > Hi all,
| >
| > I don't know if it is a local issue on my hands or not, but after
| > installing R-devel the output of grDevices::dev.capabilities()$paths is
| > FALSE, while it i
On 27/03/2024 10:28, Alexandre Courtiol wrote:
Hi all,
I don't know if it is a local issue on my hands or not, but after
installing R-devel the output of grDevices::dev.capabilities()$paths is
FALSE, while it is TRUE for R 4.3.3.
Relatedly, I have issues with plotting paths on devel.
At this st
Hi all,
I don't know if it is a local issue on my hands or not, but after
installing R-devel the output of grDevices::dev.capabilities()$paths is
FALSE, while it is TRUE for R 4.3.3.
Relatedly, I have issues with plotting paths on devel.
At this stage, I simply would like to know if others runnin