Skip to content

Commit

Permalink
Mention in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- committed Aug 16, 2024
1 parent e643a05 commit 852f1a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions R/standalone-types-check.R
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 852f1a1

Please sign in to comment.