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

Fix warnings in tests (don't use tidyselect, igraph deprecated features) + gh actions #497

Merged
merged 4 commits into from
Oct 11, 2023

Conversation

olivroy
Copy link
Collaborator

@olivroy olivroy commented Oct 11, 2023

  • use dplyr::all_of() and with igraph, mode instead of neimode. (

Various cleaning in tests to make the potential transition to testthat 3rd edition much easier (as expect_is is deprecated for testthat edition 3)

Edit: I also updated gh actions because they were not testing for r 4.3 and r 4.4

* select(... everything()) -> relocate(...)
* as.numeric(NA) -> NA_real_
* as.character(NA) -> NA_character_
@olivroy olivroy changed the title Fix warnings in tests (don't use tidyselect, igraph deprecated features) Fix warnings in tests (don't use tidyselect, igraph deprecated features) + gh actions Oct 11, 2023
Copy link
Owner

@rich-iannone rich-iannone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks again! This is great stuff :)

@rich-iannone rich-iannone merged commit 1139f8c into rich-iannone:main Oct 11, 2023
9 checks passed
@olivroy olivroy deleted the clean branch October 11, 2023 18:20
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.

2 participants