简体   繁体   English

R包“ repmis”使库(repmis)上的R崩溃

[英]R package “repmis” crashes R on library(repmis)

I tried installing a list of packages this morning and had an error which crashed R when I ran library(repmis) 我今天早上尝试安装软件包列表,并且遇到一个错误,当我运行库(repmis)时崩溃了

install.packages("repmis")
library(repmis)

I've uninstalled & reinstalled R (on my mac by deleting the app and downloading the new build), but still get an app crash when I run library(repmis). 我已经卸载并重新安装了R(在Mac上,通过删除应用程序并下载新的版本),但是在运行library(repmis)时仍然会导致应用程序崩溃。

Can anyone tell me why? 谁能告诉我为什么? And/or how I can more effectively uninstall R to get this package to work again? 和/或如何才能更有效地卸载R以使此程序包再次起作用?

Problem solved, I restarted the computer and repeated the procedure above and this time received a prompt to install a Java 6 runtime. 问题解决后,我重新启动计算机并重复上述过程,这次收到安装Java 6运行时的提示。

I'm guessing that the dialogue box had issues displaying earlier because of some system printer windows I had open. 我猜测由于我打开了某些系统打印机窗口,对话框显示较早的问题。

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

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