hrbrmstr / streamgraph

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

R version 3.3.2 #26

Open thedataferret opened 7 years ago

thedataferret commented 7 years ago

Hey there - I'm dying to use this package, but I had to update to newest R version (3.3.2) to get rid of an Rcpp error, and now it tells me your package is not available on 3.3.2 :-(

hrbrmstr commented 7 years ago

It was never in CRAN. As the README illustrates, you need to do:

devtools::install_github("hrbrmstr/streamgraph")

On Tue, Feb 14, 2017 at 7:28 AM, Georgina notifications@github.com wrote:

Hey there - I'm dying to use this package, but I had to update to newest R version (3.3.2) to get rid of an Rcpp error, and now it tells me your package is not available on 3.3.2 :-(

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hrbrmstr/streamgraph/issues/26, or mute the thread https://github.com/notifications/unsubscribe-auth/AAfHtmYnzH1Hv_hqNfNEA4JStNvkDRapks5rcZ31gaJpZM4MAaoX .

thedataferret commented 7 years ago

Apologies - my bad, was installing with devtools, but XCode was secretly messing with me. All working now - thank you :-)