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

french_industry.csv file compress #21

Closed jangorecki closed 10 years ago

jangorecki commented 10 years ago

Hi, You may make your package little more portable by gzip'ing the french_industry.csv file. R natively support csv.gz files so there is not trade-off because of that. Alternatively Rdata/rds files. csv files have usually good compression rate. Currently every time you want to fetch updates from github by install_github you need to download 12MB csv. Regards, Jan

danielkrizian commented 10 years ago

Thanks for feedback, good point. I didn't really notice that french_industry.csv is still there. It is no longer needed, was part of older versions of examples. I've deleted the file and committed. Enjoy greater portability :)

timelyportfolio commented 10 years ago

just as a note, I moved all the old gh-pages stuff from my initial blog posts to a different repo