R-Forge:未提供二进制文件

R-Forge: binary not provided

我在 R-Forge 上托管一个包,状态为 0 - 当前。 当使用 install.packages 在 R 中安装它时,会出现以下消息:

package is available as a source package but not as a binary

附加选项type="source"可以安装,但是我怎么也提供二进制文件,为什么不提供二进制文件?

非常感谢!

最佳,

马丁

"Important note for package binaries: R-Forge provides these binaries only for the most recent version of R, but not for older versions. In order to successfully install the packages provided on R-Forge, you have to switch to the most recent version of R or, alternatively, install from the package sources (.tar.gz)."

因此,更新到最新版本的 R 可以正常工作并提供二进制文件。