当我尝试加载RStudio时,我对XLConnect有了很大的了解。当我从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加载,所以我认为我的环境是正确的
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感谢你对这个问题的任何想法--它在我的笔记本电脑上运行得很好,所以不知道有什么不同
问候戴夫
发布于 2016-01-18 21:54:26
似乎是在最新版本中修正了Rstudio问题--我将Rstudio更新为0.99.491 (从早期的0.99.x发行版,但不确定版本),现在它运行良好。
编辑-虽然有时看起来仍然挂起,但最终包会加载吗?
https://stackoverflow.com/questions/34864380
复制相似问题