升级R/R Studio后出现致命错误 [英] Fatal Error After Upgrading R / R Studio

查看:302
本文介绍了升级R/R Studio后出现致命错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚将R和R Studio升级到了最新版本.

I just upgraded R and R Studio to the most recent versions.

我正在尝试加载RHRV软件包,并且R Studio由于致命错误而中止了会话.它与以下错误相关:

I am trying to load the package RHRV and R Studio aborts the session due to a fatal error. It is associated with the following error:

loading package: tcltk

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
Loading required package: tkrplot

命令:

library("tcltk")

library("tcltk")

给出以下错误消息:

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
Warning message:
running command ''/usr/bin/otool' -L '/Library/Frameworks/R.framework/Resources/library/tcltk/libs//tcltk.so'' had status 1

运行以下命令会使R Studio崩溃:

Running the following command crashes R Studio:

library("tkrplot")

以下是一些有趣的其他信息:

Here is some additional information of interest:

sessionInfo("tcltk")

R version 3.2.2 (2015-08-14)
Platform: x86_64-apple-darwin13.4.0 (64-bit)
Running under: OS X 10.11 (El Capitan)

locale:
[1] en_CA.UTF-8/en_CA.UTF-8/en_CA.UTF-8/C/en_CA.UTF-8/en_CA.UTF-8

attached base packages:
[1] tcltk

loaded via a namespace (and not attached):
 [1] Rcpp_0.12.2         Formula_1.2-1       cluster_2.0.3       magrittr_1.5            splines_3.2.2       MASS_7.3-43         grDevices_3.2.2    
 [8] munsell_0.4.2       colorspace_1.2-6    lattice_0.20-33     minqa_1.2.4            stringr_1.0.0       plyr_1.8.3          tools_3.2.2        
[15] utils_3.2.2         nnet_7.3-10         grid_3.2.2          gtable_0.1.2            nlme_3.1-121        latticeExtra_0.6-26 stats_3.2.2        
[22] datasets_3.2.2      survival_2.38-3     lme4_1.1-10         digest_0.6.8        base_3.2.2          Matrix_1.2-2        gridExtra_2.0.0    
[29] RColorBrewer_1.1-2  nloptr_1.0.4        reshape2_1.4.1      ggplot2_1.0.1       acepack_1.3-3.3     graphics_3.2.2      effects_3.0-4      
[36] rpart_4.1-10        stringi_1.0-1       methods_3.2.2       scales_0.3.0            Hmisc_3.17-0        lmerTest_2.0-29     foreign_0.8-65     
[43] proto_0.3-10

sessionInfo("tkrplot")
R version 3.2.2 (2015-08-14)
Platform: x86_64-apple-darwin13.4.0 (64-bit)
Running under: OS X 10.11 (El Capitan)

locale:
[1] en_CA.UTF-8/en_CA.UTF-8/en_CA.UTF-8/C/en_CA.UTF-8/en_CA.UTF-8

attached base packages:
character(0)

other attached packages:
[1] tkrplot_0.0-23

loaded via a namespace (and not attached):
 [1] Rcpp_0.12.2         Formula_1.2-1       cluster_2.0.3       magrittr_1.5        splines_3.2.2       MASS_7.3-43         grDevices_3.2.2    
 [8] munsell_0.4.2       colorspace_1.2-6    lattice_0.20-33     minqa_1.2.4         stringr_1.0.0       plyr_1.8.3          tcltk_3.2.2        
[15] tools_3.2.2         utils_3.2.2         nnet_7.3-10         grid_3.2.2           gtable_0.1.2        nlme_3.1-121        latticeExtra_0.6-26
[22] stats_3.2.2         datasets_3.2.2      survival_2.38-3     lme4_1.1-10         digest_0.6.8        base_3.2.2          Matrix_1.2-2       
[29] gridExtra_2.0.0     RColorBrewer_1.1-2  nloptr_1.0.4        reshape2_1.4.1      ggplot2_1.0.1       acepack_1.3-3.3     graphics_3.2.2     
[36] effects_3.0-4       rpart_4.1-10        stringi_1.0-1       methods_3.2.2       scales_0.3.0        Hmisc_3.17-0        lmerTest_2.0-29    
[43] foreign_0.8-65      proto_0.3-10             

马特

推荐答案

非常感谢Ben,我可以为这个问题提供解决方案.问题是El Capitan有一个未知的xcode问题.

With many thanks to Ben, I can provide a solution to the problem. The issue is that El Capitan has a somewhat unknown xcode issue.

打开终端应用程序,然后输入:

Open the Terminal App and enter:

xcode-select --install

加载运行xcode所需的补丁需要花费几分钟.上述错误在某些情况下会突出显示,这是解决方法.

It takes a few minutes to load the patch needed to run xcode. The error described above is highlighted in several instances, and this was the workaround.

然后我重新启动计算机,并直接从源代码中加载代码"tkrplot":

I then restarted my computer and loaded the package "tkrplot" directly from the source with the code:

install.packages("tkrplot", type="source")

完成这三个步骤后,便可以顺利加载软件包"RHRV"以及相关的软件包"tkrplot"和"tcltk".

Once I completed these three steps, I was able to load the package "RHRV" and the associated packages "tkrplot" and "tcltk" without issue.

这篇关于升级R/R Studio后出现致命错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆