简体   繁体   中英

R freezes when trying to load tcltk package on MacOS

I tried to load the packages aplpack and the console stay frozen with message Loading required package: tcltk as follow:

> library("aplpack")
Loading required package: tcltk

and I eventually had to reload RStudio

I also tried the following command as pointed out here :

capabilities()["tcltk"]

But it also freezes and I also had to reload RStudio

I also tried to install tcltk-8.5.5-x11.pkg from this website but it didn't help

Apparently tcltk is an inherent compound of R according to here

According to the webpage of the packages on CRAN , the packages has juste been updated ("published: 2018-06-12"). The authors of the packages might have updated the packgage after the issue reported here ??

here are the specifications:

  • RStudio Version 1.1.447
  • MacOS 10.13.5
  • R version 3.5.0 (2018-04-23)

Any idea? Many thanks in advance

如果我还记得的话,我设法在R中安装了“ Xcode”。让我知道它是否有效

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