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

[R-Forge #4794] dimnames<-.xts with NULL breaks as.xts #14

Closed
joshuaulrich opened this issue Feb 26, 2015 · 0 comments
Closed

[R-Forge #4794] dimnames<-.xts with NULL breaks as.xts #14

joshuaulrich opened this issue Feb 26, 2015 · 0 comments
Labels

Comments

@joshuaulrich
Copy link
Owner

Submitted by: Garrett See
Assigned to: Joshua Ulrich
R-Forge link

discovered here: http://stackoverflow.com/a/18027354

x <- xts(1:5, .POSIXct(0)+1:5)
dimnames(x) # NULL
dimnames(x) <- dimnames(x)
as.xts(x)

Error in as.xts.matrix(x) :

order.by must be either 'rownames()' or otherwise specified

Followups:

Date: 2013-08-05 15:10
Sender: Joshua Ulrich
Fixed in r784.

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

No branches or pull requests

1 participant