danielkrizian / rChartsDygraphs

An `rCharts` extension. Run `dygraphs` from R - interactive visualizations of time series using JavaScript and HTML canvas. See: http://dygraphs.com/ and
http://rcharts.io/
9 stars 10 forks source link

add single quotes in add_lib_assets to handle spaces in dir paths #3

Closed timelyportfolio closed 10 years ago

timelyportfolio commented 10 years ago

As a poor Windows user, my paths have spaces. Without single quotes in add_lib_assets in the src = ' .../... ', I get errors when browsing the html output. I believe this will not affect other os, but will require someone with other os to test.

This might help resolve the first problem mentioned in issue #2

danielkrizian commented 10 years ago

@pshevtsov, do you think this was your Linux experience as well? Could explain why all works on my Windows station where I coincidentally installed the package on the path without spaces.