我正在尝试在RStudio中安装“RStudio”软件包,并不断收到错误:
** testing if installed package can be loaded from temporary location
*** arch - i386
Error: package or namespace load failed for 'rockchalk' in library.dynam(lib, package, package.lib):
DLL 'zip' not found: maybe not installed for this architecture?
Error: loading failed
Execution halted
*** arch - x64
ERROR: loading failed for 'i386'
* removing 'C:/Documents/R/win-library/4.0/rockchalk'
Warning in install.packages :
installation of package ‘rockchalk’ had non-zero exit status
ERROR: failed to lock directory 'C:/Documents/R/win-library/4.0' for modifying
Try removing 'C:/Documents/R/win-library/4.0/00LOCK-OpenMx'
Warning in install.packages :
installation of package ‘OpenMx’ had non-zero exit status
ERROR: dependencies 'rockchalk', 'OpenMx' are not available for package 'semPlot'
* removing 'C:/Documents/R/win-library/4.0/semPlot'
Warning in install.packages :
installation of package ‘semPlot’ had non-zero exit status
The downloaded source packages are in
‘C:\AppData\Local\Temp\RtmpE9qK0s\downloaded_packages’
我已经安装了‘石粉笔’包,但它没有帮助。当我第一次尝试安装“semPlot”时,有一个几乎无穷无尽的过程,最后也出现了一个错误。
发布于 2022-11-16 15:32:50
我通过卸载R和RStudio来解决这个问题,然后安装它们,然后在googling上搜索一个小问题,这个问题产生了不同的类型。
https://stackoverflow.com/questions/74434242
复制相似问题