Skip to content

Commit 04a4cdd

Browse files
committed
docs: add v0.5.4 news item
1 parent 7b30ef9 commit 04a4cdd

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## News for version 0.5.4
44

5+
### dbc
6+
7+
`dbc::*_is_nonNA_*` funs now pass all objects that are not vectors (e.g.
8+
lists, language objects). Only vectors are tested with `is.na`.
9+
510
### dbc::report_is_one_of
611

712
`dbc::report_is_one_of` gains arg `arg_list`.

R/package_dbc.R

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,8 @@ NULL
7373
# `dbc::*_is_uniquely_named_*` funs now pass objects of length zero.
7474
# E.g. `dbc::test_is_uniquely_named(list()) == TRUE`.
7575
# @codedoc_comment_block news("dbc", "2024-04-18", "0.5.3")
76+
77+
# @codedoc_comment_block news("dbc", "2024-04-25", "0.5.4")
78+
# `dbc::*_is_nonNA_*` funs now pass all objects that are not vectors (e.g.
79+
# lists, language objects). Only vectors are tested with `is.na`.
80+
# @codedoc_comment_block news("dbc", "2024-04-25", "0.5.4")

man/dbc-package.Rd

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)