Skip to content

Fix for testthat 3.3.0#33

Open
hadley wants to merge 1 commit intoCFWP:masterfrom
hadley:testthat-3.3.0
Open

Fix for testthat 3.3.0#33
hadley wants to merge 1 commit intoCFWP:masterfrom
hadley:testthat-3.3.0

Conversation

@hadley
Copy link
Copy Markdown

@hadley hadley commented Sep 29, 2025

is_true(), is_false(), and is_null() have been removed (after several years of deprecation) because they conflict with functions defined elsewhere in the tidyverse. I've updated your code to use the modern equivalent(s).

Unfortunately I couldn't get your package to compile so I couldn't verify that these are 100% correct, but hopefully they get you started.

`is_true()`, `is_false()`, and `is_null()` have been removed (after several years of deprecation) because they conflict with functions defined elsewhere in the tidyverse. I've updated your code to use the modern equivalent(s).

Unfortunately I couldn't get your package to compile so I couldn't verify that these are 100% correct, but hopefully they get you started.
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.

1 participant