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

Error in get_assets using the branch: "dimple_layer" in R 3.1 and RStudio (last version) #18

Closed arturochian closed 10 years ago

arturochian commented 10 years ago

Hi, this packages seems great :) I use rChart in my daily research in Economics, I think I'll use this package soon :).

Anyway... My problem is related to this error message

"Error in get_assets(LIB, static = static, cdn = cdn, standalone = standalone) : unused argument (standalone = standalone)"

So I tried to investigate in Internet, I found this: In the line 86 https://github.com/ramnathv/rCharts/blob/master/R/rChartsClass.R there is this option. (in TimelyPortfolio also)

When I used rChart (ramnathv repo), I don't have any error message. However I can't display the data in a correct way...

There is something different in dimple_layer https://github.com/timelyportfolio/rCharts/blob/dimple_layer/R/rChartsClass.R Now is in line 89

I'm going to investigate harder in 3 weeks.

Thank in advance and nice work

This is my session Info

R version 3.1.0 (2014-04-10) Platform: x86_64-w64-mingw32/x64 (64-bit)

locale: [1] LC_COLLATE=Spanish_Peru.1252 [2] LC_CTYPE=Spanish_Peru.1252
[3] LC_MONETARY=Spanish_Peru.1252 [4] LC_NUMERIC=C
[5] LC_TIME=Spanish_Peru.1252

attached base packages: [1] stats graphics grDevices utils datasets [6] methods base

other attached packages: [1] quadprog_1.5-5 FactorAnalytics_0.3
[3] PerformanceAnalytics_1.1.0 gdata_2.13.3
[5] rChartsDygraphs_0.2 rCharts_0.4.2
[7] rjson_0.2.14 devtools_1.5
[9] data.table_1.9.2 quantmod_0.4-0
[11] TTR_0.22-0 Defaults_1.1-1
[13] xts_0.9-7 zoo_1.7-11
[15] knitr_1.6 brew_1.0-6

loaded via a namespace (and not attached): [1] digest_0.6.4 evaluate_0.5.3 formatR_0.10
[4] grid_3.1.0 gtools_3.4.1 httr_0.3
[7] lattice_0.20-29 markdown_0.6.5 memoise_0.1
[10] parallel_3.1.0 plyr_1.8.1 Rcpp_0.11.1
[13] RCurl_1.95-4.1 reshape2_1.2.2 RJSONIO_1.0-3
[16] slidify_0.4.5 stringr_0.6.2 tools_3.1.0
[19] whisker_0.3-2 yaml_2.1.11

danielkrizian commented 10 years ago

@arturochian, I made some minor change. You still need to install specific branch of : install_github("rCharts","timelyportfolio",ref="dimple_layer") until this is merged into main ramnathv/rCharts repository.

arturochian commented 10 years ago

Hi @danielkrizian. I worked that time with both branches. I'm going to analize this later. I have to make some reports in Rmd and send them today.