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

subset with negative non-integer 'i' or 'j' does not warn #415

Closed
joshuaulrich opened this issue Feb 6, 2024 · 0 comments
Closed

subset with negative non-integer 'i' or 'j' does not warn #415

joshuaulrich opened this issue Feb 6, 2024 · 0 comments
Labels
Milestone

Comments

@joshuaulrich
Copy link
Owner

These should throw a warning but do not. See #413.

require(xts)
x <- .xts(matrix(1:20, 10, 2), 1:10)
x[-1.3,]
x[,-1.3]
@joshuaulrich joshuaulrich added this to the Next release milestone Jun 3, 2024
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