From fd3821950828d739bca39ed60c479da350cfa17a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Drago=C8=99=20Moldovan-Gr=C3=BCnfeld?= Date: Fri, 15 May 2026 12:15:32 +0100 Subject: [PATCH] remove `check_name()` from news --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 2b4aaf8c1..79895c0c6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -14,7 +14,7 @@ * `ns_registry_env()` is defunct in R >= 4.6.0 for compliance with the C API of R. * New type-checking functions exported from rlang: `check_bool()`, - `check_string()`, `check_name()`, `check_number_decimal()`, + `check_string()`, `check_number_decimal()`, `check_number_whole()`, and `check_data_frame()`. These were previously only available via the `standalone-types-check.R` standalone file. `stop_input_type()` is also now exported.