В Wed, 16 Aug 2023 16:08:57 -0500
"Therneau, Terry M., Ph.D. via R-help" <r-help@r-project.org> пишет:

> I get the following error out of R, on a newer Ubuntu installation.

> ! X11 font -adobe-helvetica-%s-%s-*-*-%d-*-*-*-*-*-*-*, face 1 at
> size 12 could not be loaded

> Version:
> R Under development (unstable) (2023-08-01 r84818) -- "Unsuffered
> Consequences"
> Copyright (C) 2023 The R Foundation for Statistical Computing
> Platform: aarch64-unknown-linux-gnu

What's the output of capabilities()? It looks like you're getting
png(type = 'Xlib') instead of the nicer looking png(type = 'cairo').
When you compiled R, did you have cairo headers installed? Try running
sudo apt build-dep r-base, then running .../configure again, then
compiling R.

-- 
Best regards,
Ivan

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to