加载 XLConnect 时 Rstudio 挂起

Rstudio hangs when loading XLConnect

当我尝试加载 XLConnect 时,我在 RStudio 中遇到了问题。当我从 RStudio 外部的同一个 R 控制台尝试时,它可以找到。

即在 RGui(64 位)中

R version 3.2.2 (2015-08-14) -- "Fire Safety"
Copyright (C) 2015 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)

> library(XLConnect)
Loading required package: XLConnectJars
XLConnect 0.2-11 by Mirai Solutions GmbH [aut],
  Martin Studer [cre],
  The Apache Software Foundation [ctb, cph] (Apache POI, Apache Commons
    Codec),
  Stephen Colebourne [ctb, cph] (Joda-Time Java library)
http://www.mirai-solutions.com ,
http://miraisolutions.wordpress.com

但是当我 运行 在 Rstudio 中时,相同的 R 控制台挂起。我已经确认 rJava 加载,所以我认为我的 Java 环境是正确的

R version 3.2.2 (2015-08-14) -- "Fire Safety"
Copyright (C) 2015 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)

> library(XLConnect)
Loading required package: XLConnectJars

感谢您对问题所在的任何想法 - 它在我的笔记本电脑上运行良好,所以不确定有什么不同

问候 戴夫

似乎是最新版本中修复的 Rstudio 问题 - 我将 Rstudio 更新为 0.99.491(从较早的 0.99.x 版本开始,但不确定版本)现在它可以正常工作。

编辑 - 虽然它有时看起来仍然挂起,但最终包加载了吗?