You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i would like to ensure that check_character() does not permit NA values. However, it always allows them.
source("https://raw.githubusercontent.com/r-lib/rlang/main/R/standalone-obj-type.R")
source("https://raw.githubusercontent.com/r-lib/rlang/main/R/standalone-types-check.R")
# confirm that i have greater than 1.1
packageVersion("rlang")
#> [1] '1.1.3'
i would like to ensure that
check_character()
does not permit NA values. However, it always allows them.The text was updated successfully, but these errors were encountered: