简体   繁体   English

加载 RWeka 时 R 会话中止

[英]R Session Aborted while loading RWeka

I cannot load RWeka library in Rstudio session while I have got it installed without problems.当我安装 RWeka 库没有问题时,我无法在 Rstudio 会话中加载它。

The library(RWeka) command is simply interrupted by a "R Session Aborted" error and R is restarted. library(RWeka) 命令只是被“R Session Aborted”错误中断,然后 R 重新启动。

I'm currently working with我目前正在与

  • Windows 10视窗 10
  • RStudio 2022.02.2 Build 485 RStudio 2022.02.2 构建 485
  • R 4.2.0 R 4.2.0

I have tried to load RWeka running R in a terminal and I haven't had any problem.我试图在终端中加载运行 R 的 RWeka,我没有遇到任何问题。 Any suggestion will be wellcome.任何建议都会受到欢迎。 Kind Regards.亲切的问候。

I had the same issue and I've confirmed it on Twitter.我有同样的问题,我已经在 Twitter 上确认了。 I have now found a solution: you need to install a patched version of R, available here: https://cran.r-project.org/bin/windows/base/rpatched.html .我现在找到了解决方案:您需要安装 R 的修补版本,可在此处获得: https ://cran.r-project.org/bin/windows/base/rpatched.html。 Take care to select the patched version in RStudio and then the crash should disappear.注意在 RStudio 中选择修补版本,然后崩溃应该会消失。

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

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