-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.json
701 lines (701 loc) · 50 KB
/
manifest.json
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
{
"version": 1,
"locale": "en_US",
"platform": "3.6.3",
"metadata": {
"appmode": "shiny",
"primary_rmd": null,
"primary_html": null,
"content_category": null,
"has_parameters": false
},
"packages": {
"BH": {
"Source": "CRAN",
"Repository": "https://cloud.r-project.org",
"description": {
"Package": "BH",
"Type": "Package",
"Title": "Boost C++ Header Files",
"Version": "1.72.0-3",
"Date": "2019-12-28",
"Author": "Dirk Eddelbuettel, John W. Emerson and Michael J. Kane",
"Maintainer": "Dirk Eddelbuettel <[email protected]>",
"Description": "Boost provides free peer-reviewed portable C++ source \n libraries. A large part of Boost is provided as C++ template code\n which is resolved entirely at compile-time without linking. This \n package aims to provide the most useful subset of Boost libraries \n for template use among CRAN packages. By placing these libraries in \n this package, we offer a more efficient distribution system for CRAN \n as replication of this code in the sources of other packages is \n avoided. As of release 1.72.0-3, the following Boost libraries are\n included: 'accumulators' 'algorithm' 'align' 'any' 'atomic' 'bimap'\n 'bind' 'circular_buffer' 'compute' 'concept' 'config' 'container'\n 'date_time' 'detail' 'dynamic_bitset' 'exception' 'flyweight'\n 'foreach' 'functional' 'fusion' 'geometry' 'graph' 'heap' 'icl'\n 'integer' 'interprocess' 'intrusive' 'io' 'iostreams' 'iterator'\n 'math' 'move' 'mp11' 'mpl' 'multiprcecision' 'numeric' 'pending'\n 'phoenix' 'polygon' 'preprocessor' 'propery_tree' 'random' 'range'\n 'scope_exit' 'smart_ptr' 'sort' 'spirit' 'tuple' 'type_traits'\n 'typeof' 'unordered' 'utility' 'uuid'.",
"License": "BSL-1.0",
"URL": "https://github.com/eddelbuettel/bh",
"BugReports": "https://github.com/eddelbuettel/bh/issues",
"NeedsCompilation": "no",
"Packaged": "2019-12-28 14:48:54.73981 UTC; edd",
"Repository": "CRAN",
"Date/Publication": "2020-01-08 23:20:08 UTC",
"Built": "R 3.6.3; ; 2020-12-15 18:22:37 UTC; unix"
}
},
"R6": {
"Source": "CRAN",
"Repository": "https://cloud.r-project.org",
"description": {
"Package": "R6",
"Title": "Encapsulated Classes with Reference Semantics",
"Version": "2.5.0",
"Authors@R": "person(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"[email protected]\")",
"Description": "Creates classes with reference semantics, similar to R's built-in\n reference classes. Compared to reference classes, R6 classes are simpler\n and lighter-weight, and they are not built on S4 classes so they do not\n require the methods package. These classes allow public and private\n members, and they support inheritance, even when the classes are defined in\n different packages.",
"Depends": "R (>= 3.0)",
"Suggests": "knitr, microbenchmark, pryr, testthat, ggplot2, scales",
"License": "MIT + file LICENSE",
"URL": "https://r6.r-lib.org, https://github.com/r-lib/R6/",
"LazyData": "true",
"BugReports": "https://github.com/r-lib/R6/issues",
"RoxygenNote": "6.1.1",
"NeedsCompilation": "no",
"Packaged": "2020-10-28 18:30:05 UTC; winston",
"Author": "Winston Chang [aut, cre]",
"Maintainer": "Winston Chang <[email protected]>",
"Repository": "CRAN",
"Date/Publication": "2020-10-28 19:30:02 UTC",
"Built": "R 3.6.3; ; 2020-12-15 18:25:24 UTC; unix"
}
},
"Rcpp": {
"Source": "CRAN",
"Repository": "https://cloud.r-project.org",
"description": {
"Package": "Rcpp",
"Title": "Seamless R and C++ Integration",
"Version": "1.0.5",
"Date": "2020-07-01",
"Author": "Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,\n Nathan Russell, Douglas Bates and John Chambers",
"Maintainer": "Dirk Eddelbuettel <[email protected]>",
"Description": "The 'Rcpp' package provides R functions as well as C++ classes which\n offer a seamless integration of R and C++. Many R data types and objects can be\n mapped back and forth to C++ equivalents which facilitates both writing of new\n code as well as easier integration of third-party libraries. Documentation\n about 'Rcpp' is provided by several vignettes included in this package, via the\n 'Rcpp Gallery' site at <http://gallery.rcpp.org>, the paper by Eddelbuettel and\n Francois (2011, <doi:10.18637/jss.v040.i08>), the book by Eddelbuettel (2013,\n <doi:10.1007/978-1-4614-6868-4>) and the paper by Eddelbuettel and Balamuta (2018,\n <doi:10.1080/00031305.2017.1375990>); see 'citation(\"Rcpp\")' for details.",
"Imports": "methods, utils",
"Suggests": "tinytest, inline, rbenchmark, pkgKitten (>= 0.1.2)",
"URL": "http://www.rcpp.org, https://dirk.eddelbuettel.com/code/rcpp.html,\nhttps://github.com/RcppCore/Rcpp",
"License": "GPL (>= 2)",
"BugReports": "https://github.com/RcppCore/Rcpp/issues",
"MailingList": "[email protected]",
"RoxygenNote": "6.1.1",
"NeedsCompilation": "yes",
"Packaged": "2020-07-01 16:50:09.72105 UTC; edd",
"Repository": "CRAN",
"Date/Publication": "2020-07-06 13:40:08 UTC",
"Built": "R 3.6.3; x86_64-pc-linux-gnu; 2020-12-15 16:21:10 UTC; unix"
}
},
"base64enc": {
"Source": "CRAN",
"Repository": "https://cloud.r-project.org",
"description": {
"Package": "base64enc",
"Version": "0.1-3",
"Title": "Tools for base64 encoding",
"Author": "Simon Urbanek <[email protected]>",
"Maintainer": "Simon Urbanek <[email protected]>",
"Depends": "R (>= 2.9.0)",
"Enhances": "png",
"Description": "This package provides tools for handling base64 encoding. It is more flexible than the orphaned base64 package.",
"License": "GPL-2 | GPL-3",
"URL": "http://www.rforge.net/base64enc",
"NeedsCompilation": "yes",
"Packaged": "2015-02-04 20:31:00 UTC; svnuser",
"Repository": "CRAN",
"Date/Publication": "2015-07-28 08:03:37",
"Built": "R 3.6.3; x86_64-pc-linux-gnu; 2020-12-15 18:25:20 UTC; unix"
}
},
"commonmark": {
"Source": "CRAN",
"Repository": "https://cloud.r-project.org",
"description": {
"Package": "commonmark",
"Type": "Package",
"Title": "High Performance CommonMark and Github Markdown Rendering in R",
"Version": "1.7",
"Authors@R": "c(\n person(\"Jeroen\", \"Ooms\", ,\"[email protected]\", role = c(\"aut\", \"cre\")),\n person(\"John MacFarlane\", role = \"cph\", comment = \"Author of cmark\"))",
"URL": "http://github.com/jeroen/commonmark (devel)\nhttps://github.github.com/gfm/ (spec)",
"BugReports": "http://github.com/jeroen/commonmark/issues",
"Description": "The CommonMark specification defines a rationalized version of markdown\n syntax. This package uses the 'cmark' reference implementation for converting\n markdown text into various formats including html, latex and groff man. In\n addition it exposes the markdown parse tree in xml format. Also includes opt-in\n support for GFM extensions including tables, autolinks, and strikethrough text.",
"License": "BSD_2_clause + file LICENSE",
"Suggests": "curl, testthat, xml2",
"RoxygenNote": "6.0.1",
"NeedsCompilation": "yes",
"Packaged": "2018-12-01 11:57:14 UTC; jeroen",
"Author": "Jeroen Ooms [aut, cre],\n John MacFarlane [cph] (Author of cmark)",
"Maintainer": "Jeroen Ooms <[email protected]>",
"Repository": "CRAN",
"Date/Publication": "2018-12-01 12:30:03 UTC",
"Built": "R 3.6.3; x86_64-pc-linux-gnu; 2020-12-15 18:26:10 UTC; unix"
}
},
"crayon": {
"Source": "CRAN",
"Repository": "https://cloud.r-project.org",
"description": {
"Package": "crayon",
"Title": "Colored Terminal Output",
"Version": "1.3.4",
"Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"[email protected]\",\n role = c(\"aut\", \"cre\")),\n person(\n \"Brodie\", \"Gaslam\", email=\"[email protected]\",\n role=c(\"ctb\"))\n )",
"Description": "Colored terminal output on terminals that support 'ANSI'\n color and highlight codes. It also works in 'Emacs' 'ESS'. 'ANSI'\n color support is automatically detected. Colors and highlighting can\n be combined and nested. New styles can also be created easily.\n This package was inspired by the 'chalk' 'JavaScript' project.",
"License": "MIT + file LICENSE",
"LazyData": "true",
"URL": "https://github.com/r-lib/crayon#readme",
"BugReports": "https://github.com/r-lib/crayon/issues",
"Collate": "'ansi-256.r' 'combine.r' 'string.r' 'utils.r'\n'crayon-package.r' 'disposable.r' 'has_ansi.r' 'has_color.r'\n'styles.r' 'machinery.r' 'parts.r' 'print.r' 'style-var.r'\n'show.r' 'string_operations.r'",
"Imports": "grDevices, methods, utils",
"Suggests": "mockery, rstudioapi, testthat, withr",
"RoxygenNote": "6.0.1.9000",
"Encoding": "UTF-8",
"NeedsCompilation": "no",
"Packaged": "2017-09-15 18:14:04 UTC; gaborcsardi",
"Author": "Gábor Csárdi [aut, cre],\n Brodie Gaslam [ctb]",
"Maintainer": "Gábor Csárdi <[email protected]>",
"Repository": "CRAN",
"Date/Publication": "2017-09-16 19:49:46 UTC",
"Built": "R 3.6.3; ; 2020-12-15 18:25:55 UTC; unix"
}
},
"digest": {
"Source": "CRAN",
"Repository": "https://cloud.r-project.org",
"description": {
"Package": "digest",
"Author": "Dirk Eddelbuettel <[email protected]> with contributions \n by Antoine Lucas, Jarek Tuszynski, Henrik Bengtsson, Simon Urbanek,\n Mario Frasca, Bryan Lewis, Murray Stokely, Hannes Muehleisen,\n Duncan Murdoch, Jim Hester, Wush Wu, Qiang Kou, Thierry Onkelinx, \n Michel Lang, Viliam Simko, Kurt Hornik, Radford Neal, Kendon Bell,\n Matthew de Queljoe, Ion Suruceanu, Bill Denney, Dirk Schumacher,\n and Winston Chang.",
"Version": "0.6.27",
"Date": "2020-10-20",
"Maintainer": "Dirk Eddelbuettel <[email protected]>",
"Title": "Create Compact Hash Digests of R Objects",
"Description": "Implementation of a function 'digest()' for the creation of hash\n digests of arbitrary R objects (using the 'md5', 'sha-1', 'sha-256', 'crc32',\n 'xxhash', 'murmurhash', 'spookyhash' and 'blake3' algorithms) permitting easy\n comparison of R language objects, as well as functions such as'hmac()' to\n create hash-based message authentication code. Please note that this package\n is not meant to be deployed for cryptographic purposes for which more\n comprehensive (and widely tested) libraries such as 'OpenSSL' should be\n used.",
"URL": "http://dirk.eddelbuettel.com/code/digest.html",
"BugReports": "https://github.com/eddelbuettel/digest/issues",
"Depends": "R (>= 3.3.0)",
"Imports": "utils",
"License": "GPL (>= 2)",
"Suggests": "tinytest, knitr, rmarkdown, minidown",
"VignetteBuilder": "knitr",
"NeedsCompilation": "yes",
"Packaged": "2020-10-20 13:03:32 UTC; edd",
"Repository": "CRAN",
"Date/Publication": "2020-10-24 22:10:06 UTC",
"Built": "R 3.6.3; x86_64-pc-linux-gnu; 2020-12-15 18:25:14 UTC; unix"
}
},
"fastmap": {
"Source": "CRAN",
"Repository": "https://cloud.r-project.org",
"description": {
"Package": "fastmap",
"Title": "Fast Implementation of a Key-Value Store",
"Version": "1.0.1",
"Authors@R": "c(\n person(\"Winston\", \"Chang\", email = \"[email protected]\", role = c(\"aut\", \"cre\")),\n person(given = \"RStudio\", role = c(\"cph\", \"fnd\")),\n person(given = \"Tessil\", role = \"cph\", comment = \"hopscotch_map library\")\n )",
"Description": "Fast implementation of a key-value store. Environments are commonly\n used as key-value stores, but every time a new key is used, it is added to\n R's global symbol table, causing a small amount of memory leakage. This can\n be problematic in cases where many different keys are used. Fastmap avoids\n this memory leak issue by implementing the map using data structures in C++.",
"License": "MIT + file LICENSE",
"Encoding": "UTF-8",
"LazyData": "true",
"RoxygenNote": "6.1.1",
"Suggests": "testthat (>= 2.1.1)",
"URL": "https://r-lib.github.io/fastmap/, https://github.com/r-lib/fastmap",
"BugReports": "https://github.com/r-lib/fastmap/issues",
"NeedsCompilation": "yes",
"Packaged": "2019-10-07 23:14:48 UTC; winston",
"Author": "Winston Chang [aut, cre],\n RStudio [cph, fnd],\n Tessil [cph] (hopscotch_map library)",
"Maintainer": "Winston Chang <[email protected]>",
"Repository": "CRAN",
"Date/Publication": "2019-10-08 05:20:02 UTC",
"Built": "R 3.6.3; x86_64-pc-linux-gnu; 2020-12-15 18:26:04 UTC; unix"
}
},
"glue": {
"Source": "CRAN",
"Repository": "https://cloud.r-project.org",
"description": {
"Package": "glue",
"Title": "Interpreted String Literals",
"Version": "1.4.2",
"Authors@R": "person(\"Jim\", \"Hester\", email = \"[email protected]\", role = c(\"aut\", \"cre\"))",
"Description": "An implementation of interpreted string literals, inspired by\n Python's Literal String Interpolation <https://www.python.org/dev/peps/pep-0498/> and Docstrings\n <https://www.python.org/dev/peps/pep-0257/> and Julia's Triple-Quoted String Literals\n <https://docs.julialang.org/en/v1.3/manual/strings/#Triple-Quoted-String-Literals-1>.",
"Depends": "R (>= 3.2)",
"Imports": "methods",
"Suggests": "testthat, covr, magrittr, crayon, knitr, rmarkdown, DBI,\nRSQLite, R.utils, forcats, microbenchmark, rprintf, stringr,\nggplot2, dplyr, withr, vctrs (>= 0.3.0)",
"License": "MIT + file LICENSE",
"Encoding": "UTF-8",
"LazyData": "true",
"RoxygenNote": "7.1.1",
"URL": "https://github.com/tidyverse/glue, https://glue.tidyverse.org/",
"BugReports": "https://github.com/tidyverse/glue/issues",
"VignetteBuilder": "knitr",
"ByteCompile": "true",
"NeedsCompilation": "yes",
"Packaged": "2020-08-26 17:24:06 UTC; jhester",
"Author": "Jim Hester [aut, cre]",
"Maintainer": "Jim Hester <[email protected]>",
"Repository": "CRAN",
"Date/Publication": "2020-08-27 13:50:06 UTC",
"Built": "R 3.6.3; x86_64-pc-linux-gnu; 2020-12-15 18:26:18 UTC; unix"
}
},
"htmltools": {
"Source": "CRAN",
"Repository": "https://cloud.r-project.org",
"description": {
"Package": "htmltools",
"Type": "Package",
"Title": "Tools for HTML",
"Version": "0.5.0",
"Authors@R": "c(\n person(\"Joe\", \"Cheng\", role = \"aut\", email = \"[email protected]\"),\n person(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"), email = \"[email protected]\", comment = c(ORCID = \"0000-0002-4958-2844\")),\n person(\"Winston\", \"Chang\", role = \"aut\", email = \"[email protected]\"),\n person(\"Yihui\", \"Xie\", role = \"aut\", email = \"[email protected]\"),\n person(\"Jeff\", \"Allen\", role = \"aut\", email = \"[email protected]\"),\n person(family = \"RStudio\", role = \"cph\")\n )",
"Description": "Tools for HTML generation and output.",
"Depends": "R (>= 2.14.1)",
"Imports": "utils, digest, grDevices, base64enc, rlang",
"Suggests": "markdown, testthat, withr, Cairo, ragg",
"Enhances": "knitr",
"License": "GPL (>= 2)",
"URL": "https://github.com/rstudio/htmltools",
"BugReports": "https://github.com/rstudio/htmltools/issues",
"RoxygenNote": "7.1.0.9000",
"Encoding": "UTF-8",
"Collate": "'colors.R' 'html_dependency.R' 'html_escape.R' 'html_print.R'\n'images.R' 'known_tags.R' 'shim.R' 'utils.R' 'tags.R'\n'template.R'",
"NeedsCompilation": "yes",
"Packaged": "2020-06-15 14:46:19 UTC; cpsievert",
"Author": "Joe Cheng [aut],\n Carson Sievert [aut, cre] (<https://orcid.org/0000-0002-4958-2844>),\n Winston Chang [aut],\n Yihui Xie [aut],\n Jeff Allen [aut],\n RStudio [cph]",
"Maintainer": "Carson Sievert <[email protected]>",
"Repository": "CRAN",
"Date/Publication": "2020-06-16 14:10:10 UTC",
"Built": "R 3.6.3; x86_64-pc-linux-gnu; 2020-12-15 18:25:21 UTC; unix"
}
},
"httpuv": {
"Source": "CRAN",
"Repository": "https://cloud.r-project.org",
"description": {
"Package": "httpuv",
"Type": "Package",
"Encoding": "UTF-8",
"Title": "HTTP and WebSocket Server Library",
"Version": "1.5.4",
"Authors@R": "c(\n person(\"Joe\", \"Cheng\", role = c(\"aut\"), email = \"[email protected]\"),\n person(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"[email protected]\"),\n person(family = \"RStudio, PBC\", role = \"cph\"),\n person(\"Hector\", \"Corrada Bravo\", role = \"ctb\"),\n person(\"Jeroen\", \"Ooms\", role = \"ctb\")\n )",
"Copyright": "RStudio, PBC; Joyent, Inc.; Nginx Inc.; Igor Sysoev; Niels\nProvos; Internet Systems Consortium, Inc.; Alexander Chemeris;\nBerkeley Software Design; Google Inc.; Sony Mobile\nCommunications AB; Alexander Peslyak; Free Software Foundation,\nInc.; X Consortium; Ben Noordhuis; StrongLoop, Inc.; Saúl\nIbarra Corretgé; Bert Belder; Fedor Indutny; libuv project;\nRefael Ackermann; Kenneth MacKay; Emergya; Diego Pettenò; xine\nproject, The Regents of the University of California, Dariusz\nDwornikowski",
"Description": "Provides low-level socket and protocol support for handling\n HTTP and WebSocket requests directly from within R. It is primarily\n intended as a building block for other packages, rather than making it\n particularly easy to create complete web applications using httpuv alone.\n httpuv is built on top of the libuv and http-parser C libraries, both of\n which were developed by Joyent, Inc. (See LICENSE file for libuv and\n http-parser license information.)",
"License": "GPL (>= 2) | file LICENSE",
"Depends": "R (>= 2.15.1)",
"Imports": "Rcpp (>= 0.11.0), utils, R6, promises, later (>= 0.8.0)",
"LinkingTo": "Rcpp, BH, later",
"URL": "https://github.com/rstudio/httpuv",
"SystemRequirements": "GNU make",
"RoxygenNote": "7.1.0",
"Suggests": "testthat, callr, curl, websocket",
"Collate": "'RcppExports.R' 'httpuv.R' 'random_port.R' 'server.R'\n'static_paths.R' 'utils.R'",
"NeedsCompilation": "yes",
"Packaged": "2020-06-05 19:56:39 UTC; winston",
"Author": "Joe Cheng [aut],\n Winston Chang [aut, cre],\n RStudio, PBC [cph],\n Hector Corrada Bravo [ctb],\n Jeroen Ooms [ctb]",
"Maintainer": "Winston Chang <[email protected]>",
"Repository": "CRAN",
"Date/Publication": "2020-06-06 05:00:06 UTC",
"Built": "R 3.6.3; x86_64-pc-linux-gnu; 2020-12-15 18:23:09 UTC; unix"
}
},
"jsonlite": {
"Source": "CRAN",
"Repository": "https://cloud.r-project.org",
"description": {
"Package": "jsonlite",
"Version": "1.7.2",
"Title": "A Simple and Robust JSON Parser and Generator for R",
"License": "MIT + file LICENSE",
"Depends": "methods",
"Authors@R": "c(\n person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"[email protected]\",\n comment = c(ORCID = \"0000-0002-4035-0289\")),\n person(\"Duncan\", \"Temple Lang\", role = \"ctb\"),\n person(\"Lloyd\", \"Hilaiel\", role = \"cph\", comment=\"author of bundled libyajl\"))",
"URL": "https://arxiv.org/abs/1403.2805 (paper)",
"BugReports": "https://github.com/jeroen/jsonlite/issues",
"Maintainer": "Jeroen Ooms <[email protected]>",
"VignetteBuilder": "knitr, R.rsp",
"Description": "A reasonably fast JSON parser and generator, optimized for statistical \n data and the web. Offers simple, flexible tools for working with JSON in R, and\n is particularly powerful for building pipelines and interacting with a web API. \n The implementation is based on the mapping described in the vignette (Ooms, 2014).\n In addition to converting JSON data from/to R objects, 'jsonlite' contains \n functions to stream, validate, and prettify JSON data. The unit tests included \n with the package verify that all edge cases are encoded and decoded consistently \n for use with dynamic data in systems and applications.",
"Suggests": "httr, curl, plyr, testthat, knitr, rmarkdown, R.rsp, sf",
"RoxygenNote": "7.1.1",
"Encoding": "UTF-8",
"NeedsCompilation": "yes",
"Packaged": "2020-12-09 13:54:18 UTC; jeroen",
"Author": "Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>),\n Duncan Temple Lang [ctb],\n Lloyd Hilaiel [cph] (author of bundled libyajl)",
"Repository": "CRAN",
"Date/Publication": "2020-12-09 17:40:03 UTC",
"Built": "R 3.6.3; x86_64-pc-linux-gnu; 2020-12-15 18:25:06 UTC; unix"
}
},
"later": {
"Source": "CRAN",
"Repository": "https://cloud.r-project.org",
"description": {
"Package": "later",
"Type": "Package",
"Title": "Utilities for Scheduling Functions to Execute Later with Event\nLoops",
"Version": "1.1.0.1",
"Authors@R": "c(\n person(\"Joe\", \"Cheng\", role = c(\"aut\", \"cre\"), email = \"[email protected]\"),\n person(family = \"RStudio\", role = \"cph\"),\n person(\"Winston\", \"Chang\", role = c(\"aut\"), email = \"[email protected]\"),\n person(\"Marcus\", \"Geelnard\", role = c(\"ctb\", \"cph\"), comment = \"TinyCThread library, https://tinycthread.github.io/\"),\n person(\"Evan\", \"Nemerson\", role = c(\"ctb\", \"cph\"), comment = \"TinyCThread library, https://tinycthread.github.io/\")\n )",
"Description": "Executes arbitrary R or C functions some time after the current\n time, after the R execution stack has emptied. The functions are scheduled\n in an event loop.",
"URL": "https://github.com/r-lib/later",
"BugReports": "https://github.com/r-lib/later/issues",
"License": "GPL (>= 2)",
"Imports": "Rcpp (>= 0.12.9), rlang",
"LinkingTo": "Rcpp, BH",
"RoxygenNote": "7.1.0",
"Suggests": "knitr, rmarkdown, testthat",
"VignetteBuilder": "knitr",
"NeedsCompilation": "yes",
"Packaged": "2020-06-02 13:23:01 UTC; winston",
"Author": "Joe Cheng [aut, cre],\n RStudio [cph],\n Winston Chang [aut],\n Marcus Geelnard [ctb, cph] (TinyCThread library,\n https://tinycthread.github.io/),\n Evan Nemerson [ctb, cph] (TinyCThread library,\n https://tinycthread.github.io/)",
"Maintainer": "Joe Cheng <[email protected]>",
"Repository": "CRAN",
"Date/Publication": "2020-06-05 10:10:13 UTC",
"Built": "R 3.6.3; x86_64-pc-linux-gnu; 2020-12-15 18:25:30 UTC; unix"
}
},
"magrittr": {
"Source": "CRAN",
"Repository": "https://cloud.r-project.org",
"description": {
"Type": "Package",
"Package": "magrittr",
"Title": "A Forward-Pipe Operator for R",
"Version": "2.0.1",
"Authors@R": "\n c(person(given = \"Stefan Milton\",\n family = \"Bache\",\n role = c(\"aut\", \"cph\"),\n email = \"[email protected]\",\n comment = \"Original author and creator of magrittr\"),\n person(given = \"Hadley\",\n family = \"Wickham\",\n role = \"aut\",\n email = \"[email protected]\"),\n person(given = \"Lionel\",\n family = \"Henry\",\n role = \"cre\",\n email = \"[email protected]\"),\n person(given = \"RStudio\",\n role = c(\"cph\", \"fnd\")))",
"Description": "Provides a mechanism for chaining commands with a\n new forward-pipe operator, %>%. This operator will forward a value, or\n the result of an expression, into the next function call/expression.\n There is flexible support for the type of right-hand side expressions.\n For more information, see package vignette. To quote Rene Magritte,\n \"Ceci n'est pas un pipe.\"",
"License": "MIT + file LICENSE",
"URL": "https://magrittr.tidyverse.org,\nhttps://github.com/tidyverse/magrittr",
"BugReports": "https://github.com/tidyverse/magrittr/issues",
"Suggests": "covr, knitr, rlang, rmarkdown, testthat",
"VignetteBuilder": "knitr",
"ByteCompile": "Yes",
"Encoding": "UTF-8",
"RoxygenNote": "7.1.1",
"NeedsCompilation": "yes",
"Packaged": "2020-11-17 12:44:34 UTC; lionel",
"Author": "Stefan Milton Bache [aut, cph] (Original author and creator of\n magrittr),\n Hadley Wickham [aut],\n Lionel Henry [cre],\n RStudio [cph, fnd]",
"Maintainer": "Lionel Henry <[email protected]>",
"Repository": "CRAN",
"Date/Publication": "2020-11-17 16:20:06 UTC",
"Built": "R 3.6.3; x86_64-pc-linux-gnu; 2020-12-15 18:22:22 UTC; unix"
}
},
"mime": {
"Source": "CRAN",
"Repository": "https://cloud.r-project.org",
"description": {
"Package": "mime",
"Type": "Package",
"Title": "Map Filenames to MIME Types",
"Version": "0.9",
"Authors@R": "c(\n person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"[email protected]\", comment = c(ORCID = \"0000-0003-0645-5666\")),\n person(\"Jeffrey\", \"Horner\", role = \"ctb\"),\n person(\"Beilei\", \"Bian\", role = \"ctb\")\n )",
"Description": "Guesses the MIME type from a filename extension using the data\n derived from /etc/mime.types in UNIX-type systems.",
"Imports": "tools",
"License": "GPL",
"URL": "https://github.com/yihui/mime",
"BugReports": "https://github.com/yihui/mime/issues",
"LazyData": "TRUE",
"RoxygenNote": "7.0.2",
"Encoding": "UTF-8",
"NeedsCompilation": "yes",
"Packaged": "2020-02-04 17:11:45 UTC; yihui",
"Author": "Yihui Xie [aut, cre] (<https://orcid.org/0000-0003-0645-5666>),\n Jeffrey Horner [ctb],\n Beilei Bian [ctb]",
"Maintainer": "Yihui Xie <[email protected]>",
"Repository": "CRAN",
"Date/Publication": "2020-02-04 18:20:06 UTC",
"Built": "R 3.6.3; x86_64-pc-linux-gnu; 2020-12-15 18:25:04 UTC; unix"
}
},
"promises": {
"Source": "CRAN",
"Repository": "https://cloud.r-project.org",
"description": {
"Package": "promises",
"Type": "Package",
"Title": "Abstractions for Promise-Based Asynchronous Programming",
"Version": "1.1.1",
"Authors@R": "c(\n person(\"Joe\", \"Cheng\", email = \"[email protected]\", role = c(\"aut\", \"cre\")),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )",
"Description": "Provides fundamental abstractions for doing asynchronous programming\n in R using promises. Asynchronous programming is useful for allowing a single\n R process to orchestrate multiple tasks in the background while also attending\n to something else. Semantics are similar to 'JavaScript' promises, but with a\n syntax that is idiomatic R.",
"License": "MIT + file LICENSE",
"Imports": "R6, Rcpp, later, rlang, stats, magrittr",
"Suggests": "testthat, future, knitr, rmarkdown",
"LinkingTo": "later, Rcpp",
"RoxygenNote": "7.1.0",
"Encoding": "UTF-8",
"LazyData": "true",
"VignetteBuilder": "knitr",
"URL": "https://rstudio.github.io/promises,\nhttps://github.com/rstudio/promises",
"BugReports": "https://github.com/rstudio/promises/issues",
"NeedsCompilation": "yes",
"Packaged": "2020-06-09 21:23:18 UTC; winston",
"Author": "Joe Cheng [aut, cre],\n RStudio [cph, fnd]",
"Maintainer": "Joe Cheng <[email protected]>",
"Repository": "CRAN",
"Date/Publication": "2020-06-09 21:50:02 UTC",
"Built": "R 3.6.3; x86_64-pc-linux-gnu; 2020-12-15 18:25:47 UTC; unix"
}
},
"rlang": {
"Source": "CRAN",
"Repository": "https://cloud.r-project.org",
"description": {
"Package": "rlang",
"Version": "0.4.9",
"Title": "Functions for Base Types and Core R and 'Tidyverse' Features",
"Description": "A toolbox for working with base types, core R features\n like the condition system, and core 'Tidyverse' features like tidy\n evaluation.",
"Authors@R": "c(\n person(\"Lionel\", \"Henry\", ,\"[email protected]\", c(\"aut\", \"cre\")),\n person(\"Hadley\", \"Wickham\", ,\"[email protected]\", \"aut\"),\n person(\"RStudio\", role = \"cph\")\n )",
"License": "GPL-3",
"LazyData": "true",
"ByteCompile": "true",
"Biarch": "true",
"Depends": "R (>= 3.3.0)",
"Suggests": "cli, covr, crayon, glue, magrittr, methods, pillar,\nrmarkdown, testthat (>= 2.3.0), vctrs (>= 0.2.3), withr",
"Enhances": "winch",
"Encoding": "UTF-8",
"RoxygenNote": "7.1.1",
"URL": "https://rlang.r-lib.org, https://github.com/r-lib/rlang",
"BugReports": "https://github.com/r-lib/rlang/issues",
"NeedsCompilation": "yes",
"Packaged": "2020-11-25 15:30:31 UTC; lionel",
"Author": "Lionel Henry [aut, cre],\n Hadley Wickham [aut],\n RStudio [cph]",
"Maintainer": "Lionel Henry <[email protected]>",
"Repository": "CRAN",
"Date/Publication": "2020-11-26 00:20:03 UTC",
"Built": "R 3.6.3; x86_64-pc-linux-gnu; 2020-12-15 18:25:57 UTC; unix"
}
},
"shiny": {
"Source": "CRAN",
"Repository": "https://cloud.r-project.org",
"description": {
"Package": "shiny",
"Type": "Package",
"Title": "Web Application Framework for R",
"Version": "1.5.0",
"Authors@R": "c(\n person(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"[email protected]\"),\n person(\"Joe\", \"Cheng\", role = \"aut\", email = \"[email protected]\"),\n person(\"JJ\", \"Allaire\", role = \"aut\", email = \"[email protected]\"),\n person(\"Yihui\", \"Xie\", role = \"aut\", email = \"[email protected]\"),\n person(\"Jonathan\", \"McPherson\", role = \"aut\", email = \"[email protected]\"),\n person(family = \"RStudio\", role = \"cph\"),\n person(family = \"jQuery Foundation\", role = \"cph\",\n comment = \"jQuery library and jQuery UI library\"),\n person(family = \"jQuery contributors\", role = c(\"ctb\", \"cph\"),\n comment = \"jQuery library; authors listed in inst/www/shared/jquery-AUTHORS.txt\"),\n person(family = \"jQuery UI contributors\", role = c(\"ctb\", \"cph\"),\n comment = \"jQuery UI library; authors listed in inst/www/shared/jqueryui/AUTHORS.txt\"),\n person(\"Mark\", \"Otto\", role = \"ctb\",\n comment = \"Bootstrap library\"),\n person(\"Jacob\", \"Thornton\", role = \"ctb\",\n comment = \"Bootstrap library\"),\n person(family = \"Bootstrap contributors\", role = \"ctb\",\n comment = \"Bootstrap library\"),\n person(family = \"Twitter, Inc\", role = \"cph\",\n comment = \"Bootstrap library\"),\n person(\"Alexander\", \"Farkas\", role = c(\"ctb\", \"cph\"),\n comment = \"html5shiv library\"),\n person(\"Scott\", \"Jehl\", role = c(\"ctb\", \"cph\"),\n comment = \"Respond.js library\"),\n person(\"Stefan\", \"Petre\", role = c(\"ctb\", \"cph\"),\n comment = \"Bootstrap-datepicker library\"),\n person(\"Andrew\", \"Rowls\", role = c(\"ctb\", \"cph\"),\n comment = \"Bootstrap-datepicker library\"),\n person(\"Dave\", \"Gandy\", role = c(\"ctb\", \"cph\"),\n comment = \"Font-Awesome font\"),\n person(\"Brian\", \"Reavis\", role = c(\"ctb\", \"cph\"),\n comment = \"selectize.js library\"),\n person(\"Kristopher Michael\", \"Kowal\", role = c(\"ctb\", \"cph\"),\n comment = \"es5-shim library\"),\n person(family = \"es5-shim contributors\", role = c(\"ctb\", \"cph\"),\n comment = \"es5-shim library\"),\n person(\"Denis\", \"Ineshin\", role = c(\"ctb\", \"cph\"),\n comment = \"ion.rangeSlider library\"),\n person(\"Sami\", \"Samhuri\", role = c(\"ctb\", \"cph\"),\n comment = \"Javascript strftime library\"),\n person(family = \"SpryMedia Limited\", role = c(\"ctb\", \"cph\"),\n comment = \"DataTables library\"),\n person(\"John\", \"Fraser\", role = c(\"ctb\", \"cph\"),\n comment = \"showdown.js library\"),\n person(\"John\", \"Gruber\", role = c(\"ctb\", \"cph\"),\n comment = \"showdown.js library\"),\n person(\"Ivan\", \"Sagalaev\", role = c(\"ctb\", \"cph\"),\n comment = \"highlight.js library\"),\n person(family = \"R Core Team\", role = c(\"ctb\", \"cph\"),\n comment = \"tar implementation from R\")\n )",
"Description": "Makes it incredibly easy to build interactive web\n applications with R. Automatic \"reactive\" binding between inputs and\n outputs and extensive prebuilt widgets make it possible to build\n beautiful, responsive, and powerful applications with minimal effort.",
"License": "GPL-3 | file LICENSE",
"Depends": "R (>= 3.0.2), methods",
"Imports": "utils, grDevices, httpuv (>= 1.5.2), mime (>= 0.3), jsonlite\n(>= 0.9.16), xtable, digest, htmltools (>= 0.4.0.9003), R6 (>=\n2.0), sourcetools, later (>= 1.0.0), promises (>= 1.1.0),\ntools, crayon, rlang (>= 0.4.0), fastmap (>= 1.0.0), withr,\ncommonmark (>= 1.7), glue (>= 1.3.2)",
"Suggests": "datasets, Cairo (>= 1.5-5), testthat (>= 2.1.1), knitr (>=\n1.6), markdown, rmarkdown, ggplot2, reactlog (>= 1.0.0),\nmagrittr, shinytest, yaml, future, dygraphs, ragg, showtext",
"URL": "http://shiny.rstudio.com",
"BugReports": "https://github.com/rstudio/shiny/issues",
"Collate": "'app.R' 'app_template.R' 'bookmark-state-local.R' 'stack.R'\n'bookmark-state.R' 'bootstrap-deprecated.R'\n'bootstrap-layout.R' 'globals.R' 'conditions.R' 'map.R'\n'utils.R' 'bootstrap.R' 'cache-context.R' 'cache-disk.R'\n'cache-memory.R' 'cache-utils.R' 'diagnose.R' 'fileupload.R'\n'font-awesome.R' 'graph.R' 'reactives.R' 'reactive-domains.R'\n'history.R' 'hooks.R' 'html-deps.R' 'htmltools.R'\n'image-interact-opts.R' 'image-interact.R' 'imageutils.R'\n'input-action.R' 'input-checkbox.R' 'input-checkboxgroup.R'\n'input-date.R' 'input-daterange.R' 'input-file.R'\n'input-numeric.R' 'input-password.R' 'input-radiobuttons.R'\n'input-select.R' 'input-slider.R' 'input-submit.R'\n'input-text.R' 'input-textarea.R' 'input-utils.R'\n'insert-tab.R' 'insert-ui.R' 'jqueryui.R' 'middleware-shiny.R'\n'middleware.R' 'timer.R' 'shiny.R' 'mock-session.R' 'modal.R'\n'modules.R' 'notifications.R' 'priorityqueue.R' 'progress.R'\n'react.R' 'reexports.R' 'render-cached-plot.R' 'render-plot.R'\n'render-table.R' 'run-url.R' 'serializers.R'\n'server-input-handlers.R' 'server.R' 'shiny-options.R'\n'shinyui.R' 'shinywrappers.R' 'showcase.R' 'snapshot.R' 'tar.R'\n'test-export.R' 'test-server.R' 'test.R' 'update-input.R'",
"RoxygenNote": "7.1.0.9000",
"Encoding": "UTF-8",
"NeedsCompilation": "no",
"Packaged": "2020-06-19 17:22:05 UTC; winston",
"Author": "Winston Chang [aut, cre],\n Joe Cheng [aut],\n JJ Allaire [aut],\n Yihui Xie [aut],\n Jonathan McPherson [aut],\n RStudio [cph],\n jQuery Foundation [cph] (jQuery library and jQuery UI library),\n jQuery contributors [ctb, cph] (jQuery library; authors listed in\n inst/www/shared/jquery-AUTHORS.txt),\n jQuery UI contributors [ctb, cph] (jQuery UI library; authors listed in\n inst/www/shared/jqueryui/AUTHORS.txt),\n Mark Otto [ctb] (Bootstrap library),\n Jacob Thornton [ctb] (Bootstrap library),\n Bootstrap contributors [ctb] (Bootstrap library),\n Twitter, Inc [cph] (Bootstrap library),\n Alexander Farkas [ctb, cph] (html5shiv library),\n Scott Jehl [ctb, cph] (Respond.js library),\n Stefan Petre [ctb, cph] (Bootstrap-datepicker library),\n Andrew Rowls [ctb, cph] (Bootstrap-datepicker library),\n Dave Gandy [ctb, cph] (Font-Awesome font),\n Brian Reavis [ctb, cph] (selectize.js library),\n Kristopher Michael Kowal [ctb, cph] (es5-shim library),\n es5-shim contributors [ctb, cph] (es5-shim library),\n Denis Ineshin [ctb, cph] (ion.rangeSlider library),\n Sami Samhuri [ctb, cph] (Javascript strftime library),\n SpryMedia Limited [ctb, cph] (DataTables library),\n John Fraser [ctb, cph] (showdown.js library),\n John Gruber [ctb, cph] (showdown.js library),\n Ivan Sagalaev [ctb, cph] (highlight.js library),\n R Core Team [ctb, cph] (tar implementation from R)",
"Maintainer": "Winston Chang <[email protected]>",
"Repository": "CRAN",
"Date/Publication": "2020-06-23 13:30:03 UTC",
"Built": "R 3.6.3; ; 2020-12-15 18:26:21 UTC; unix"
}
},
"sourcetools": {
"Source": "CRAN",
"Repository": "https://cloud.r-project.org",
"description": {
"Package": "sourcetools",
"Type": "Package",
"Title": "Tools for Reading, Tokenizing and Parsing R Code",
"Version": "0.1.7",
"Author": "Kevin Ushey",
"Maintainer": "Kevin Ushey <[email protected]>",
"Description": "Tools for the reading and tokenization of R code. The\n 'sourcetools' package provides both an R and C++ interface for the tokenization\n of R code, and helpers for interacting with the tokenized representation of R\n code.",
"License": "MIT + file LICENSE",
"LazyData": "TRUE",
"Depends": "R (>= 3.0.2)",
"Suggests": "testthat",
"RoxygenNote": "5.0.1",
"BugReports": "https://github.com/kevinushey/sourcetools/issues",
"Encoding": "UTF-8",
"NeedsCompilation": "yes",
"Packaged": "2018-04-25 03:19:22 UTC; kevin",
"Repository": "CRAN",
"Date/Publication": "2018-04-25 03:38:09 UTC",
"Built": "R 3.6.3; x86_64-pc-linux-gnu; 2020-12-15 18:25:26 UTC; unix"
}
},
"stringi": {
"Source": "CRAN",
"Repository": "https://cloud.r-project.org",
"description": {
"Package": "stringi",
"Version": "1.5.3",
"Date": "2020-09-04",
"Title": "Character String Processing Facilities",
"Description": "A multitude of character string/text/natural language\n processing tools: pattern searching (e.g., with 'Java'-like regular\n expressions or the 'Unicode' collation algorithm), random string generation,\n case mapping, string transliteration, concatenation, sorting, padding,\n wrapping, Unicode normalisation, date-time formatting and parsing,\n and many more. They are fast, consistent, convenient, and -\n owing to the use of the 'ICU' (International Components for Unicode)\n library - portable across all locales and platforms.",
"URL": "https://stringi.gagolewski.com/ http://site.icu-project.org/\nhttps://www.unicode.org/",
"BugReports": "https://github.com/gagolews/stringi/issues",
"SystemRequirements": "ICU4C (>= 55, optional)",
"Type": "Package",
"Depends": "R (>= 2.14)",
"Imports": "tools, utils, stats",
"Biarch": "TRUE",
"License": "file LICENSE",
"Author": "Marek Gagolewski [aut, cre, cph] (<https://orcid.org/0000-0003-0637-6028>),\n Bartek Tartanus [ctb],\n and other contributors (stringi source code);\n IBM, Unicode, Inc. and other contributors (ICU4C source code);\n Unicode, Inc. (Unicode Character Database)",
"Maintainer": "Marek Gagolewski <[email protected]>",
"RoxygenNote": "7.1.1",
"Encoding": "UTF-8",
"NeedsCompilation": "yes",
"Packaged": "2020-09-04 06:13:18 UTC; gagolews",
"Repository": "CRAN",
"Date/Publication": "2020-09-09 06:40:03 UTC",
"Built": "R 3.6.3; x86_64-pc-linux-gnu; 2020-12-16 14:06:52 UTC; unix"
}
},
"stringr": {
"Source": "CRAN",
"Repository": "https://cloud.r-project.org",
"description": {
"Package": "stringr",
"Title": "Simple, Consistent Wrappers for Common String Operations",
"Version": "1.4.0",
"Authors@R": "\n c(person(given = \"Hadley\",\n family = \"Wickham\",\n role = c(\"aut\", \"cre\", \"cph\"),\n email = \"[email protected]\"),\n person(given = \"RStudio\",\n role = c(\"cph\", \"fnd\")))",
"Description": "A consistent, simple and easy to use set of\n wrappers around the fantastic 'stringi' package. All function and\n argument names (and positions) are consistent, all functions deal with\n \"NA\"'s and zero length vectors in the same way, and the output from\n one function is easy to feed into the input of another.",
"License": "GPL-2 | file LICENSE",
"URL": "http://stringr.tidyverse.org, https://github.com/tidyverse/stringr",
"BugReports": "https://github.com/tidyverse/stringr/issues",
"Depends": "R (>= 3.1)",
"Imports": "glue (>= 1.2.0), magrittr, stringi (>= 1.1.7)",
"Suggests": "covr, htmltools, htmlwidgets, knitr, rmarkdown, testthat",
"VignetteBuilder": "knitr",
"Encoding": "UTF-8",
"LazyData": "true",
"RoxygenNote": "6.1.1",
"NeedsCompilation": "no",
"Packaged": "2019-02-09 16:03:19 UTC; hadley",
"Author": "Hadley Wickham [aut, cre, cph],\n RStudio [cph, fnd]",
"Maintainer": "Hadley Wickham <[email protected]>",
"Repository": "CRAN",
"Date/Publication": "2019-02-10 03:40:03 UTC",
"Built": "R 3.6.3; ; 2020-12-16 14:07:26 UTC; unix"
}
},
"withr": {
"Source": "CRAN",
"Repository": "https://cloud.r-project.org",
"description": {
"Package": "withr",
"Title": "Run Code 'With' Temporarily Modified Global State",
"Version": "2.3.0",
"Authors@R": "\n c(person(given = \"Jim\",\n family = \"Hester\",\n role = c(\"aut\", \"cre\"),\n email = \"[email protected]\"),\n person(given = \"Kirill\",\n family = \"Müller\",\n role = \"aut\",\n email = \"[email protected]\"),\n person(given = \"Kevin\",\n family = \"Ushey\",\n role = \"aut\",\n email = \"[email protected]\"),\n person(given = \"Hadley\",\n family = \"Wickham\",\n role = \"aut\",\n email = \"[email protected]\"),\n person(given = \"Winston\",\n family = \"Chang\",\n role = \"aut\"),\n person(given = \"Jennifer\",\n family = \"Bryan\",\n role = \"ctb\"),\n person(given = \"Richard\",\n family = \"Cotton\",\n role = \"ctb\"),\n person(given = \"RStudio\",\n role = \"cph\"))",
"Description": "A set of functions to run code 'with' safely and\n temporarily modified global state. Many of these functions were\n originally a part of the 'devtools' package, this provides a simple\n package with limited dependencies to provide access to these\n functions.",
"License": "GPL (>= 2)",
"URL": "https://withr.r-lib.org, https://github.com/r-lib/withr#readme",
"BugReports": "https://github.com/r-lib/withr/issues",
"Depends": "R (>= 3.2.0)",
"Imports": "graphics, grDevices, stats",
"Suggests": "covr, DBI, knitr, lattice, methods, rmarkdown, RSQLite,\ntestthat (>= 2.1.0)",
"VignetteBuilder": "knitr",
"Encoding": "UTF-8",
"LazyData": "true",
"RoxygenNote": "7.1.1",
"Collate": "'local_.R' 'with_.R' 'collate.R' 'compat-defer.R'\n'connection.R' 'db.R' 'defer.R' 'wrap.R' 'devices.R' 'dir.R'\n'env.R' 'file.R' 'libpaths.R' 'locale.R' 'makevars.R'\n'namespace.R' 'options.R' 'par.R' 'path.R' 'rng.R' 'seed.R'\n'sink.R' 'tempfile.R' 'timezone.R' 'torture.R' 'utils.R'\n'with.R'",
"NeedsCompilation": "no",
"Packaged": "2020-09-10 19:00:52 UTC; jhester",
"Author": "Jim Hester [aut, cre],\n Kirill Müller [aut],\n Kevin Ushey [aut],\n Hadley Wickham [aut],\n Winston Chang [aut],\n Jennifer Bryan [ctb],\n Richard Cotton [ctb],\n RStudio [cph]",
"Maintainer": "Jim Hester <[email protected]>",
"Repository": "CRAN",
"Date/Publication": "2020-09-22 15:40:02 UTC",
"Built": "R 3.6.3; ; 2020-12-15 18:26:07 UTC; unix"
}
},
"xtable": {
"Source": "CRAN",
"Repository": "https://cloud.r-project.org",
"description": {
"Package": "xtable",
"Version": "1.8-4",
"Date": "2019-04-08",
"Title": "Export Tables to LaTeX or HTML",
"Authors@R": "c(person(\"David B.\", \"Dahl\", role=\"aut\"),\n person(\"David\", \"Scott\", role=c(\"aut\",\"cre\"),\n email=\"[email protected]\"),\n person(\"Charles\", \"Roosen\", role=\"aut\"),\n person(\"Arni\", \"Magnusson\", role=\"aut\"),\n person(\"Jonathan\", \"Swinton\", role=\"aut\"),\n person(\"Ajay\", \"Shah\", role=\"ctb\"),\n person(\"Arne\", \"Henningsen\", role=\"ctb\"),\n person(\"Benno\", \"Puetz\", role=\"ctb\"),\n person(\"Bernhard\", \"Pfaff\", role=\"ctb\"),\n person(\"Claudio\", \"Agostinelli\", role=\"ctb\"),\n person(\"Claudius\", \"Loehnert\", role=\"ctb\"),\n person(\"David\", \"Mitchell\", role=\"ctb\"),\n person(\"David\", \"Whiting\", role=\"ctb\"),\n person(\"Fernando da\", \"Rosa\", role=\"ctb\"),\n person(\"Guido\", \"Gay\", role=\"ctb\"),\n person(\"Guido\", \"Schulz\", role=\"ctb\"),\n person(\"Ian\", \"Fellows\", role=\"ctb\"),\n person(\"Jeff\", \"Laake\", role=\"ctb\"),\n person(\"John\", \"Walker\", role=\"ctb\"),\n person(\"Jun\", \"Yan\", role=\"ctb\"),\n person(\"Liviu\", \"Andronic\", role=\"ctb\"),\n person(\"Markus\", \"Loecher\", role=\"ctb\"),\n person(\"Martin\", \"Gubri\", role=\"ctb\"),\n person(\"Matthieu\", \"Stigler\", role=\"ctb\"),\n person(\"Robert\", \"Castelo\", role=\"ctb\"),\n person(\"Seth\", \"Falcon\", role=\"ctb\"),\n person(\"Stefan\", \"Edwards\", role=\"ctb\"),\n person(\"Sven\", \"Garbade\", role=\"ctb\"),\n person(\"Uwe\", \"Ligges\", role=\"ctb\"))",
"Maintainer": "David Scott <[email protected]>",
"Imports": "stats, utils",
"Suggests": "knitr, plm, zoo, survival",
"VignetteBuilder": "knitr",
"Description": "Coerce data to LaTeX and HTML tables.",
"URL": "http://xtable.r-forge.r-project.org/",
"Depends": "R (>= 2.10.0)",
"License": "GPL (>= 2)",
"Repository": "CRAN",
"NeedsCompilation": "no",
"Packaged": "2019-04-21 10:56:51 UTC; dsco036",
"Author": "David B. Dahl [aut],\n David Scott [aut, cre],\n Charles Roosen [aut],\n Arni Magnusson [aut],\n Jonathan Swinton [aut],\n Ajay Shah [ctb],\n Arne Henningsen [ctb],\n Benno Puetz [ctb],\n Bernhard Pfaff [ctb],\n Claudio Agostinelli [ctb],\n Claudius Loehnert [ctb],\n David Mitchell [ctb],\n David Whiting [ctb],\n Fernando da Rosa [ctb],\n Guido Gay [ctb],\n Guido Schulz [ctb],\n Ian Fellows [ctb],\n Jeff Laake [ctb],\n John Walker [ctb],\n Jun Yan [ctb],\n Liviu Andronic [ctb],\n Markus Loecher [ctb],\n Martin Gubri [ctb],\n Matthieu Stigler [ctb],\n Robert Castelo [ctb],\n Seth Falcon [ctb],\n Stefan Edwards [ctb],\n Sven Garbade [ctb],\n Uwe Ligges [ctb]",
"Date/Publication": "2019-04-21 12:20:03 UTC",
"Built": "R 3.6.3; ; 2020-12-15 18:25:12 UTC; unix"
}
}
},
"files": {
"app.r": {
"checksum": "da03d0ad957dd04acf8aa0e60925faf1"
},
"packrat/desc/base64enc": {
"checksum": "cab3c485c8a4513065cdf881dd98ea58"
},
"packrat/desc/BH": {
"checksum": "a73a220be6ae60c08fc0749143e0db3e"
},
"packrat/desc/commonmark": {
"checksum": "e91965f4cd44ef10b9d0af7634ffa38d"
},
"packrat/desc/crayon": {
"checksum": "99251194c133c0bc22cc8d16ae9bca74"
},
"packrat/desc/digest": {
"checksum": "f9ce00fe4765253cadf46d15266921ef"
},
"packrat/desc/fastmap": {
"checksum": "4ce0226fb0cc74b5d97f213c23b44f06"
},
"packrat/desc/glue": {
"checksum": "7863a4351a3a3a0997e91adc782fe0ad"
},
"packrat/desc/htmltools": {
"checksum": "3dcbdd8814e14612667c17caac41fb4c"
},
"packrat/desc/httpuv": {
"checksum": "be658e5a8a6c2d4eba740f34d303ca39"
},
"packrat/desc/jsonlite": {
"checksum": "561b7b2c88eec94bab30fbb0732962c5"
},
"packrat/desc/later": {
"checksum": "b40a0b9fc807d80034ac23d0ff830ef5"
},
"packrat/desc/magrittr": {
"checksum": "6c7faa4a2ccadc04d5522f8fa9dd0e17"
},
"packrat/desc/mime": {
"checksum": "7ec13f7d5ae021a581884836a7c12500"
},
"packrat/desc/promises": {
"checksum": "238e1f06ba861e0ee395c3b5fe0a435f"
},
"packrat/desc/R6": {
"checksum": "214b7a9386f25ae13b3747e3cd92f4a3"
},
"packrat/desc/Rcpp": {
"checksum": "551bdb9da9bf1d26a12b3c4a47156907"
},
"packrat/desc/rlang": {
"checksum": "28ee0d7006e2c167ec24ccb7a5a784cb"
},
"packrat/desc/shiny": {
"checksum": "409b5bc16a82b3be409b1433f0c8a37f"
},
"packrat/desc/sourcetools": {
"checksum": "15475ebcf9c7884280089aab46b1fd3d"
},
"packrat/desc/stringi": {
"checksum": "928dd4c73619f44c469c5266688f1012"
},
"packrat/desc/stringr": {
"checksum": "e6fe8fdcf1c98e18b90bcb12f8295b56"
},
"packrat/desc/withr": {
"checksum": "42dbc5a71862e9a85982cf5b61fc933b"
},
"packrat/desc/xtable": {
"checksum": "29dfa5ca6a16b9f12a43c5f9f7a7564a"
},
"packrat/packrat.lock": {
"checksum": "411049514d45a17d4523709c7953b8c1"
}
},
"users": null
}