Skip to content

Test autoplot and arg-checker functions #409

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

Merged
merged 7 commits into from
Jan 29, 2024

Conversation

nmdefries
Copy link
Contributor

No description provided.

Using an external vector in selections was deprecated in tidyselect 1.1.0.
i Please use `all_of()` or `any_of()` instead.
  # Was:
  data %>% select(geo_and_other_keys)

  # Now:
  data %>% select(all_of(geo_and_other_keys))
@dshemetov
Copy link
Contributor

Woops, I just saw you made this PR after merging #410, my bad. I removed some of the functions you're testing here, sorry to null that work but on the plus side we don't need to unit test checkmate functions.

@nmdefries
Copy link
Contributor Author

nmdefries commented Jan 27, 2024

I was expecting the issue to use checkmate functions to disappear into the issue void :P Would have been less work overall if I'd started there instead of the tests.

@dshemetov
Copy link
Contributor

Hehe yea, reasonable :) I was particularly excited about that issue cause checkmate was very satisfying to implement in epidatr!

@nmdefries nmdefries merged commit 7c864a1 into djm/autoplot Jan 29, 2024
@nmdefries nmdefries deleted the ndefries/autoplot-tests branch January 29, 2024 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants