worth checking all instances of is.na() in the package and replace with a stricter helper is.NA
constructive::construct(c(NA, NaN, NA))
#> {constructive} couldn't create code that reproduces perfectly the input
#> ℹ Call `construct_issues()` to inspect the last issues
#> rep(NA_real_, 3L)
worth checking all instances of is.na() in the package and replace with a stricter helper
is.NA
Created on 2024-06-23 with reprex v2.1.0