我正在尝试从其源文件安装 R 包。该软件包只能安装在 R.2.9.2 上。所以我卸载了我的新版本 R,安装了提到的版本并尝试安装这样的包:
install.packages(pathToPackage, repos="NULL", type="source")
但我收到此错误:
argument 'lib' is missing: using 'C:\Users\hora\Documents/R/win-library/2.9'
Warning: unable to access index for repository NULL/src/contrib
Warning message:
In getDependencies(pkgs, dependencies, available, lib) :
package ‘c://Users//hora//Downloads//affymicro.zip’ is not available
解决办法是什么?先感谢您。