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

Replace purrr::when() with if() equivalents #1066

Merged
merged 3 commits into from
Nov 23, 2022
Merged

Commits on Nov 23, 2022

  1. Port over purrr::when()

    This function will be deprecated in the next `{purrr}` release (https://github.com/tidyverse/purrr/blob/55c9a8ab8788d878ce9e8e80b867139e46d15395/R/deprec-when.R#L57), and so we should port it over and prevent user-facing deprecation messages.
    IndrajeetPatil committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    5d2c43b View commit details
    Browse the repository at this point in the history
  2. add missing namespace

    IndrajeetPatil committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    76ce30d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd531d8 View commit details
    Browse the repository at this point in the history