简体   繁体   English

Rstudio和R功能()不一样吗?

[英]Rstudio and R capabilities() are not the same?

I have a question about R and Rstudio capabilities() . 我对RRstudio capabilities()有疑问。

I installed R-3.3.2 and here is the output of capabilities() in R : 我安装了R-3.3.2 ,这是Rcapabilities()的输出:

 >capabilities()
       jpeg         png        tiff       tcltk         X11        aqua 
       TRUE        TRUE       FALSE       FALSE        TRUE       FALSE 
   http/ftp     sockets      libxml        fifo      cledit       iconv 
       TRUE        TRUE        TRUE        TRUE        TRUE        TRUE 
        NLS     profmem       cairo         ICU long.double     libcurl 
       TRUE       FALSE        TRUE        TRUE        TRUE        TRUE

Then I installed Rstudio1.1 , and when I run capabilities() on Rstudio , the capabilities() are not the same (for exemple for cairo) : 然后我安装Rstudio1.1 ,当我运行capabilities()Rstudiothe capabilities()是不一样的(对于为例开罗):

    >capabilities()
       jpeg         png        tiff       tcltk         X11        aqua 
       TRUE        TRUE       FALSE       FALSE        TRUE       FALSE 
   http/ftp     sockets      libxml        fifo      cledit       iconv 
       TRUE        TRUE        TRUE        TRUE        TRUE        TRUE 
        NLS     profmem       cairo         ICU long.double     libcurl 
       TRUE       FALSE       FALSE       FALSE        TRUE        TRUE

I verified if Rstudio runs the right version of R and yes it does. 我验证了Rstudio运行了正确的R版本,是的。

I found nothing related to this kind of problem on other posts. 在其他帖子上,我没有发现与此类问题相关的任何内容。

我已将R升级到最新版本(3.4.2),现在可以正常工作了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM