2

安装 ggbiplot 时出现以下错误:

> library(devtools)
> install_github("vqv/ggbiplot")

Downloading GitHub repo vqv/ggbiplot@master
from URL https://api.github.com/repos/vqv/ggbiplot/zipball/master
Installing ggbiplot
Error in `_digest`(c(list(repos, type), lapply(`_additional`, function(x) eval(x[[2L]],  : 
  object 'digest_impl' not found

显然它缺少了一些东西。有什么建议可以解决这个问题吗?

4

1 回答 1

2

你可以尝试先安装包摘要,通过

install.packages("digest")
于 2016-04-07T08:05:15.933 回答