cosname / recharts

An interface to ECharts
https://recharts.cosx.org
BSD 3-Clause "New" or "Revised" License
337 stars 149 forks source link

ERROR: unable to collate and parse R files for package ‘recharts’ #23

Closed BobbyXu2014 closed 8 years ago

BobbyXu2014 commented 9 years ago

install_github(‘taiyun/recharts’) Downloading github repo taiyun/recharts@master Installing recharts “C:/PROGRA~1/R/R-31~1.2/bin/i386/R” –vanilla CMD \ INSTALL \ “C:\Users\AppData\Local\Temp\RtmpYPKjOV\devtools1cc8a6d5719\taiyun-recharts-8e4da23″ \ –library=”C:/Program Files/R/R-3.1.2/library” \ –install-tests

BobbyXu2014 commented 9 years ago

Linux上可以按照成功,但windows下就是安装不成功!!

Fluxionist commented 9 years ago

Same problem on R3.2 Windows 8.1 x64.

wangyanglffw commented 9 years ago

R3.0.2老版本也安装不成功

taiyun commented 9 years ago

Please try:

install_github('ramnathv/htmlwidgets')
install_github('rstudio/htmltools')
install_github('taiyun/recharts@htmlwidgets')
wangyanglffw commented 9 years ago

谢谢,已经解决!

Fluxionist commented 9 years ago

works like a charm. Thanks!

bigdatadig commented 9 years ago

多谢,终于解决了!