嗨,我们正在尝试使用加载到 CentOS 4 上的标准 gui 来获取 R,并且在某些用户下,R 不会渲染某些图形。当以 root 身份登录时,图形呈现,但在受限用户下,它们不会。图形不呈现错误:
> testdata <- rbind(c(1,2,3,4,5,6),c(3,4,5,4,6,2),c(3,6,7,2,2,1),c(5,4,9,8,9,1))
> pairs(testdata)
Error in text.default(x, y, txt, cex = cex, font = font) :
X11 font -adobe-helvetica-%s-%s-*-*-%d-*-*-*-*-*-*-*, face 1 at size 16 could not be loaded
有人遇到过这个或有任何想法吗?
谢谢