hrbrmstr / streamgraph

:wavy_dash: htmlwidget for creating streamgraph visualizations in R
http://hrbrmstr.github.io/streamgraph/
Other
148 stars 49 forks source link

Error in installation #24

Closed bctclc closed 8 years ago

bctclc commented 8 years ago

Hi,

I couldn't install this package, and the problem is as followng:

Downloading GitHub repo hrbrmstr/streamgraph@master from URL https://api.github.com/repos/hrbrmstr/streamgraph/zipball/master Installing streamgraph "D:/PROGRA~1/R-33~1.1/bin/x64/R" --no-site-file --no-environ --no-save --no-restore --quiet CMD \ INSTALL \ "C:/Users/dell/AppData/Local/Temp/RtmpOITlnh/devtools217072476372/hrbrmstr-streamgraph-16aee37" \ --library="D:/Program File/R-3.3.1/library" --install-tests

I'd really appreciate if anyone can help me with it. Thanks a lot!

hrbrmstr commented 8 years ago

install the zoo package before installing this. I'm not sure why devtools install didn't auto-install the dependencies tho.

bctclc commented 8 years ago

@hrbrmstr Thank you so much!