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

Commits on Sep 30, 2018

  1. Ensure if statement uses length-1 logical

    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.
    HughParsonage authored and joshuaulrich committed Sep 30, 2018
    Configuration menu
    Copy the full SHA
    4bb73f3 View commit details
    Browse the repository at this point in the history