简体   繁体   中英

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)

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).

Can anyone tell me why? And/or how I can more effectively uninstall R to get this package to work again?

Problem solved, I restarted the computer and repeated the procedure above and this time received a prompt to install a Java 6 runtime.

I'm guessing that the dialogue box had issues displaying earlier because of some system printer windows I had open.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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