Skip to content

Commit

Permalink
version 0.0-2
Browse files Browse the repository at this point in the history
  • Loading branch information
richierocks authored and cran-robot committed Mar 7, 2016
1 parent 654c48c commit 2f10f6d
Show file tree
Hide file tree
Showing 41 changed files with 1,464 additions and 1,221 deletions.
24 changes: 13 additions & 11 deletions DESCRIPTION
@@ -1,8 +1,8 @@
Package: assertive.types
Type: Package
Title: Assertions to Check Types of Variables
Version: 0.0-1
Date: 2015-10-06
Version: 0.0-2
Date: 2016-03-06
Author: Richard Cotton [aut, cre]
Maintainer: Richard Cotton <richierocks@gmail.com>
Authors@R: person("Richard", "Cotton", role = c("aut", "cre"), email =
Expand All @@ -14,9 +14,9 @@ Description: A set of predicates and assertions for checking the types of
URL: https://bitbucket.org/richierocks/assertive.types
BugReports: https://bitbucket.org/richierocks/assertive.types/issues
Depends: R (>= 3.0.0)
Imports: assertive.base (>= 0.0-2), assertive.properties, methods,
Imports: assertive.base (>= 0.0-3), assertive.properties, methods,
stats
Suggests: testthat, devtools, data.table, dplyr
Suggests: testthat, data.table, dplyr
License: GPL (>= 3)
LazyLoad: yes
LazyData: yes
Expand All @@ -26,14 +26,16 @@ Acknowledgments: Development of this package was partially funded by
'Biomedical Research Program' funds, a program funded by Qatar
Foundation.
Collate: 'imports.R' 'assert-is-a-type.R' 'assert-is-condition.R'
'assert-is-date.R' 'assert-is-type-base.R'
'assert-is-type-data.table.R' 'assert-is-type-dplyr.R'
'assert-is-type-grDevices.R' 'assert-is-type-methods.R'
'assert-is-type-stats.R' 'assert-is-type-utils.R' 'is-a-type.R'
'is-condition.R' 'is-date.R' 'is-type-base.R'
'assert-is-date.R' 'assert-is-formula.R'
'assert-is-type-base.R' 'assert-is-type-data.table.R'
'assert-is-type-dplyr.R' 'assert-is-type-grDevices.R'
'assert-is-type-methods.R' 'assert-is-type-stats.R'
'assert-is-type-utils.R' 'is-a-type.R' 'is-condition.R'
'is-date.R' 'is-formula.R' 'is-type-base.R'
'is-type-data.table.R' 'is-type-dplyr.R' 'is-type-grDevices.R'
'is-type-methods.R' 'is-type-stats.R' 'is-type-utils.R'
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2015-10-06 06:49:34 UTC; rjc2003
Packaged: 2016-03-07 05:58:37 UTC; rjc2003
Repository: CRAN
Date/Publication: 2015-10-06 09:14:00
Date/Publication: 2016-03-07 07:59:45
77 changes: 40 additions & 37 deletions MD5
@@ -1,59 +1,62 @@
52228974acf3bac40cc3dedd30ce0754 *DESCRIPTION
865ad35b46ad47009aecd1c1d50f6cbe *NAMESPACE
63f057d5ff828405872d8d58e2f83256 *NEWS
af16f5607c165a596a6a9d2e75355e0e *R/assert-is-a-type.R
21d414efb5b5c81a098eea44fe0ebd9a *DESCRIPTION
8c638ff3a9f8489a707b5d60e7f4878a *NAMESPACE
dfab2d6ff7983532883e2c7a16e9b781 *NEWS
211488f9563d1f59c3691ae642f4fcd4 *R/assert-is-a-type.R
9964090e34ea8d91c32cbaead006ad25 *R/assert-is-condition.R
0d786517a4c84ecda247089a274d41af *R/assert-is-date.R
d9c8be19774b05be3bb3c4c6481f03ae *R/assert-is-type-base.R
a13c08d7f4f3fb7a09d71d4c0f1631c4 *R/assert-is-formula.R
06dea7aedb467ac92613aca7ddd2c6d3 *R/assert-is-type-base.R
fd6f41f45432a844a88c5c03d485bb6a *R/assert-is-type-data.table.R
591bd9fb06434e56fe72c6fe6a595892 *R/assert-is-type-dplyr.R
60f408dbbf3cad89870dbd69cb094eb2 *R/assert-is-type-grDevices.R
8d1e5ad737a91ffcbdfcfd7b46ca4765 *R/assert-is-type-methods.R
481b40ca366d57b8e640c6505bfb6feb *R/assert-is-type-stats.R
f1395bb3fd6ead3b485c7b69f898c90d *R/assert-is-type-utils.R
8daa0b17277a8aab853172f51683369a *R/imports.R
e6453ad453d1d650ce585da3215e3efd *R/is-a-type.R
1fca6bae9f4acf52f3fe97625a623630 *R/is-a-type.R
cca3086931e4581155d4586ba0dd8fb8 *R/is-condition.R
5fd0d72ce31d09d795cdd0d0aef8ee63 *R/is-date.R
cfc1f5ce7ecafe7a0cd69cfbf63ab29d *R/is-type-base.R
84a510990a1f59044718086997b7c737 *R/is-formula.R
05f8ead2cc18d8ee4b48275bb0463b9b *R/is-type-base.R
91cb334fd22ba41f84ebb73c81c2cb93 *R/is-type-data.table.R
27710ea6ece58632e274e8c5e06231c3 *R/is-type-dplyr.R
cfddc8c4f5cdada7096b1c6aea0a8c53 *R/is-type-grDevices.R
0aaa5d01529c37b1d6c5c942c29d32f7 *R/is-type-methods.R
89ac5a79c2ff80ed9739cbaa388f7840 *R/is-type-stats.R
be1c34f0a1fa7248769ed22825f3b5c4 *R/is-type-utils.R
8f170e3beb2dd52ef79f3fd0cdca6e4f *README.md
6cc687fa767fdfb6e9d25f90ccc348cf *man/assert_is_all_of.Rd
a4be53f82de2d3c8d6284f26daa0ea6d *man/is_array.Rd
fbfac00c4d4f883b6553c6d0eb8b117a *man/is_character.Rd
1d6d9d2cfb3f7cb8804651b97ccd07f2 *man/is_class.Rd
585bb662fd9fee2a2e70215208cafffe *man/is_complex.Rd
03ca6f0e17a80043bc76c3b116717471 *man/is_data.frame.Rd
bf87594561be336d335a1532e765092d *man/is_data.table.Rd
60a525656e2da8046ab44b87a82d713c *man/is_date.Rd
c6dd7b843525175925155f763af215ea *man/is_environment.Rd
cd314a75d98b2cc703355c9e33d8b9e6 *man/is_factor.Rd
2bcf592dfcbccb21e834a897d9b8a14c *man/is_function.Rd
f4357a335bb29edef252f59bfa36b8a6 *man/is_inherited_from.Rd
85937d2037a279bb92a1525d21d89754 *man/is_integer.Rd
e964b0823cd2243fee86ac6360684b43 *man/is_language.Rd
8ed35142f2585543a732f8b84e8fd86b *man/is_leaf.Rd
d3923e26be6e75e19640946e3281b50b *man/is_list.Rd
9b81f4dbd07226baf10bb7daae787e17 *man/is_logical.Rd
e63ab8cb1c78d8a4c8d96e6b8ae7cf6a *man/is_numeric.Rd
8173f29925498eac3cf12d9d4e655eaf *man/is_qr.Rd
de4a882128e2faf88c38d34e5bcde662 *man/is_raster.Rd
cf1e85a0a3deed39367b1b193a4edc3d *man/is_raw.Rd
3b6eab4a8c8af531afd8cae96826cfd0 *man/is_relistable.Rd
3d894d1afe7ac589aa510bb42c4235d1 *man/is_s4.Rd
4da6d12b66cea71fc5467f7cd1fae8e0 *man/is_table.Rd
222e06914fbf528608313b2c0a99d8a5 *man/is_tbl.Rd
44554b7944266f8054790657a463d023 *man/is_try_error.Rd
0d0f2d48c95446351ca266b922442442 *man/is_ts.Rd
be57044cd2dca22732b3455a74140b30 *README.md
9946e421da231dcfba604bf92d4a603e *man/assert_is_all_of.Rd
35ad7bc86c321cf67ada09dfabc65146 *man/is_array.Rd
6647406c057275d30ced37eea91d96f8 *man/is_character.Rd
a08d042178cba8688543170bcf00de78 *man/is_class.Rd
4ae9a8ee11a168e45d9b1c94e38f9e86 *man/is_complex.Rd
f8460489810724a740e7d56519c3a21b *man/is_data.frame.Rd
de0eb749314df60313e17e449ed81340 *man/is_data.table.Rd
f1f49cdf8ab0e34426c17c1622cfadfe *man/is_date.Rd
bbaf55640001d11d73c3c50fc3606ab2 *man/is_environment.Rd
d0ec28b468949779fee3cf6b6d285616 *man/is_factor.Rd
2e0ae40308b1ce6201b1232e929e9ffc *man/is_formula.Rd
22756ca9d37065ca6eb9c0829f94a3d8 *man/is_function.Rd
ad8dad0818540d846db3e8cef2ecbd62 *man/is_inherited_from.Rd
f1fed045217a30300cadf779a81a463d *man/is_integer.Rd
9584a0f513193b435999a46d77b0a8b1 *man/is_language.Rd
181d568b7acd1e992c2b97b358f72ad1 *man/is_leaf.Rd
a00b0f9a10c2f140803c0aa1a680aa63 *man/is_list.Rd
d5bc484f3919a8b1a08454f7744d908f *man/is_logical.Rd
4e4fd55b3629465aa86be6d7936fc3ec *man/is_numeric.Rd
363739317d55be9824f427e5a808e95b *man/is_qr.Rd
67ebccfae2f4f347ebf5289777592fa6 *man/is_raster.Rd
6ec1bd340a0cb7cae55d82c3cecbfb6e *man/is_raw.Rd
efb519ba2d90002b22f6c2574f65a414 *man/is_relistable.Rd
5640c2e3ae57ba8189d30c48c54259fd *man/is_s4.Rd
484c7e68d3605e9d91c7735800e9b652 *man/is_table.Rd
7a7789f630561ecc1afcc84c5aa9f51a *man/is_tbl.Rd
5b9a56e97ea88fc77cf00a8f6051da5d *man/is_try_error.Rd
79a6c7a02d16a70d4bb10a2616ab52af *man/is_ts.Rd
81a6e251e2e9f4b3a36cc9d6ec24b1c2 *po/R-assertive.types.pot
bd2de87f17d6432d46797d581c9c7ccc *po/R-ru.po
030c054751bc68502919b6f08a6afa57 *tests/testthat.R
6bd4293ca88b602ae9bada65d2002dbb *tests/testthat/test-is-a-type.R
b097d3fa07a338d5ea2b9edcee84caae *tests/testthat.R
b73ea370870f41ea87e10cdecc6478b9 *tests/testthat/test-is-a-type.R
92447cc657d03bbb6159a6a6bad85d0f *tests/testthat/test-is-type-grDevices.R
4656acf534a1cf39583bdfb2b93eaf02 *tests/testthat/test-is-type-methods.R
eb26363acdb0889812f0a27a0d7b87d5 *tests/testthat/test-is-type-stats.R
Expand Down
13 changes: 12 additions & 1 deletion NAMESPACE
@@ -1,10 +1,11 @@
# Generated by roxygen2 (4.1.1): do not edit by hand
# Generated by roxygen2: do not edit by hand

export(assert_all_are_classes)
export(assert_any_are_classes)
export(assert_is_S4)
export(assert_is_a_bool)
export(assert_is_a_complex)
export(assert_is_a_double)
export(assert_is_a_number)
export(assert_is_a_raw)
export(assert_is_a_string)
Expand All @@ -19,10 +20,12 @@ export(assert_is_condition)
export(assert_is_data.frame)
export(assert_is_data.table)
export(assert_is_date)
export(assert_is_double)
export(assert_is_environment)
export(assert_is_error)
export(assert_is_expression)
export(assert_is_factor)
export(assert_is_formula)
export(assert_is_function)
export(assert_is_inherited_from)
export(assert_is_integer)
Expand All @@ -35,6 +38,7 @@ export(assert_is_message)
export(assert_is_mts)
export(assert_is_name)
export(assert_is_numeric)
export(assert_is_one_sided_formula)
export(assert_is_ordered)
export(assert_is_posixct)
export(assert_is_posixlt)
Expand All @@ -57,10 +61,12 @@ export(assert_is_tbl_dt)
export(assert_is_try_error)
export(assert_is_ts)
export(assert_is_tskernel)
export(assert_is_two_sided_formula)
export(assert_is_warning)
export(is_S4)
export(is_a_bool)
export(is_a_complex)
export(is_a_double)
export(is_a_number)
export(is_a_raw)
export(is_a_string)
Expand All @@ -74,10 +80,12 @@ export(is_condition)
export(is_data.frame)
export(is_data.table)
export(is_date)
export(is_double)
export(is_environment)
export(is_error)
export(is_expression)
export(is_factor)
export(is_formula)
export(is_function)
export(is_inherited_from)
export(is_integer)
Expand All @@ -90,6 +98,7 @@ export(is_message)
export(is_mts)
export(is_name)
export(is_numeric)
export(is_one_sided_formula)
export(is_ordered)
export(is_posixct)
export(is_posixlt)
Expand All @@ -112,6 +121,7 @@ export(is_tbl_dt)
export(is_try_error)
export(is_ts)
export(is_tskernel)
export(is_two_sided_formula)
export(is_warning)
importFrom(assertive.base,assert_engine)
importFrom(assertive.base,bapply)
Expand All @@ -123,6 +133,7 @@ importFrom(assertive.base,is2)
importFrom(assertive.base,is_identical_to_true)
importFrom(assertive.properties,is_empty)
importFrom(assertive.properties,is_non_empty)
importFrom(assertive.properties,is_of_length)
importFrom(assertive.properties,is_scalar)
importFrom(methods,isClass)
importFrom(stats,is.stepfun)
3 changes: 3 additions & 0 deletions NEWS
@@ -1 +1,4 @@
0.0-2 Added is_formula and variants.
Added is_double and assertions.
Some better error messages.
0.0-1 Content extracted from assertive 0.3-0, and tidied.

0 comments on commit 2f10f6d

Please sign in to comment.