forked from poissonconsulting/chk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
142 lines (141 loc) · 2.76 KB
/
_pkgdown.yml
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
destination: docs
reference:
- title: Logical Scalar Checkers
desc: Checking logical scalars
contents:
- '`chk_true`'
- '`chk_false`'
- '`chk_flag`'
- '`chk_lgl`'
- title: Scalar Checkers
desc: Checking scalars
contents:
- '`chk_scalar`'
- '`chk_number`'
- '`chk_whole_number`'
- '`chk_count`'
- '`chk_string`'
- '`chk_date`'
- '`chk_date_time`'
- '`chk_tz`'
- title: Range Checkers
desc: Checking ranges
contents:
- '`chk_range`'
- '`chk_lt`'
- '`chk_lte`'
- '`chk_gt`'
- '`chk_gte`'
- title: Equal Checkers
desc: Checking equal
contents:
- '`chk_identical`'
- '`chk_equal`'
- '`chk_equivalent`'
- title: All Checkers
desc: Checking all
contents:
- '`chk_all`'
- '`chk_all_identical`'
- '`chk_all_equal`'
- '`chk_all_equivalent`'
- title: Set Checkers
desc: Checking sets
contents:
- '`chk_subset`'
- '`chk_superset`'
- '`chk_join`'
- '`chk_setequal`'
- '`chk_orderset`'
- '`chk_not_subset`'
- title: Identity Checkers
desc: Checking identity
contents:
- '`chk_is`'
- '`chk_s3_class`'
- '`chk_s4_class`'
- '`chk_character_or_factor`'
- '`chk_vector`'
- '`chk_atomic`'
- '`chk_array`'
- '`chk_factor`'
- '`chk_function`'
- '`chk_matrix`'
- '`chk_whole_numeric`'
- '`chk_data`'
- '`chk_numeric`'
- title: Type Checkers
desc: Checking type
contents:
- '`chk_logical`'
- '`chk_list`'
- '`chk_double`'
- '`chk_environment`'
- '`chk_integer`'
- '`chk_character`'
- title: Null Checkers
desc: Checking null
contents:
- '`chk_null`'
- '`chk_not_null`'
- title: ... Checkers
desc: Checking ...
contents:
- '`chk_used`'
- '`chk_unused`'
- title: File Checkers
desc: Checking files
contents:
- '`chk_file`'
- '`chk_ext`'
- '`chk_dir`'
- title: Miscellaneous Checkers
desc: Checking miscellaneous
contents:
- '`chk_length`'
- '`chk_match`'
- '`chk_named`'
- '`chk_not_any_na`'
- '`chk_not_empty`'
- '`chk_sorted`'
- '`chk_unique`'
- '`chkor_vld`'
- '`chk_null_or`'
- title: chk_ Function Extenders
desc: Extending chk_ functions
contents:
- '`backtick_chk`'
- '`unbacktick_chk`'
- '`deparse_backtick_chk`'
- '`message_chk`'
- '`abort_chk`'
- '`expect_chk_error`'
- title: Message Generators
desc: Generating messages
contents:
- '`err`'
- '`wrn`'
- '`msg`'
- title: String Manipulators
desc: Manipulating strings
contents:
- '`p`'
- '`p0`'
- '`cc`'
- title: More in depth Checkers
desc: Checks more properties about the objects
contents:
- '`check_data`'
- '`check_dim`'
- '`check_dirs`'
- '`check_files`'
- '`check_key`'
- '`check_names`'
- '`check_values`'
- title: Deprecated Functions
desc: Functions that have been deprecated
contents:
- '`chk_chr`'
- '`chk_dbl`'
- '`chk_wnum`'
- '`chkor`'