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

Fixes for ggplot2 v3.4.0 & tidyselect v1.2.0 #44

Merged
merged 14 commits into from
Nov 9, 2022
Merged

Commits on Nov 7, 2022

  1. Use linewidth instead of size for element_rect()

    size was deprecated in ggplot2 3.4.0 in favor of linewidth
    kelly-sovacool committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    40e76a8 View commit details
    Browse the repository at this point in the history
  2. Use all_of(col) instead of .data[[col]]

    It was deprecated in tidyselect 1.2.0
    kelly-sovacool committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    ab66648 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b812731 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36a7829 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8e754f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a7c4775 View commit details
    Browse the repository at this point in the history
  7. Merge a7c4775 into 28a5e3c

    kelly-sovacool authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    74315fe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b9909b0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    edd7faf View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    e43ae12 View commit details
    Browse the repository at this point in the history
  2. Update NEWS

    kelly-sovacool committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    624d92a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0e2f28 View commit details
    Browse the repository at this point in the history
  4. Merge c0e2f28 into 28a5e3c

    kelly-sovacool authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    72cbb56 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1652e2e View commit details
    Browse the repository at this point in the history