Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jsf-2/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
R安装了recharts错误_R - Fatal编程技术网

R安装了recharts错误

R安装了recharts错误,r,R,如何解决这个问题?我安装了recharts,但它没有echart功能,只有echart功能 如何解决此问题?安装取决于ggthemes,如错误消息所示。安装该软件包,以及出现在类似错误消息中的任何其他软件包。谢谢。在我安装了ggthemes之后,recharts就开始工作了! > install_github("madlogos/recharts") Downloading GitHub repo madlogos/recharts@master from URL https://api

如何解决这个问题?我安装了recharts,但它没有
echart
功能,只有
echart
功能


如何解决此问题?

安装取决于
ggthemes
,如错误消息所示。安装该软件包,以及出现在类似错误消息中的任何其他软件包。

谢谢。在我安装了ggthemes之后,recharts就开始工作了!
> install_github("madlogos/recharts")

Downloading GitHub repo madlogos/recharts@master
from URL https://api.github.com/repos/madlogos/recharts/zipball/master
Installing recharts
"D:/PROGRA~1/R/R-33~1.3/bin/x64/R" --no-site-file --no-environ --no-save --no-restore --quiet CMD  \
  INSTALL  \
  "C:/Users/Administrator/AppData/Local/Temp/RtmpAlSrMx/devtools26ec72ed478f/madlogos-recharts-ef72a0a"  \
  --library="D:/Program Files/R/R-3.3.3/library" --install-tests 

* installing *source* package 'recharts' ...
** R
** data
*** moving datasets to lazyload DB
** inst
** preparing package for lazy loading
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : 
  there is no package called 'ggthemes'
ERROR: lazy loading failed for package 'recharts'
* removing 'D:/Program Files/R/R-3.3.3/library/recharts'
* restoring previous 'D:/Program Files/R/R-3.3.3/library/recharts'
Error: Command failed (1)