R语言
需要使用interactions包,使用install.packages("interactions", dependencies = TRUE)安装后,再启用时,弹出如下错误报告:
錯誤: 套件或命名空間載入失敗 ‘interactions’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
不存在叫 ‘future’ 這個名稱的套件
尝试用install.packages("future", dependencies = TRUE)安装future依赖包,弹出如下报告:
- installing source package 'future' ...
- package 'future' successfully unpacked and MD5 sums checked
- using staged installation
- R
- demo
- inst
- byte-compile and prepare package for lazy loading
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
namespace 'parallelly' 1.43.0 is being loaded, but >= 1.44.0 is required
Calls: ... namespaceImportFrom -> asNamespace -> loadNamespace
Execution halted
ERROR: lazy loading failed for package 'future'
- byte-compile and prepare package for lazy loading
- removing 'D:/R-4.4.2/library/future'
Warning in install.packages :
安裝程式套件 ‘future’ 時退離狀態的值不是 0
显示说future依赖包被移除,但是原因没有看明白。