We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Am I doing something incorrectly?
Just downloaded the zip, extracted, cd'd to the rChartOECD dir and:
cd
rChartOECD
> library(shiny) > runApp() Loading required package: RCurl Loading required package: bitops Error in guess(varying) : failed to guess time-varying variables from their names
> sessionInfo() R version 3.3.1 (2016-06-21) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Arch Linux locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C [3] LC_TIME=en_US.UTF-8 LC_COLLATE=C [5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 [7] LC_PAPER=en_US.UTF-8 LC_NAME=C [9] LC_ADDRESS=C LC_TELEPHONE=C [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] rCharts_0.4.5 RCurl_1.95-4.8 bitops_1.0-6 shiny_0.13.2 loaded via a namespace (and not attached): [1] Rcpp_0.12.7 lattice_0.20-33 digest_0.6.10 mime_0.5 [5] grid_3.3.1 R6_2.1.2 plyr_1.8.4 xtable_1.8-2 [9] whisker_0.3-2 RJSONIO_1.3-0 tools_3.3.1 httpuv_1.3.3 [13] yaml_2.1.13 htmltools_0.3.5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Am I doing something incorrectly?
Just downloaded the zip, extracted,
cd
'd to therChartOECD
dir and:The text was updated successfully, but these errors were encountered: