我试图在Azure Machine Learning Studio(R版本3.1.0)的R脚本下包含“ tcltk”库。但是我总是收到这个错误:
'tcltk'的软件包或名称空间加载失败
请提出任何想法。
谢谢。
错误消息:
Error 0063: The following error occurred during evaluation of R script:
---------- Start of error message from R ----------
package or namespace load failed for 'tcltk'
package or namespace load failed for 'tcltk'
----------- End of error message from R -----------
Start time: UTC 06/24/2019 11:27:02
End time: UTC 06/24/2019 11:27:08
答案 0 :(得分:0)
软件包“ tcltk”已从CRAN存储库中删除。
以前可用的版本可以从存档中获取。
将R版本更改为Microsoft R Open 3.4.4解决了该问题。
library(tcltk)
Microsoft R Open是Microsoft提供的R的增强发行版 公司。这是一个完整的统计开源平台 分析和数据科学。
但是,如果您对使用CRAN 3.1.0至关重要,请告知我,我将尝试手动安装该软件包并将其发布到Azure ML Gallery