InseadDataAnalytics / INSEADAnalytics

Other
122 stars 1.31k forks source link

HTML knitted from RMD does not have plots #82

Open VarunKShetty opened 6 years ago

VarunKShetty commented 6 years ago

While the "chunks" seem to work properly when we run them inside R, the HTML file after knitting shows some white spaces between the text. image

VarunKShetty commented 6 years ago

Please just add the following lines to the code to make the plots appear on any computer:


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

@VarunKShetty nice work but please leave the issue open for the time being, to help others that might have the same problem. It seems counter-intuitive but people rarely check closed issues, in our experience.