1
+ {
2
+ "blogdown::insert_image_addin": {
3
+ "name": "Insert Image",
4
+ "package": "blogdown",
5
+ "title": "",
6
+ "description": "Insert an external image into a blog post.",
7
+ "interactive": true,
8
+ "binding": "insert_image_addin",
9
+ "ordinal": 18
10
+ },
11
+ "blogdown::new_post_addin": {
12
+ "name": "New Post",
13
+ "package": "blogdown",
14
+ "title": "",
15
+ "description": "Create a new post with blogdown::new_post().",
16
+ "interactive": true,
17
+ "binding": "new_post_addin",
18
+ "ordinal": 16
19
+ },
20
+ "blogdown::quote_poem_addin": {
21
+ "name": "Quote Poem",
22
+ "package": "blogdown",
23
+ "title": "",
24
+ "description": "Add > to the beginning of selected paragraphs and two trailing spaces to selected lines.",
25
+ "interactive": false,
26
+ "binding": "quote_poem_addin",
27
+ "ordinal": 20
28
+ },
29
+ "blogdown::serve_site": {
30
+ "name": "Serve Site",
31
+ "package": "blogdown",
32
+ "title": "",
33
+ "description": "Run blogdown::serve_site() to live preview a website locally.",
34
+ "interactive": true,
35
+ "binding": "serve_site",
36
+ "ordinal": 15
37
+ },
38
+ "blogdown::touch_file_rstudio": {
39
+ "name": "Touch File",
40
+ "package": "blogdown",
41
+ "title": "",
42
+ "description": "Change the timestamp of the current file in the editor.",
43
+ "interactive": false,
44
+ "binding": "touch_file_rstudio",
45
+ "ordinal": 19
46
+ },
47
+ "blogdown::update_meta_addin": {
48
+ "name": "Update Metadata",
49
+ "package": "blogdown",
50
+ "title": "",
51
+ "description": "Update the title, author, date, categories, and tags of the current blog post.",
52
+ "interactive": true,
53
+ "binding": "update_meta_addin",
54
+ "ordinal": 17
55
+ },
56
+ "bookdown::mathquill": {
57
+ "name": "Input LaTeX Math",
58
+ "package": "bookdown",
59
+ "title": "",
60
+ "description": "Input math expressions via the MathQuill library.",
61
+ "interactive": true,
62
+ "binding": "mathquill",
63
+ "ordinal": 13
64
+ },
65
+ "bookdown::serve_book": {
66
+ "name": "Preview Book",
67
+ "package": "bookdown",
68
+ "title": "",
69
+ "description": "Run bookdown::serve_book() to live preview a book.",
70
+ "interactive": true,
71
+ "binding": "serve_book",
72
+ "ordinal": 12
73
+ },
74
+ "clipr::clipr_output": {
75
+ "name": "Output to clipboard",
76
+ "package": "clipr",
77
+ "title": "",
78
+ "description": "Copies the console output of a selected expression to the system clipboard",
79
+ "interactive": false,
80
+ "binding": "clipr_output",
81
+ "ordinal": 22
82
+ },
83
+ "clipr::clipr_result": {
84
+ "name": "Value to clipboard",
85
+ "package": "clipr",
86
+ "title": "",
87
+ "description": "Copies the results of a selected expression to the system clipboard",
88
+ "interactive": false,
89
+ "binding": "clipr_result",
90
+ "ordinal": 21
91
+ },
92
+ "colourpicker::colourPickerAddin": {
93
+ "name": "Colour Picker",
94
+ "package": "colourpicker",
95
+ "title": "",
96
+ "description": "Lets you easily select colours.",
97
+ "interactive": true,
98
+ "binding": "colourPickerAddin",
99
+ "ordinal": 11
100
+ },
101
+ "colourpicker::plotHelperAddin": {
102
+ "name": "Plot Colour Helper",
103
+ "package": "colourpicker",
104
+ "title": "",
105
+ "description": "Interactively pick colours to use in your plot.",
106
+ "interactive": true,
107
+ "binding": "plotHelperAddin",
108
+ "ordinal": 10
109
+ },
110
+ "covr::addin_report": {
111
+ "name": "Calculate package test coverage",
112
+ "package": "covr",
113
+ "title": "",
114
+ "description": "Calculates the package test coverage and opens a report, using `covr::report()`",
115
+ "interactive": false,
116
+ "binding": "addin_report",
117
+ "ordinal": 23
118
+ },
119
+ "devtools::document": {
120
+ "name": "Document a package",
121
+ "package": "devtools",
122
+ "title": "",
123
+ "description": "A wrapper for `roxygen`'s `roxygen2::roxygenize()`",
124
+ "interactive": false,
125
+ "binding": "document",
126
+ "ordinal": 27
127
+ },
128
+ "devtools::test_coverage": {
129
+ "name": "Report test coverage for a package",
130
+ "package": "devtools",
131
+ "title": "",
132
+ "description": "Calculate and report the test coverage for the current package, using `devtools::test_coverage()`.",
133
+ "interactive": false,
134
+ "binding": "test_coverage",
135
+ "ordinal": 26
136
+ },
137
+ "devtools::test_coverage_file": {
138
+ "name": "Report test coverage for a file",
139
+ "package": "devtools",
140
+ "title": "",
141
+ "description": "Calculate and report test coverage for the current test file, using `devtools::test_coverage_file()`.",
142
+ "interactive": false,
143
+ "binding": "test_coverage_file",
144
+ "ordinal": 25
145
+ },
146
+ "devtools::test_file": {
147
+ "name": "Run a test file",
148
+ "package": "devtools",
149
+ "title": "",
150
+ "description": "Run the current test file, using `devtools::test_file()`.",
151
+ "interactive": false,
152
+ "binding": "test_file",
153
+ "ordinal": 24
154
+ },
155
+ "listviewer::jsoneditAddin": {
156
+ "name": "jsonedit",
157
+ "package": "listviewer",
158
+ "title": "",
159
+ "description": "View a list in jsonedit",
160
+ "interactive": false,
161
+ "binding": "jsoneditAddin",
162
+ "ordinal": 9
163
+ },
164
+ "questionr::icut": {
165
+ "name": "Numeric range dividing",
166
+ "package": "questionr",
167
+ "title": "",
168
+ "description": "Interactively generate code for dividing the range of a numeric variable",
169
+ "interactive": true,
170
+ "binding": "icut",
171
+ "ordinal": 8
172
+ },
173
+ "questionr::iorder": {
174
+ "name": "Levels ordering",
175
+ "package": "questionr",
176
+ "title": "",
177
+ "description": "Interactively generate code for a variable levels reordering",
178
+ "interactive": true,
179
+ "binding": "iorder",
180
+ "ordinal": 7
181
+ },
182
+ "questionr::irec": {
183
+ "name": "Levels recoding",
184
+ "package": "questionr",
185
+ "title": "",
186
+ "description": "Interactively generate code for a variable levels recoding",
187
+ "interactive": true,
188
+ "binding": "irec",
189
+ "ordinal": 6
190
+ },
191
+ "reprex::reprex_addin": {
192
+ "name": "Render reprex...",
193
+ "package": "reprex",
194
+ "title": "",
195
+ "description": "Run `reprex::reprex()` to prepare a reproducible example for sharing.",
196
+ "interactive": true,
197
+ "binding": "reprex_addin",
198
+ "ordinal": 28
199
+ },
200
+ "reprex::reprex_selection": {
201
+ "name": "Reprex selection",
202
+ "package": "reprex",
203
+ "title": "",
204
+ "description": "Prepare reprex from current selection",
205
+ "interactive": false,
206
+ "binding": "reprex_selection",
207
+ "ordinal": 29
208
+ },
209
+ "styler::set_style_transformers": {
210
+ "name": "Set style",
211
+ "package": "styler",
212
+ "title": "",
213
+ "description": "Prompt for and set the style transformers used by all styler addins",
214
+ "interactive": true,
215
+ "binding": "set_style_transformers",
216
+ "ordinal": 1
217
+ },
218
+ "styler::style_active_file": {
219
+ "name": "Style active file",
220
+ "package": "styler",
221
+ "title": "",
222
+ "description": "Pretty-print active file",
223
+ "interactive": true,
224
+ "binding": "style_active_file",
225
+ "ordinal": 3
226
+ },
227
+ "styler::style_active_pkg": {
228
+ "name": "Style active package",
229
+ "package": "styler",
230
+ "title": "",
231
+ "description": "Pretty-print active package",
232
+ "interactive": true,
233
+ "binding": "style_active_pkg",
234
+ "ordinal": 4
235
+ },
236
+ "styler::style_selection": {
237
+ "name": "Style selection",
238
+ "package": "styler",
239
+ "title": "",
240
+ "description": "Pretty-print selection",
241
+ "interactive": true,
242
+ "binding": "style_selection",
243
+ "ordinal": 2
244
+ },
245
+ "testit::insert_identical": {
246
+ "name": "Insert %==%",
247
+ "package": "testit",
248
+ "title": "",
249
+ "description": "Insert the infix operator %==% from testit.",
250
+ "interactive": false,
251
+ "binding": "insert_identical",
252
+ "ordinal": 14
253
+ },
254
+ "vdiffr::vdiffrAddin": {
255
+ "name": "Manage visual test cases",
256
+ "package": "vdiffr",
257
+ "title": "",
258
+ "description": "Compare and validate graphical test cases using vdiffr",
259
+ "interactive": true,
260
+ "binding": "vdiffrAddin",
261
+ "ordinal": 5
262
+ }
263
+ }
0 commit comments