我们最近将服务器上的R从版本3.3.1升级到了3.4.1。然而,尝试安装我通常使用的包(例如tidyr)失败了。
版本
version
platform x86_64-redhat-linux-gnu
arch x86_64
os linux-gnu
system x86_64, linux-gnu
status
我通过conda安装了R3.4,但是绘图在Rstudio中不起作用,虽然在R中工作,但在终端中启动。
当plot(1:5),它打印
Error in RStudioGD() : Shadow graphics device error: r error 4 (R code execution error) In addition: There were 50 or more warnings (use warnings() to see the first 50)
类似于的问题,但解决方案不起作用。
sessionInfo()
R version 3.4.1 (2017-06-30)
我使用的是Linux系统x86_64-redhat-linux-gnu-库和CentOS服务器。
R版本是3.4.1
在安装包"pdftools“时,我得到以下错误:
Error in .shlib_internal(args) :
C++11 standard requested but CXX11 is not defined
有人遇到过这个问题吗?
我在ubuntu16中删除了R3.2版本,并尝试安装一个新版本(R3.4)。我在安装方面有问题,因为我无法重新安装r-base。这是一个错误:讲座的主旋律是.L建筑公司
信息讲座..。不可能,不可能,不稳定的。L的信息
Les paquets suivants contiennent des dépendances非满足性: r-base : Dépend: r-base-core (>= 3.4.2-2 z校) mais ne sera installéDépend: r-推荐(= 3.4.2-2 z校) mais ne mes installéRecommande: r-base-
在R中开发函数时,单击Build和Reload时会出现以下消息:警告消息:
1: package ‘formattable’ was built under R version 3.4.1
2: package ‘ggplot2’ was built under R version 3.4.1
3: package ‘Amelia’ was built under R version 3.4.1
4: package ‘car’ was built under R version 3.4.1
5: package ‘pscl’ was built under R version 3.4
我目前正试图将一个R标记文档编织到html (或pdf)中,在其中我生成多个情节。我在块选项中通过fig.cap参数指定标题,向量的长度与情节数相同。但是,要使其工作,块选项message必须是TRUE。当ggplot2对象由块中的函数生成时,问题就开始了,我想用viridis::scale_fill_viridis应用一个新的填充。这很好,但是不可避免地会抛出一条消息/警告:已经有一个填充应用于ggplot2对象,并且viridis将替换它(Scale for 'fill' is already present. Adding another scale for 'f
我尝试了中提到的解决方案
这是终端输出(OS是Ubuntu14.04 64位)
~$ conda install -c r r=3.4.1
Fetching package metadata .............
Solving package specifications: .
UnsatisfiableError: The following specifications were found to be in conflict:
- opencv
- r 3.4.1* -> r-base 3.4.1 -> ncurses 5.9*
Use "cond
我有Ubuntu 16.04,在R更新到3.4.1版本之后,它没有看到我的软件包,尽管它们也被更新了:
> library(dplyr)
Error in library(dplyr) : there is no package called ‘dplyr’
套餐有:
$ ls ~/R/x86_64-pc-linux-gnu-library/3.4/ | grep plyr
dplyr
plyr
我的.libPaths
> .libPaths()
[1] "/usr/local/lib/R/site-library" "/usr/lib/R/site-lib
在Ubuntu18.04Server上将R更新到3.5.1版本后,我收到了此错误消息fatal error: unable to open the base package,我尝试卸载并重新安装软件包三次,但仍然得到相同的错误。我怎么才能解决这个问题?
这是我的server>>上当前的R版本
IN: apt policy r-base
OUT: Installed: 3.5.1-1xenial
Candidate: 3.5.1-1xenial
Version table:
* 3.5.1-1xenial 500
500 https://cloud.r-p
我在Linux Mint (platform i686-pc-linux-gnu)上安装了R 3.4.1,但在以前版本的R和Windows上也会出现同样的问题。当我尝试使用install.packages()安装igraph时,出现以下错误:
foreign-graphml.c: In function ‘igraph_write_graph_graphml’:
foreign-graphml.c:1408:46: error: expected ‘)’ before ‘GRAPHML_NAMESPACE_URI’
ret=fprintf(outstream, "<grap
在RStudio中使用最新的R版本时,我想安装一个包。特别是quantstrat包,这是可能的吗?
这是R的最新版本3.4.1
我的错误消息:
Warning in install.packages :
package ‘quantstrat’ is not available (for R version 3.4.1)