InseadDataAnalytics / INSEADAnalytics

Other
122 stars 1.31k forks source link

Plots not appearing in the html output #75

Open tevgeniou opened 7 years ago

tevgeniou commented 7 years ago

new versions of this package may not work properly. run these two lines in the console

packageurl <- "https://cran.r-project.org/src/contrib/Archive/networkD3/networkD3_0.2.13.tar.gz" install.packages(packageurl, repos=NULL, type="source")

SaraBustillo commented 6 years ago

Helo Theos,

Even after I ran these two lines, the dendrogram for assignment 3 doesn't appear in the html. Instead, I see the following: ## The "ward" method has been renamed to "ward.D"; note new "ward.D2"

When I run it alone in the console it plots it in the bottom right window.

Do you know how to fix it?

Thanks,

Sara

SaraBustillo commented 6 years ago

Fixed it :)