Skip to content
New issue

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

'names' attribute [5] must be the same length as the vector [3] #2

Open
rajesh1603 opened this issue Jul 7, 2019 · 4 comments
Open

Comments

@rajesh1603
Copy link

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]

@shikhavats
Copy link

Hi,

I am facing the same issue using the demo files shared in the project.

@turk-101
Copy link

turk-101 commented Jul 7, 2020

Bump,

I am experiencing the same issue and wonder if anyone has resolved this yet?

@hmanhertz
Copy link

any updates on this error really need help

@naklovrimed
Copy link

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")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants