gpt4 book ai didi

r - "unable to move temporary installation"在R中安装依赖包时

转载 作者:行者123 更新时间:2023-12-03 18:25:41 25 4
gpt4 key购买 nike

当我安装一个包时,先决条件包在实际包之前先安装。我收到了 "unable to move temporary installation"所有先决条件包的警告,但实际包没有这样的警告。但是当我加载它时,包会出错。

例如,当我 install.packages("mlr") ,它安装了所有依赖项,我收到了各种警告,例如:

package ‘BBmisc’ successfully unpacked and MD5 sums checked
Warning in install.packages :
unable to move temporary installation ‘D:\Documents\R\win-library\3.2\filef3811142c73\BBmisc’ to ‘D:\Documents\R\win-library\3.2\BBmisc’

我忽略了它,因为它只是一个警告。不幸的是 library(mlr)给了我 Error: package ‘BBmisc’ required by ‘mlr’ could not be found ,所以我终究不能忽视它。
install.packages("BBmisc")直接没有产生警告。

是什么赋予了?如果没有自己安装所有依赖项,我该如何解决这个问题?

如果需要 session 信息:
> sessionInfo()
R version 3.2.2 (2015-08-14)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1

locale:
[1] LC_COLLATE=English_Singapore.1252 LC_CTYPE=English_Singapore.1252
[3] LC_MONETARY=English_Singapore.1252 LC_NUMERIC=C
[5] LC_TIME=English_Singapore.1252

attached base packages:
[1] stats graphics grDevices utils datasets methods base

loaded via a namespace (and not attached):
[1] tools_3.2.2

最佳答案

此问题是由 user3710546 建议的防病毒软件(最有可能)引起的。如果您无法禁用防病毒软件,解决方法是使用以下命令在包解压缩功能中启用调试:

debug(utils:::unpackPkgZip)

这将允许您逐步执行代码(通过多次按 Enter)。这只会使函数运行速度变慢,让防病毒软件有时间在 R 想要复制新文件之前完成对新文件的扫描。

我找到了这个解决方案 here .

关于r - "unable to move temporary installation"在R中安装依赖包时,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34739681/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com