不强制使用 devtools' github_install = TRUE

Using devtools' github_install without force = TRUE

我使用 devtools,在更新到 R 3.3.1 后,每次通过 Github.

安装时都会收到此消息
Skipping install of 'PACKAGE' from a github remote, the SHA1 (123456) has not changed since last install.
  Use `force = TRUE` to force installation

有人遇到过这个问题吗?

尝试使用以下命令安装软件包时出现问题:

install_github("Stat", force=TRUE)

它会强制并帮助您安装。

让我知道这是否适合您!

试试这个: 库(开发工具) install_github("vqv/ggbiplot", force=TRUE)

对我有用:)