提问人:Hack-R 提问时间:10/25/2014 最后编辑:Hack-R 更新时间:10/25/2014 访问量:923
如何解决在R中加载RCurl时“找不到过程”的问题?
How to Resolve "Procedure could not be found" when loading RCurl in R?
问:
在 Windows 7 中使用 R 3.1.1 64 位,我无法加载 RCurl 或任何依赖于 RCurl 的包。我已经验证了预期位置(即错误消息中打印的文件)中是否存在 .dll 和其他文件。
几个月前,我在 Hadley 的 Github 上打开了一个问题,但当有人回复时,我已经开始使用另一个 R 副本,唯一的建议是重新安装,我已经做了好几次了。
我收到的错误是这样的:
要求(devtools) 加载所需包:devtools inDL(x, as.logical(local), as.logical(now), ...) 中的错误: 无法加载共享对象“C:/用户/jmiller/文档/R/win-library/3.1/RCurl/libs/i386/RCurl.dll”: LoadLibrary 失败: 找不到指定的过程。
和
要求(devtools) 加载所需包:devtools inDL(x, as.logical(local), as.logical(now), ...) 中的错误: 无法加载共享对象“C:/用户/jmiller/文档/R/win-library/3.1/RCurl/libs/i386/RCurl.dll”: LoadLibrary 失败: 找不到指定的过程。
有时,即使仅使用与 完全无关的原始函数,也会出现错误,例如:RCurl
> require(devtools)
Loading required package: devtools
Error in inDL(x, as.logical(local), as.logical(now), ...) :
unable to load shared object 'C:/Users/jmiller/Documents/R/win-library/3.1/RCurl/libs/i386/RCurl.dll':
LoadLibrary failure: The specified procedure could not be found.
我几乎想知道问题是否以某种方式出在而不是?...inDL
RCurl
inDL
答: 暂无答案
评论