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

Implements drop_na() #194

Merged
merged 9 commits into from
Feb 21, 2021
Merged

Implements drop_na() #194

merged 9 commits into from
Feb 21, 2021

Commits on Feb 20, 2021

  1. Configuration menu
    Copy the full SHA
    6a9a8c1 View commit details
    Browse the repository at this point in the history
  2. Add tests

    markfairbanks committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    134b328 View commit details
    Browse the repository at this point in the history
  3. Update news

    markfairbanks committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    22092fa View commit details
    Browse the repository at this point in the history
  4. Add to pkgdown

    markfairbanks committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    0443de0 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2021

  1. Merge upstream/master into drop_na branch

    Merge remote-tracking branch 'upstream/master' into drop_na
    # Please enter a commit message to explain why this merge is necessary,
    # especially if it merges an updated upstream into a topic branch.
    #
    # Lines starting with '#' will be ignored, and an empty message aborts
    # the commit.
    markfairbanks committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    53fcb95 View commit details
    Browse the repository at this point in the history
  2. Clean up tests

    markfairbanks committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    1aafcfc View commit details
    Browse the repository at this point in the history
  3. Use tidyr::drop_na()

    markfairbanks committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    af2421d View commit details
    Browse the repository at this point in the history
  4. Drop unnecessary test

    markfairbanks committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    98567d5 View commit details
    Browse the repository at this point in the history
  5. Tweak tests

    hadley committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    08af501 View commit details
    Browse the repository at this point in the history