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

270 fix len logic2 (#1) #272

Merged
merged 1 commit into from
Sep 30, 2018

Conversation

HughParsonage
Copy link
Contributor

  • Fix if class(order.by) > 1

When class(order.by) has a length other than one, it will reach this
line but only the first element will be used. We should make this
explicit and indeed must in case the environment variable R_CHECK_LENGTH_1_LOGIC2 is set, whereupon this line will emit an error
or warning.

Only the first element of class(order.by) is used in the if statement.
This will emit an error or warning when the environment variable
_R_CHECK_LENGTH_1_LOGIC2_ is true. We should make this explicit to
avoid the error or warning.

Fixes joshuaulrich#270.
@joshuaulrich joshuaulrich merged commit 4bb73f3 into joshuaulrich:master Sep 30, 2018
@joshuaulrich
Copy link
Owner

Thanks for your patch! I only made a few changes to the commit message.

@joshuaulrich joshuaulrich added this to the 0.11-2 milestone Sep 30, 2018
@joshuaulrich joshuaulrich mentioned this pull request Sep 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants