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
Hi, This is the error which I am getting while running the app but on plots
'names' attribute [5] must be the same length as the vector [3]
The text was updated successfully, but these errors were encountered:
Hi,
I am facing the same issue using the demo files shared in the project.
Sorry, something went wrong.
Bump,
I am experiencing the same issue and wonder if anyone has resolved this yet?
any updates on this error really need help
The issue is related to the Dygraphs package. You need to downgrade your version to 1.1.1.4;
packageurl <- "http://cran.nexr.com/src/contrib/dygraphs_1.1.1.4.tar.gz" install.packages(packageurl, repos=NULL, type="source")
or change the parameters of dySeries; (But I am not sure how for the new version) dySeries(c('upper','mean','lower'), label="predicted")
dySeries(c('upper','mean','lower'), label="predicted")
No branches or pull requests
Hi,
This is the error which I am getting while running the app but on plots
'names' attribute [5] must be the same length as the vector [3]
The text was updated successfully, but these errors were encountered: