Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 R-Forge 上托管一个包,状态为 0 - 当前。使用 install.packages 在 R 中安装它时,会出现以下消息:
包可作为源包使用,但不能作为二进制文件使用
使用附加选项 type="source" 可以安装它,但是我怎样才能提供二进制文件,为什么不提供二进制文件?
非常感谢!
最好的,
马丁
“软件包二进制文件的重要说明:R-Forge 仅为最新版本的 R 提供这些二进制文件,但不为旧版本提供。为了成功安装 R-Forge 上提供的软件包,您必须切换到最新版本或者,从包源 (.tar.gz) 安装。”
因此,更新到最新版本的 R 可以工作并提供二进制文件。