assertive.models v0.0-2
Monthly downloads
Assertions to Check Properties of Models
A set of predicates and assertions for checking the properties of
models. This is mainly for use by other package developers who want to
include run-time testing features in their own packages. End-users will
usually want to use assertive directly.
Readme
assertive.models
A set of predicates and assertions for checking the properties of models. Most of the documentation is on the assertive page. End-users will usually want to use assertive directly.
Installation
To install the stable version, type:
install.packages("assertive.models")
To install the development version, you first need the devtools package.
install.packages("devtools")
Then you can install the assertive.models package using
library(devtools)
install_bitbucket("richierocks/assertive.models")
Predicates
has_terms
checks whether or not an object has a terms
attribute or
component.
is_empty_model
and is_non_empty_model
check whether a model is empty or not.
Assertions
Predicates all return a single logical value and have one corresponding assertion.
For example, has_terms
has assert_has_terms
.
Functions in assertive.models
Name | Description | |
assert_has_terms | Does the input have terms? | |
assert_is_empty_model | Is the input the empty model? | |
No Results! |
Last month downloads
Details
Type | Package |
Date | 2018-10-21 |
URL | https://bitbucket.org/richierocks/assertive.models |
BugReports | https://bitbucket.org/richierocks/assertive.models/issues |
License | GPL (>= 3) |
LazyLoad | yes |
LazyData | yes |
Acknowledgments | Development of this package was partially funded by
the Proteomics Core at Weill Cornell Medical College in Qatar
|
Collate | 'imports.R' 'assert-has-terms.R' 'assert-is-empty-model.R' 'has-terms.R' 'is-empty-model.R' |
RoxygenNote | 6.1.0 |
NeedsCompilation | no |
Packaged | 2018-10-21 18:43:15 UTC; richierocks |
Repository | CRAN |
Date/Publication | 2018-10-21 19:10:02 UTC |
imports | assertive.base (>= 0.0-2) , stats |
depends | R (>= 3.0.0) |
suggests | testthat |
Contributors |
Include our badge in your README
[](http://www.rdocumentation.org/packages/assertive.models)