Skip to content

Commit

Permalink
docs: add v0.5.5 news
Browse files Browse the repository at this point in the history
  • Loading branch information
WetRobot committed Apr 29, 2024
1 parent c7924ca commit bbecfb4
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<!-- generated by R package codedoc; do not modify! -->

## News for version 0.5.5

### dbc

New functions `dbc::*_is_subset_of_data_frame_*` and
`dbc::*_is_subset_of_data_table_*`.


## News for version 0.5.4

### dbc
Expand Down
5 changes: 5 additions & 0 deletions R/package_dbc.R
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,8 @@ NULL
# `dbc::*_is_nonNA_*` funs now pass all objects that are not vectors (e.g.
# lists, language objects). Only vectors are tested with `is.na`.
# @codedoc_comment_block news("dbc", "2024-04-25", "0.5.4")

# @codedoc_comment_block news("dbc", "2024-04-29", "0.5.5")
# New functions `dbc::*_is_subset_of_data_frame_*` and
# `dbc::*_is_subset_of_data_table_*`.
# @codedoc_comment_block news("dbc", "2024-04-29", "0.5.5")
9 changes: 9 additions & 0 deletions man/dbc-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bbecfb4

Please sign in to comment.