assert_data_frame
with the argument comment
.match_arg
when several.ok
= FALSE
and lenght(x) > 1.match_arg
when several.ok
= FALSE
and lenght(x) > 1.match_arg
issues an error on all occasions when several.ok
= FALSE
and lenght(x) > 1.Created assert_integerish
with the argument comment
.
check_odbc_channel
and assert_odbc_channel
now accept the argument dbinterface with the possible values c("odbc", "RODBC", "RPostgreSQL").
assert_disjunct
with the argument comment
have been included.
assert_integer
with the argument comment
have been included.
Included the NVIcheckmate reference manual in vignettes as pdf-file.
Updated README and corrected installation instruction.
assert_character
includes the arguments n.char
and max.char
.checkmate
>= 2.1.0match_arg
performs partial matching of arguments and includes the argument ignore.case
. Improved readability of error messages for assert_choices_character
and assert_subset_character
.
Updated README and vignette Contribute to NVIcheckmate.
assert_choices_character
and assert_subset_character
now accepts argument ignore.case
= "FALSE".check_non_null
don't give a warning when input is a vector or data frame. Only check for class
== NULL.check_non_missing
and assert_non_missing
check corrected to list, not vector.check_non_missing
and assert_non_missing
check if at least one of two or more arguments are non_missing.assert
now includes the argument comment
.
assert_character
with the argument comment
.
comment
is placed just before add
.Extension of checkmate with argument checking adapted for NVIverse
check_package
and assert_package
checks if a package is installed/attached.
check_credentials
and assert_credentials
checks if credentials (username and password) for specified services are saved in the users profile.
check_odbc_channel
and assert_odbc_channel
checks if an object is an open odbc channel.
check_choices_character
is a wrapper around checkmate::check_choices
with the argument: ignore.case
.
assert_choices_character
is a wrapper around checkmate::assert_choices
with the arguments: ignore.case
and comment
.
check_subset_character
is a wrapper around checkmate::check_subset
with the argument: ignore.case
.
assert_subset_character
is a wrapper around checkmate::assert_subset
with the arguments: ignore.case
and comment
.
assert_names
is a modification of checkmate::assert_names
with the argument: comment
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.