checkmate-package {checkmate} | R Documentation |
checkmate: Fast and Versatile Argument Checks
Description
Tests and assertions to perform frequent argument checks. A substantial part of the package was written in C to minimize any worries about execution time overhead.
Check scalars
Check vectors
Check attributes
checkNamed
(deprecated)
Check compound types
Check other built-in R types
Check sets
File IO
Popular data types of third party packages
Safe coercion to integer
Quick argument checks using a DSL
Misc
checkOS
(check operating system)assert
(combine multiple checks into an assertion)wf
(which.first and which.last)
Author(s)
Maintainer: Michel Lang michellang@gmail.com (ORCID)
Other contributors:
Bernd Bischl bernd_bischl@gmx.net [contributor]
Dénes Tóth toth.denes@kogentum.hu (ORCID) [contributor]
See Also
Useful links:
Report bugs at https://github.com/mllg/checkmate/issues
[Package checkmate version 2.3.2 Index]