From 852f1a16ee04e9c7d8c69695a66a4a4a1a856f23 Mon Sep 17 00:00:00 2001 From: Lionel Henry Date: Thu, 15 Aug 2024 18:01:26 -0700 Subject: [PATCH] Mention in changelog --- R/standalone-types-check.R | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/R/standalone-types-check.R b/R/standalone-types-check.R index d51a6c4df..4e101b11d 100644 --- a/R/standalone-types-check.R +++ b/R/standalone-types-check.R @@ -9,6 +9,9 @@ # # ## Changelog # +# 2024-08-15: +# - `check_character()` gains an `allow_na` argument (@martaalcalde, #1724) +# # 2023-03-13: # - Improved error messages of number checkers (@teunbrand) # - Added `allow_infinite` argument to `check_number_whole()` (@mgirlich). @@ -457,6 +460,8 @@ check_formula <- function(x, # Vectors ----------------------------------------------------------------- +# TODO: Figure out what to do with logical `NA` and `allow_na = TRUE` + check_character <- function(x, ..., allow_na = TRUE,