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 is_na() with rlang::is_lgl_na() #111

Merged
merged 1 commit into from
May 7, 2024
Merged

Replace is_na() with rlang::is_lgl_na() #111

merged 1 commit into from
May 7, 2024

Conversation

joshwlambert
Copy link
Member

This PR addresses a comment raised in PR #101. The is_na() function added to {simulist} was replicating the functionality of rlang::is_lgl_na(). As {rlang} is already a dependency of {simulist}, I have removed the is_na() function, including documentation and tests, and replaced calls in other {simulist} functions with rlang::is_lgl_na().

@joshwlambert joshwlambert added the internal Updates that only change internal functions label May 7, 2024
@joshwlambert joshwlambert merged commit 67e7102 into main May 7, 2024
8 checks passed
@joshwlambert joshwlambert deleted the rlang_is_na branch May 7, 2024 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Updates that only change internal functions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant