-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_pkgdown.yml
More file actions
134 lines (134 loc) · 2.96 KB
/
_pkgdown.yml
File metadata and controls
134 lines (134 loc) · 2.96 KB
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
template:
theme: github-dark
bootstrap: 5
bslib:
bg: "#0d0d0d"
fg: "#d9d9d9"
primary: "#298fcd"
base_font: "Roboto"
heading_font: "Lato"
code_font: "Fira Code"
navbar:
structure:
right: [search, github, twitter]
components:
twitter:
icon: fa-twitter
href: http://twitter.com/ShinyD3js
aria-label: Twitter
reference:
- title: Integer
desc: A set of generators to produce integer vectors.
contents:
- integer_
- integer_bounded
- integer_left_bounded
- integer_right_bounded
- integer_positive
- integer_negative
- title: Double
desc: A set of generators to produce double vectors.
contents:
- double_
- double_bounded
- double_left_bounded
- double_right_bounded
- double_positive
- double_negative
- double_fractional
- double_whole
- title: Numeric
desc: >
A set of generators to produce numeric vectors.
A numeric vector will be an integer or a double vector.
contents:
- numeric_
- numeric_bounded
- numeric_left_bounded
- numeric_right_bounded
- numeric_positive
- numeric_negative
- title: Character
desc: A set of generators to produce character vectors.
contents:
- character_
- character_letters
- character_numbers
- character_alphanumeric
- title: Logical
desc: A generator to produce logical vectors.
contents:
- logical_
- title: Date
desc: A set of generators to produce date vectors.
contents:
- date_
- date_bounded
- date_left_bounded
- date_right_bounded
- title: POSIXct
desc: A set of generators to produce POSIXct vectors.
contents:
- posixct_
- posixct_bounded
- posixct_left_bounded
- posixct_right_bounded
- title: hms
desc: A set of generators to produce hms vectors.
contents:
- hms_
- hms_bounded
- hms_left_bounded
- hms_right_bounded
- title: Factor
desc: A generator to produce factor vectors.
contents:
- factor_
- title: List
desc: A set of generators to produce lists.
contents:
- list_
- list_of
- flat_list_of
- title: Data frame
desc: A set of generators to produce data frames.
contents:
- tibble_
- tibble_of
- data_frame_
- data_frame_of
- data.table_
- data.table_of
- title: Any
desc: A set of generators to produce random values.
contents:
- anything
- any_atomic
- any_list
- any_flat_list
- any_flat_homogeneous_list
- any_vector
- any_tibble
- any_data_frame
- any_data.table
- any_undefined
- title: Other
desc: Other generators.
contents:
- one_of
- equal_length
- constant
- title: Hedgehog
desc: Convert between quickcheck and hedgehog generators.
contents:
- from_hedgehog
- as_hedgehog
- title: Test runner
desc: Functions to run property based tests.
contents:
- for_all
- repeat_test
- title: Show example
desc: Show an example output value from a generator
contents:
- show_example