-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.46 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Package: assertions
Title: Simple Assertions for Beautiful and Customisable Error Messages
Version: 0.2.0
Authors@R:
person("Sam", "El-Kamand", , "sam.elkamand@gmail.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-2270-8088"))
Description: Provides simple assertions with sensible defaults and customisable error messages.
It offers convenient assertion call wrappers and a general assert function that can handle any condition.
Default error messages are user friendly and easily customized with inline code evaluation and styling powered by the 'cli' package.
License: MIT + file LICENSE
Suggests:
covr,
knitr,
rmarkdown,
shiny,
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
cli,
glue,
methods,
rlang
URL: https://github.com/selkamand/assertions, https://selkamand.github.io/assertions/
VignetteBuilder: knitr
Collate:
'assert.R'
'assert_class.R'
'is_comparisons.R'
'is_functions.R'
'utils.R'
'assert_create.R'
'assert_type.R'
'assert_compare.R'
'assert_dataframe.R'
'assert_files.R'
'assert_functions.R'
'set_operations.R'
'assert_includes.R'
'assert_length.R'
'assert_names.R'
'assert_null.R'
'assert_numerical.R'
'assert_set.R'
'coverage_testing.R'
'export_testing.R'
'has.R'
BugReports: https://github.com/selkamand/assertions/issues