如何在R中安装gganimate

时间:2018-12-03 23:59:59

标签: r

我正在尝试在Rstudio中安装gganimate,但是失败了。 在提交此问题之前,我已经搜索了类似的问题。 我尝试了人们推荐的以下代码,但不起作用。

library(devtools) 
library(RCurl)
library(httr) 

set_config( config( ssl_verifypeer = 0L ) )

devtools::install_github("RcppCore/Rcpp")

devtools::install_github("thomasp85/gganimate")
  

curl :: curl_fetch_memory(url,handle = h)中的错误:     schannel:下一个InitializeSecurityContext失败:SEC_E_INVALID_TOKEN(0x80090308)-提供给该函数的令牌无效

有人建议手动安装rtools并更改路径,但我做到了但没用:

Sys.setenv(PATH = paste(Sys.getenv("PATH"), "C:/Rtools/bin/",
                    "C:/Rtools/mingw_64/bin", sep = ";"))

Sys.setenv(BINPREF = "C:/Rtools/mingw_64/bin/")

有人知道解决方案吗?

0 个答案:

没有答案