-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
811 lines (811 loc) · 57 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
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
{
"version": 1,
"locale": "en_US",
"platform": "3.6.1",
"metadata": {
"appmode": "shiny",
"primary_rmd": null,
"primary_html": null,
"content_category": null,
"has_parameters": false
},
"packages": {
"BH": {
"Source": "CRAN",
"Repository": "https://cran.rstudio.com/",
"description": {
"Package": "BH",
"Type": "Package",
"Title": "Boost C++ Header Files",
"Version": "1.69.0-1",
"Date": "2019-01-07",
"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 package. 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.69.0-1, the following Boost libraries are\n included: 'algorithm' 'align' 'any' 'atomic' 'bimap' 'bind'\n 'circular_buffer' 'compute' 'concept' 'config' 'container' 'date_time'\n 'detail' 'dynamic_bitset' 'exception' 'filesystem' 'flyweight' 'foreach'\n 'functional' 'fusion' 'geometry' 'graph' 'heap' 'icl' 'integer'\n 'interprocess' 'intrusive' 'io' 'iostreams' 'iterator' 'math' 'move' 'mpl'\n 'multiprcecision' 'numeric' 'pending' 'phoenix' 'preprocessor'\n 'propery_tree' 'random' 'range' 'scope_exit' 'smart_ptr' 'sort' 'spirit'\n 'tuple' 'type_traits' 'typeof' 'unordered' 'utility' 'uuid'.",
"License": "BSL-1.0",
"BugReports": "https://github.com/eddelbuettel/bh/issues",
"NeedsCompilation": "no",
"Packaged": "2019-01-07 12:00:43.681885 UTC; edd",
"Repository": "CRAN",
"Date/Publication": "2019-01-07 19:50:25 UTC",
"Built": "R 3.6.0; ; 2019-04-26 19:51:17 UTC; unix"
}
},
"Cairo": {
"Source": "CRAN",
"Repository": "https://cran.rstudio.com/",
"description": {
"Package": "Cairo",
"Version": "1.5-10",
"Title": "R Graphics Device using Cairo Graphics Library for Creating\nHigh-Quality Bitmap (PNG, JPEG, TIFF), Vector (PDF, SVG,\nPostScript) and Display (X11 and Win32) Output",
"Author": "Simon Urbanek <[email protected]>, Jeffrey Horner <[email protected]>",
"Maintainer": "Simon Urbanek <[email protected]>",
"Depends": "R (>= 2.4.0)",
"Imports": "grDevices, graphics",
"Suggests": "png",
"Enhances": "FastRWeb",
"Description": "R graphics device using cairographics library that can be used to create high-quality vector (PDF, PostScript and SVG) and bitmap output (PNG,JPEG,TIFF), and high-quality rendering in displays (X11 and Win32). Since it uses the same back-end for all output, copying across formats is WYSIWYG. Files are created without the dependence on X11 or other external programs. This device supports alpha channel (semi-transparent drawing) and resulting images can contain transparent and semi-transparent regions. It is ideal for use in server environments (file output) and as a replacement for other devices that don't have Cairo's capabilities such as alpha support or anti-aliasing. Backends are modular such that any subset of backends is supported.",
"License": "GPL-2",
"SystemRequirements": "cairo (>= 1.2 http://www.cairographics.org/)",
"URL": "http://www.rforge.net/Cairo/",
"NeedsCompilation": "yes",
"Packaged": "2019-03-27 21:32:25 UTC; svnuser",
"Repository": "CRAN",
"Date/Publication": "2019-03-28 20:00:37 UTC",
"Built": "R 3.6.0; x86_64-apple-darwin15.6.0; 2019-04-26 19:52:03 UTC; unix"
}
},
"R6": {
"Source": "CRAN",
"Repository": "https://cran.rstudio.com/",
"description": {
"Package": "R6",
"Title": "Encapsulated Classes with Reference Semantics",
"Version": "2.4.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": "2019-02-14 18:34:54 UTC; winston",
"Author": "Winston Chang [aut, cre]",
"Maintainer": "Winston Chang <[email protected]>",
"Repository": "CRAN",
"Date/Publication": "2019-02-14 19:42:14 UTC",
"Built": "R 3.6.0; ; 2019-04-26 19:49:57 UTC; unix"
}
},
"RColorBrewer": {
"Source": "CRAN",
"Repository": "https://cran.rstudio.com/",
"description": {
"Package": "RColorBrewer",
"Version": "1.1-2",
"Date": "2014-12-07",
"Title": "ColorBrewer Palettes",
"Authors@R": "c(person(given = \"Erich\", family = \"Neuwirth\", role = c(\"aut\",\n \"cre\"), email = \"[email protected]\"))",
"Author": "Erich Neuwirth [aut, cre]",
"Maintainer": "Erich Neuwirth <[email protected]>",
"Depends": "R (>= 2.0.0)",
"Description": "Provides color schemes for maps (and other graphics)\n designed by Cynthia Brewer as described at http://colorbrewer2.org",
"License": "Apache License 2.0",
"Packaged": "2014-12-06 23:59:42 UTC; neuwirth",
"NeedsCompilation": "no",
"Repository": "CRAN",
"Date/Publication": "2014-12-07 08:28:55",
"Built": "R 3.6.0; ; 2019-04-26 19:50:52 UTC; unix"
}
},
"Rcpp": {
"Source": "CRAN",
"Repository": "https://cran.rstudio.com/",
"description": {
"Package": "Rcpp",
"Title": "Seamless R and C++ Integration",
"Version": "1.0.2",
"Date": "2019-07-20",
"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.",
"Depends": "R (>= 3.0.0)",
"Imports": "methods, utils",
"Suggests": "RUnit, inline, rbenchmark, knitr, rmarkdown, pinp, pkgKitten\n(>= 0.1.2)",
"VignetteBuilder": "knitr",
"URL": "http://www.rcpp.org, http://dirk.eddelbuettel.com/code/rcpp.html,\nhttps://github.com/RcppCore/Rcpp",
"License": "GPL (>= 2)",
"BugReports": "https://github.com/RcppCore/Rcpp/issues",
"MailingList": "Please send questions and comments regarding Rcpp to\[email protected]",
"RoxygenNote": "6.1.1",
"NeedsCompilation": "yes",
"Packaged": "2019-07-20 14:40:03.829344 UTC; edd",
"Repository": "CRAN",
"Date/Publication": "2019-07-25 10:10:04 UTC",
"Built": "R 3.6.0; x86_64-apple-darwin15.6.0; 2019-07-26 13:09:34 UTC; unix"
}
},
"colorspace": {
"Source": "CRAN",
"Repository": "https://cran.rstudio.com/",
"description": {
"Package": "colorspace",
"Version": "1.4-1",
"Date": "2019-03-18",
"Title": "A Toolbox for Manipulating and Assessing Colors and Palettes",
"Authors@R": "c(person(given = \"Ross\", family = \"Ihaka\", role = \"aut\", email = \"[email protected]\"),\n person(given = \"Paul\", family = \"Murrell\", role = \"aut\", email = \"[email protected]\",\n comment = c(ORCID = \"0000-0002-3224-8858\")),\n person(given = \"Kurt\", family = \"Hornik\", role = \"aut\", email = \"[email protected]\",\n\t\t comment = c(ORCID = \"0000-0003-4198-9911\")),\n person(given = c(\"Jason\", \"C.\"), family = \"Fisher\", role = \"aut\", email = \"[email protected]\",\n comment = c(ORCID = \"0000-0001-9032-8912\")),\n person(given = \"Reto\", family = \"Stauffer\", role = \"aut\", email = \"[email protected]\",\n comment = c(ORCID = \"0000-0002-3798-5507\")),\n person(given = c(\"Claus\", \"O.\"), family = \"Wilke\", role = \"aut\", email = \"[email protected]\",\n comment = c(ORCID = \"0000-0002-7470-9261\")),\n person(given = c(\"Claire\", \"D.\"), family = \"McWhite\", role = \"aut\", email = \"[email protected]\",\n comment = c(ORCID = \"0000-0001-7346-3047\")),\n person(given = \"Achim\", family = \"Zeileis\", role = c(\"aut\", \"cre\"), email = \"[email protected]\",\n comment = c(ORCID = \"0000-0003-0918-3766\")))",
"Description": "Carries out mapping between assorted color spaces including RGB, HSV, HLS,\n CIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB and polar CIELAB.\n\t Qualitative, sequential, and diverging color palettes based on HCL colors\n\t are provided along with corresponding ggplot2 color scales.\n\t Color palette choice is aided by an interactive app (with either a Tcl/Tk\n\t or a shiny GUI) and shiny apps with an HCL color picker and a\n\t color vision deficiency emulator. Plotting functions for displaying\n\t and assessing palettes include color swatches, visualizations of the\n\t HCL space, and trajectories in HCL and/or RGB spectrum. Color manipulation\n\t functions include: desaturation, lightening/darkening, mixing, and\n\t simulation of color vision deficiencies (deutanomaly, protanomaly, tritanomaly).",
"Depends": "R (>= 3.0.0), methods",
"Imports": "graphics, grDevices, stats",
"Suggests": "datasets, utils, KernSmooth, MASS, kernlab, mvtnorm, vcd,\ntcltk, shiny, shinyjs, ggplot2, dplyr, scales, grid, png, jpeg,\nknitr, rmarkdown, RColorBrewer, rcartocolor, scico, viridis,\nwesanderson",
"VignetteBuilder": "knitr",
"License": "BSD_3_clause + file LICENSE",
"URL": "http://colorspace.R-Forge.R-project.org, http://hclwizard.org/",
"BugReports": "http://colorspace.R-Forge.R-project.org/contact.html",
"LazyData": "yes",
"RoxygenNote": "6.1.1",
"NeedsCompilation": "yes",
"Packaged": "2019-03-18 09:11:41 UTC; zeileis",
"Author": "Ross Ihaka [aut],\n Paul Murrell [aut] (<https://orcid.org/0000-0002-3224-8858>),\n Kurt Hornik [aut] (<https://orcid.org/0000-0003-4198-9911>),\n Jason C. Fisher [aut] (<https://orcid.org/0000-0001-9032-8912>),\n Reto Stauffer [aut] (<https://orcid.org/0000-0002-3798-5507>),\n Claus O. Wilke [aut] (<https://orcid.org/0000-0002-7470-9261>),\n Claire D. McWhite [aut] (<https://orcid.org/0000-0001-7346-3047>),\n Achim Zeileis [aut, cre] (<https://orcid.org/0000-0003-0918-3766>)",
"Maintainer": "Achim Zeileis <[email protected]>",
"Repository": "CRAN",
"Date/Publication": "2019-03-18 14:43:29 UTC",
"Built": "R 3.6.0; x86_64-apple-darwin15.6.0; 2019-04-26 19:50:52 UTC; unix"
}
},
"crayon": {
"Source": "CRAN",
"Repository": "https://cran.rstudio.com/",
"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.0; ; 2019-04-26 19:49:57 UTC; unix"
}
},
"digest": {
"Source": "CRAN",
"Repository": "https://cran.rstudio.com/",
"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, and Kendon Bell.",
"Version": "0.6.20",
"Date": "2019-07-04",
"Maintainer": "Dirk Eddelbuettel <[email protected]>",
"Title": "Create Compact Hash Digests of R Objects",
"Description": "Implementation of a function 'digest()' for the creation \n of hash digests of arbitrary R objects (using the 'md5', 'sha-1', 'sha-256', \n 'crc32', 'xxhash', 'murmurhash' and 'spookyhash' 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.1.0)",
"License": "GPL (>= 2)",
"Suggests": "tinytest, knitr, rmarkdown",
"VignetteBuilder": "knitr",
"NeedsCompilation": "yes",
"Packaged": "2019-07-04 13:26:33.39935 UTC; edd",
"Repository": "CRAN",
"Date/Publication": "2019-07-04 14:40:03 UTC",
"Built": "R 3.6.0; x86_64-apple-darwin15.6.0; 2019-07-05 13:52:35 UTC; unix"
}
},
"htmltools": {
"Source": "CRAN",
"Repository": "https://cran.rstudio.com/",
"description": {
"Package": "htmltools",
"Type": "Package",
"Title": "Tools for HTML",
"Version": "0.3.6",
"Date": "2017-04-26",
"Author": "RStudio, Inc.",
"Maintainer": "Joe Cheng <[email protected]>",
"Description": "Tools for HTML generation and output.",
"Depends": "R (>= 2.14.1)",
"Imports": "utils, digest, Rcpp",
"Suggests": "markdown, testthat",
"Enhances": "knitr",
"License": "GPL (>= 2)",
"URL": "https://github.com/rstudio/htmltools",
"BugReports": "https://github.com/rstudio/htmltools/issues",
"RoxygenNote": "6.0.1",
"LinkingTo": "Rcpp",
"NeedsCompilation": "yes",
"Packaged": "2017-04-27 00:04:32 UTC; jcheng",
"Repository": "CRAN",
"Date/Publication": "2017-04-28 07:41:46 UTC",
"Built": "R 3.6.0; x86_64-apple-darwin15.6.0; 2019-04-26 22:26:52 UTC; unix"
}
},
"httpuv": {
"Source": "CRAN",
"Repository": "https://cran.rstudio.com/",
"description": {
"Package": "httpuv",
"Type": "Package",
"Title": "HTTP and WebSocket Server Library",
"Version": "1.5.1",
"Author": "Joe Cheng, Hector Corrada Bravo [ctb], Jeroen Ooms [ctb],\n Winston Chang [ctb]",
"Copyright": "RStudio, Inc.; Joyent, Inc.; Nginx Inc.; Igor Sysoev; Niels\nProvos; Internet Systems Consortium, Inc.; Alexander Chemeris",
"Maintainer": "Joe Cheng <[email protected]>",
"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": "6.1.1",
"Suggests": "testthat, callr, curl",
"Collate": "'RcppExports.R' 'httpuv.R' 'server.R' 'static_paths.R'\n'utils.R'",
"NeedsCompilation": "yes",
"Packaged": "2019-04-05 20:06:25 UTC; winston",
"Repository": "CRAN",
"Date/Publication": "2019-04-05 22:10:03 UTC",
"Built": "R 3.6.0; x86_64-apple-darwin15.6.0; 2019-04-27 02:01:56 UTC; unix"
}
},
"jsonlite": {
"Source": "CRAN",
"Repository": "https://cran.rstudio.com/",
"description": {
"Package": "jsonlite",
"Version": "1.6",
"Title": "A Robust, High Performance JSON Parser and Generator for R",
"License": "MIT + file LICENSE",
"NeedsCompilation": "yes",
"Depends": "methods",
"Author": "Jeroen Ooms, Duncan Temple Lang, Lloyd Hilaiel",
"URL": "https://arxiv.org/abs/1403.2805,\nhttps://www.opencpu.org/posts/jsonlite-a-smarter-json-encoder",
"BugReports": "http://github.com/jeroen/jsonlite/issues",
"Maintainer": "Jeroen Ooms <[email protected]>",
"VignetteBuilder": "knitr, R.rsp",
"Description": "A fast JSON parser and generator optimized for statistical data\n and the web. Started out as a fork of 'RJSONIO', but has been completely\n rewritten in recent versions. The package offers flexible, robust, high\n performance tools for working with JSON in R and is particularly powerful\n for building pipelines and interacting with a web API. The implementation is\n based on the mapping described in the vignette (Ooms, 2014). In addition to\n converting JSON data from/to R objects, 'jsonlite' contains functions to\n stream, validate, and prettify JSON data. The unit tests included with the\n package verify that all edge cases are encoded and decoded consistently for\n use with dynamic data in systems and applications.",
"Suggests": "httr, curl, plyr, testthat, knitr, rmarkdown, R.rsp, sp",
"RoxygenNote": "6.1.1",
"Packaged": "2018-12-07 11:22:02 UTC; jeroen",
"Repository": "CRAN",
"Date/Publication": "2018-12-07 12:50:02 UTC",
"Built": "R 3.6.0; x86_64-apple-darwin15.6.0; 2019-04-26 19:49:58 UTC; unix"
}
},
"labeling": {
"Source": "CRAN",
"Repository": "https://cran.rstudio.com/",
"description": {
"Package": "labeling",
"Type": "Package",
"Title": "Axis Labeling",
"Version": "0.3",
"Date": "2014-08-22",
"Author": "Justin Talbot",
"Maintainer": "Justin Talbot <[email protected]>",
"Description": "Provides a range of axis labeling algorithms",
"License": "MIT + file LICENSE | Unlimited",
"LazyLoad": "no",
"Collate": "'labeling.R'",
"Repository": "CRAN",
"Repository/R-Forge/Project": "labeling",
"Repository/R-Forge/Revision": "16",
"Repository/R-Forge/DateTimeStamp": "2014-08-23 05:53:23",
"Date/Publication": "2014-08-23 14:57:53",
"Packaged": "2014-08-23 06:15:07 UTC; rforge",
"NeedsCompilation": "no",
"Built": "R 3.6.0; ; 2019-04-26 19:50:48 UTC; unix"
}
},
"later": {
"Source": "CRAN",
"Repository": "https://cran.rstudio.com/",
"description": {
"Package": "later",
"Type": "Package",
"Title": "Utilities for Delaying Function Execution",
"Version": "0.8.0",
"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.",
"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": "6.1.0",
"Suggests": "knitr, rmarkdown, testthat",
"VignetteBuilder": "knitr",
"NeedsCompilation": "yes",
"Packaged": "2019-02-11 08:01:33 UTC; jcheng",
"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": "2019-02-11 08:53:37 UTC",
"Built": "R 3.6.0; x86_64-apple-darwin15.6.0; 2019-04-26 22:26:58 UTC; unix"
}
},
"magrittr": {
"Source": "CRAN",
"Repository": "https://cran.rstudio.com/",
"description": {
"Package": "magrittr",
"Type": "Package",
"Title": "A Forward-Pipe Operator for R",
"Version": "1.5",
"Author": "Stefan Milton Bache <[email protected]> and\n Hadley Wickham <[email protected]>",
"Maintainer": "Stefan Milton Bache <[email protected]>",
"Description": "Provides a mechanism for chaining commands with a\n new forward-pipe operator, %>%. This operator will forward a\n value, or the result of an expression, into the next function\n call/expression. There is flexible support for the type\n of right-hand side expressions. For more information, see\n package vignette.\n To quote Rene Magritte, \"Ceci n'est pas un pipe.\"",
"Suggests": "testthat, knitr",
"VignetteBuilder": "knitr",
"License": "MIT + file LICENSE",
"ByteCompile": "Yes",
"Packaged": "2014-11-22 08:50:53 UTC; shb",
"NeedsCompilation": "no",
"Repository": "CRAN",
"Date/Publication": "2014-11-22 19:15:57",
"Built": "R 3.6.0; ; 2019-04-26 19:50:09 UTC; unix"
}
},
"mime": {
"Source": "CRAN",
"Repository": "https://cran.rstudio.com/",
"description": {
"Package": "mime",
"Type": "Package",
"Title": "Map Filenames to MIME Types",
"Version": "0.7",
"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": "6.1.0",
"Encoding": "UTF-8",
"NeedsCompilation": "yes",
"Packaged": "2019-06-11 19:49:18 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": "2019-06-11 20:10:03 UTC",
"Built": "R 3.6.0; x86_64-apple-darwin15.6.0; 2019-06-12 15:54:25 UTC; unix"
}
},
"munsell": {
"Source": "CRAN",
"Repository": "https://cran.rstudio.com/",
"description": {
"Package": "munsell",
"Type": "Package",
"Title": "Utilities for Using Munsell Colours",
"Version": "0.5.0",
"Author": "Charlotte Wickham <[email protected]>",
"Maintainer": "Charlotte Wickham <[email protected]>",
"Description": "Provides easy access to, and manipulation of, the Munsell \n colours. Provides a mapping between Munsell's \n original notation (e.g. \"5R 5/10\") and hexadecimal strings suitable \n for use directly in R graphics. Also provides utilities \n to explore slices through the Munsell colour tree, to transform \n Munsell colours and display colour palettes.",
"Suggests": "ggplot2, testthat",
"Imports": "colorspace, methods",
"License": "MIT + file LICENSE",
"URL": "https://cran.r-project.org/package=munsell,\nhttps://github.com/cwickham/munsell/",
"RoxygenNote": "6.0.1",
"NeedsCompilation": "no",
"Packaged": "2018-06-11 23:15:15 UTC; wickhamc",
"Repository": "CRAN",
"Date/Publication": "2018-06-12 04:29:06 UTC",
"Built": "R 3.6.0; ; 2019-04-26 22:27:02 UTC; unix"
}
},
"promises": {
"Source": "CRAN",
"Repository": "https://cran.rstudio.com/",
"description": {
"Package": "promises",
"Type": "Package",
"Title": "Abstractions for Promise-Based Asynchronous Programming",
"Version": "1.0.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": "6.0.1",
"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": "2018-04-12 22:42:12 UTC; jcheng",
"Author": "Joe Cheng [aut, cre],\n RStudio [cph, fnd]",
"Maintainer": "Joe Cheng <[email protected]>",
"Repository": "CRAN",
"Date/Publication": "2018-04-13 08:59:30 UTC",
"Built": "R 3.6.0; x86_64-apple-darwin15.6.0; 2019-04-27 00:13:41 UTC; unix"
}
},
"rlang": {
"Source": "CRAN",
"Repository": "https://cran.rstudio.com/",
"description": {
"Package": "rlang",
"Version": "0.4.0",
"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.2.0)",
"Suggests": "covr, crayon, magrittr, methods, pillar, rmarkdown, testthat\n(>= 2.0.0)",
"Encoding": "UTF-8",
"RoxygenNote": "6.1.1",
"URL": "http://rlang.r-lib.org, https://github.com/r-lib/rlang",
"BugReports": "https://github.com/r-lib/rlang/issues",
"NeedsCompilation": "yes",
"Packaged": "2019-06-24 21:23:11 UTC; lionel",
"Author": "Lionel Henry [aut, cre],\n Hadley Wickham [aut],\n RStudio [cph]",
"Maintainer": "Lionel Henry <[email protected]>",
"Repository": "CRAN",
"Date/Publication": "2019-06-25 07:50:03 UTC",
"Built": "R 3.6.0; x86_64-apple-darwin15.6.0; 2019-06-26 12:33:49 UTC; unix"
}
},
"scales": {
"Source": "CRAN",
"Repository": "https://cran.rstudio.com/",
"description": {
"Package": "scales",
"Title": "Scale Functions for Visualization",
"Version": "1.0.0",
"Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"[email protected]\", c(\"aut\", \"cre\")),\n person(\"RStudio\", role = \"cph\")\n )",
"Description": "Graphical scales map data to aesthetics, and provide\n methods for automatically determining breaks and labels\n for axes and legends.",
"License": "MIT + file LICENSE",
"URL": "https://scales.r-lib.org, https://github.com/r-lib/scales",
"BugReports": "https://github.com/r-lib/scales/issues",
"Depends": "R (>= 3.1)",
"Imports": "labeling, munsell (>= 0.5), R6, RColorBrewer, Rcpp,\nviridisLite",
"Suggests": "dichromat, bit64, covr, hms, testthat (>= 2.0)",
"LinkingTo": "Rcpp",
"LazyLoad": "yes",
"RoxygenNote": "6.0.1.9000",
"Encoding": "UTF-8",
"NeedsCompilation": "yes",
"Packaged": "2018-08-07 18:17:33 UTC; hadley",
"Author": "Hadley Wickham [aut, cre],\n RStudio [cph]",
"Maintainer": "Hadley Wickham <[email protected]>",
"Repository": "CRAN",
"Date/Publication": "2018-08-09 10:10:03 UTC",
"Built": "R 3.6.0; x86_64-apple-darwin15.6.0; 2019-04-27 00:14:12 UTC; unix"
}
},
"shiny": {
"Source": "CRAN",
"Repository": "https://cran.rstudio.com/",
"description": {
"Package": "shiny",
"Type": "Package",
"Title": "Web Application Framework for R",
"Version": "1.3.2",
"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.0), mime (>= 0.3), jsonlite\n(>= 0.9.16), xtable, digest, htmltools (>= 0.3.6), R6 (>= 2.0),\nsourcetools, later (>= 0.7.2), promises (>= 1.0.1), tools,\ncrayon, rlang",
"Suggests": "datasets, Cairo (>= 1.5-5), testthat, knitr (>= 1.6),\nmarkdown, rmarkdown, ggplot2, reactlog (>= 1.0.0), magrittr",
"URL": "http://shiny.rstudio.com",
"BugReports": "https://github.com/rstudio/shiny/issues",
"Collate": "'app.R' 'bookmark-state-local.R' 'stack.R' 'bookmark-state.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' 'modal.R' 'modules.R' 'notifications.R'\n'priorityqueue.R' 'progress.R' 'react.R' 'render-cached-plot.R'\n'render-plot.R' 'render-table.R' 'run-url.R' 'serializers.R'\n'server-input-handlers.R' 'server.R' 'shiny-options.R'\n'shiny.R' 'shinyui.R' 'shinywrappers.R' 'showcase.R'\n'snapshot.R' 'tar.R' 'test-export.R' 'timer.R' 'update-input.R'",
"RoxygenNote": "6.1.1",
"Encoding": "UTF-8",
"NeedsCompilation": "no",
"Packaged": "2019-04-19 16:39:03 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": "2019-04-22 16:00:09 UTC",
"Built": "R 3.6.0; ; 2019-04-27 02:51:01 UTC; unix"
}
},
"shinyBS": {
"Source": "CRAN",
"Repository": "https://cran.rstudio.com/",
"description": {
"Package": "shinyBS",
"Type": "Package",
"Title": "Twitter Bootstrap Components for Shiny",
"Version": "0.61",
"Date": "2015-03-30",
"Author": "Eric Bailey",
"Maintainer": "Eric Bailey <[email protected]>",
"Description": "Adds additional Twitter Bootstrap components to Shiny. ",
"Imports": "shiny (>= 0.11), htmltools",
"URL": "https://ebailey78.github.io/shinyBS",
"BugReports": "https://github.com/ebailey78/shinyBS/issues",
"License": "GPL-3",
"Packaged": "2015-03-30 12:16:24 UTC; ebailey",
"NeedsCompilation": "no",
"Repository": "CRAN",
"Date/Publication": "2015-03-31 07:52:38",
"Built": "R 3.6.0; ; 2019-04-27 02:52:12 UTC; unix"
}
},
"shinyWidgets": {
"Source": "CRAN",
"Repository": "https://cran.rstudio.com/",
"description": {
"Package": "shinyWidgets",
"Title": "Custom Inputs Widgets for Shiny",
"Version": "0.4.8",
"Authors@R": "c(\n person(\"Victor\", \"Perrier\", email = \"[email protected]\", role = c(\"aut\", \"cre\")),\n person(\"Fanny\", \"Meyer\", email = \"[email protected]\", role = c(\"aut\")),\n person(\"David\", \"Granjon\", email = \"[email protected]\", role = \"aut\",\n comment = \"jQuery Knob shiny interface & sliders appearance\"),\n person(\"Ian\", \"Fellows\", role = \"ctb\", comment = \"Methods for mutating vertical tabs & updateMultiInput\"),\n person(\"Wil\", \"Davis\", role = \"ctb\", comment = \"numericRangeInput function\"),\n person(\"SnapAppointments\", \"\", role = \"cph\", comment = \"bootstrap-select\"),\n person(\"Mattia\", \"Larentis\", role = c(\"ctb\", \"cph\"), comment = \"Bootstrap Switch\"),\n person(\"Emanuele\", \"Marchi\", role = c(\"ctb\", \"cph\"), comment = \"Bootstrap Switch\"),\n person(\"Mark\", \"Otto\", role = \"ctb\", comment = \"Bootstrap library\"),\n person(\"Jacob\", \"Thornton\", role = \"ctb\", comment = \"Bootstrap library\"),\n person(family = \"Bootstrap contributors\", role = \"ctb\", comment = \"Bootstrap library\"),\n person(family = \"Twitter, Inc\", role = \"cph\", comment = \"Bootstrap library\"),\n person(family = \"Flatlogic\", role = \"cph\", comment = \"Awesome Bootstrap Checkbox\"),\n person(\"mouse0270\", role = c(\"ctb\", \"cph\"), comment = \"Material Design Switch\"),\n person(\"Tristan\", \"Edwards\", role = c(\"ctb\", \"cph\"), comment = \"SweetAlert\"),\n person(\"Fabian\", \"Lindfors\", role = c(\"ctb\", \"cph\"), comment = \"multi.js\"),\n person(\"Anthony\", \"Terrien\", role = c(\"ctb\", \"cph\"), comment = \"jQuery Knob\"),\n person(\"Daniel\", \"Eden\", role = c(\"ctb\", \"cph\"), comment = \"animate.css\"),\n person(\"Ganapati\", \"V S\", role = c(\"ctb\", \"cph\"), comment = \"bttn.css\"),\n person(\"Brian\", \"Grinstead\", role = c(\"ctb\", \"cph\"), comment = \"Spectrum\"),\n person(\"Lokesh\", \"Rajendran\", role = c(\"ctb\", \"cph\"), comment = \"pretty-checkbox\"),\n person(\"Leon\", \"Gersen\", role = c(\"ctb\", \"cph\"), comment = \"wnumb & noUiSlider\"),\n person(\"Timofey\", \"Marochkin\", role = c(\"ctb\", \"cph\"), comment = \"air-datepicker\"),\n person(\"Tobias\", \"Ahlin\", role = c(\"ctb\", \"cph\"), comment = \"CSS spin\")\n )",
"Description": "Collection of custom input controls and user interface components for 'Shiny' applications. \n Give your applications a unique and colorful style !",
"URL": "https://github.com/dreamRs/shinyWidgets",
"BugReports": "https://github.com/dreamRs/shinyWidgets/issues",
"Depends": "R (>= 3.1.0)",
"Imports": "shiny (>= 0.14), htmltools, jsonlite, grDevices, scales",
"License": "GPL-3 | file LICENSE",
"Encoding": "UTF-8",
"LazyData": "true",
"RoxygenNote": "6.1.1",
"Suggests": "shinydashboard, viridisLite, RColorBrewer, testthat, covr,\nshinydashboardPlus, bs4Dash, argonR, argonDash",
"NeedsCompilation": "no",
"Packaged": "2019-03-18 18:30:25 UTC; perri",
"Author": "Victor Perrier [aut, cre],\n Fanny Meyer [aut],\n David Granjon [aut] (jQuery Knob shiny interface & sliders appearance),\n Ian Fellows [ctb] (Methods for mutating vertical tabs &\n updateMultiInput),\n Wil Davis [ctb] (numericRangeInput function),\n SnapAppointments [cph] (bootstrap-select),\n Mattia Larentis [ctb, cph] (Bootstrap Switch),\n Emanuele Marchi [ctb, cph] (Bootstrap Switch),\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 Flatlogic [cph] (Awesome Bootstrap Checkbox),\n mouse0270 [ctb, cph] (Material Design Switch),\n Tristan Edwards [ctb, cph] (SweetAlert),\n Fabian Lindfors [ctb, cph] (multi.js),\n Anthony Terrien [ctb, cph] (jQuery Knob),\n Daniel Eden [ctb, cph] (animate.css),\n Ganapati V S [ctb, cph] (bttn.css),\n Brian Grinstead [ctb, cph] (Spectrum),\n Lokesh Rajendran [ctb, cph] (pretty-checkbox),\n Leon Gersen [ctb, cph] (wnumb & noUiSlider),\n Timofey Marochkin [ctb, cph] (air-datepicker),\n Tobias Ahlin [ctb, cph] (CSS spin)",
"Maintainer": "Victor Perrier <[email protected]>",
"Repository": "CRAN",
"Date/Publication": "2019-03-18 23:10:02 UTC",
"Built": "R 3.6.0; ; 2019-04-27 02:52:22 UTC; unix"
}
},
"shinydashboard": {
"Source": "CRAN",
"Repository": "https://cran.rstudio.com/",
"description": {
"Package": "shinydashboard",
"Title": "Create Dashboards with 'Shiny'",
"Version": "0.7.1",
"Authors@R": "c(\n person(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"[email protected]\"),\n person(\"Barbara\", \"Borges Ribeiro\", role = \"aut\", email = \"[email protected]\"),\n person(family = \"RStudio\", role = \"cph\"),\n person(family = \"Almasaeed Studio\", role = c(\"ctb\", \"cph\"), comment = \"AdminLTE theme for Bootstrap\"),\n person(family = \"Adobe Systems Incorporated\", role = c(\"ctb\", \"cph\"), comment = \"Source Sans Pro font\")\n )",
"Description": "Create dashboards with 'Shiny'. This package provides\n a theme on top of 'Shiny', making it easy to create attractive dashboards.",
"URL": "http://rstudio.github.io/shinydashboard/",
"Depends": "R (>= 3.0)",
"License": "GPL (>= 2) | file LICENSE",
"Imports": "utils, shiny (>= 1.0.0), htmltools (>= 0.2.6), promises",
"BugReports": "https://github.com/rstudio/shinydashboard",
"RoxygenNote": "6.0.1.9000",
"NeedsCompilation": "no",
"Packaged": "2018-10-17 16:36:04 UTC; winston",
"Author": "Winston Chang [aut, cre],\n Barbara Borges Ribeiro [aut],\n RStudio [cph],\n Almasaeed Studio [ctb, cph] (AdminLTE theme for Bootstrap),\n Adobe Systems Incorporated [ctb, cph] (Source Sans Pro font)",
"Maintainer": "Winston Chang <[email protected]>",
"Repository": "CRAN",
"Date/Publication": "2018-10-17 18:00:02 UTC",
"Built": "R 3.6.0; ; 2019-04-27 04:16:31 UTC; unix"
}
},
"shinyjs": {
"Source": "CRAN",
"Repository": "https://cran.rstudio.com/",
"description": {
"Package": "shinyjs",
"Title": "Easily Improve the User Experience of Your Shiny Apps in Seconds",
"Version": "1.0",
"Authors@R": "person(\"Dean\", \"Attali\", email = \"[email protected]\",\n role = c(\"aut\", \"cre\"))",
"Description": "Perform common useful JavaScript operations in Shiny apps that will\n greatly improve your apps without having to know any JavaScript. Examples\n include: hiding an element, disabling an input, resetting an input back to\n its original value, delaying code execution by a few seconds, and many more\n useful functions for both the end user and the developer. 'shinyjs' can also\n be used to easily call your own custom JavaScript functions from R.",
"URL": "https://deanattali.com/shinyjs",
"BugReports": "https://github.com/daattali/shinyjs/issues",
"Depends": "R (>= 3.1.0)",
"Imports": "digest (>= 0.6.8), htmltools (>= 0.2.9), jsonlite, shiny (>=\n1.0.0)",
"Suggests": "knitr (>= 1.7), rmarkdown, shinyAce, testthat (>= 0.9.1), V8\n(>= 0.6)",
"License": "AGPL-3",
"SystemRequirements": "pandoc with https support",
"LazyData": "true",
"VignetteBuilder": "knitr",
"RoxygenNote": "6.0.1",
"NeedsCompilation": "no",
"Packaged": "2018-01-08 20:00:22 UTC; Dean",
"Author": "Dean Attali [aut, cre]",
"Maintainer": "Dean Attali <[email protected]>",
"Repository": "CRAN",
"Date/Publication": "2018-01-08 22:21:13 UTC",
"Built": "R 3.6.0; ; 2019-04-27 04:16:08 UTC; unix"
}
},
"sourcetools": {
"Source": "CRAN",
"Repository": "https://cran.rstudio.com/",
"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.0; x86_64-apple-darwin15.6.0; 2019-04-26 19:50:45 UTC; unix"
}
},
"viridisLite": {
"Source": "CRAN",
"Repository": "https://cran.rstudio.com/",
"description": {
"Package": "viridisLite",
"Type": "Package",
"Title": "Default Color Maps from 'matplotlib' (Lite Version)",
"Version": "0.3.0",
"Authors@R": "c(\n person(\"Simon\", \"Garnier\", email = \"[email protected]\", role = c(\"aut\", \"cre\")),\n person(\"Noam\", \"Ross\", email = \"[email protected]\", role = c(\"ctb\", \"cph\")),\n person(\"Bob\", \"Rudis\", email = \"[email protected]\", role = c(\"ctb\", \"cph\")),\n person(\"Marco\", \"Sciaini\", email = \"[email protected]\", role = c(\"ctb\", \"cph\")),\n person(\"Cédric\", \"Scherer\", email = \"[email protected]\", role = c(\"ctb\", \"cph\"))\n )",
"Maintainer": "Simon Garnier <[email protected]>",
"Description": "Implementation of the 'viridis' - the default -, 'magma', 'plasma', \n 'inferno', and 'cividis' color maps for 'R'. 'viridis', 'magma', 'plasma', \n and 'inferno' are ported from 'matplotlib' <http://matplotlib.org/>, a \n popular plotting library for 'python'. 'cividis', was developed by Jamie R. \n Nuñez and Sean M. Colby. These color maps are designed in such a way that \n they will analytically be perfectly perceptually-uniform, both in regular \n form and also when converted to black-and-white. They are also designed to \n be perceived by readers with the most common form of color blindness (all \n color maps in this package) and color vision deficiency ('cividis' only). \n This is the 'lite' version of the more complete 'viridis' package that can \n be found at <https://cran.r-project.org/package=viridis>.",
"License": "MIT + file LICENSE",
"LazyData": "TRUE",
"Encoding": "UTF-8",
"Depends": "R (>= 2.10)",
"Suggests": "hexbin (>= 1.27.0), ggplot2 (>= 1.0.1), testthat, covr",
"URL": "https://github.com/sjmgarnier/viridisLite",
"BugReports": "https://github.com/sjmgarnier/viridisLite/issues",
"RoxygenNote": "6.0.1",
"NeedsCompilation": "no",
"Packaged": "2018-02-01 17:33:56 UTC; simon",
"Author": "Simon Garnier [aut, cre],\n Noam Ross [ctb, cph],\n Bob Rudis [ctb, cph],\n Marco Sciaini [ctb, cph],\n Cédric Scherer [ctb, cph]",
"Repository": "CRAN",
"Date/Publication": "2018-02-01 22:45:56 UTC",
"Built": "R 3.6.0; ; 2019-04-26 19:50:56 UTC; unix"
}
},
"xtable": {
"Source": "CRAN",
"Repository": "https://cran.rstudio.com/",
"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.0; ; 2019-04-26 19:49:57 UTC; unix"
}
}
},
"files": {
"LICENSE.md": {
"checksum": "2b08d829ad217994070cd42952dd2975"
},
"packrat/desc/BH": {
"checksum": "69bf0a81cb33351308fcbfaa3c25d3bb"
},
"packrat/desc/Cairo": {
"checksum": "bd3c552843a3349b2787f36899d8c30f"
},
"packrat/desc/colorspace": {
"checksum": "3bcd3437f7f1d5021b353faeb845d165"
},
"packrat/desc/crayon": {
"checksum": "b24ecaa8a9670c0265dba74ec47767ba"
},
"packrat/desc/digest": {
"checksum": "e896332f85d5311017ecd5c2619738af"
},
"packrat/desc/htmltools": {
"checksum": "11898978a31b9b8224abcf76e04cb13b"
},
"packrat/desc/httpuv": {
"checksum": "a50150fba9fc5ac0aa0f736005e715c2"
},
"packrat/desc/jsonlite": {
"checksum": "0641a8dff5814cf845a8df700e864a22"
},
"packrat/desc/labeling": {
"checksum": "c380e60f2819fb5f40e18e442b3064bb"
},
"packrat/desc/later": {
"checksum": "5daab7df0aa5fd5180caf8f8379e0826"
},
"packrat/desc/magrittr": {
"checksum": "e8675129e65235b7fb944a2a5635d1d0"
},
"packrat/desc/mime": {
"checksum": "0b4c98a747ec0b212cfb46408cb55d7e"
},
"packrat/desc/munsell": {
"checksum": "dd3e5dab6a3aaf7d00317e87591c3166"
},
"packrat/desc/promises": {
"checksum": "ef02ccbf753e354d82b460fff8d98499"
},
"packrat/desc/R6": {
"checksum": "e8446ad106baae970814c9755f41ff22"
},
"packrat/desc/RColorBrewer": {
"checksum": "e921a2b48a3466edd651f0b78d645fdc"
},
"packrat/desc/Rcpp": {
"checksum": "d80c411de8e30c4508545c1d99710893"
},
"packrat/desc/rlang": {
"checksum": "3e3d0bdaa6fcf575224d753c1b23cc6d"
},
"packrat/desc/scales": {
"checksum": "ce51b01c0731670a4f5ddbfe531bab71"
},
"packrat/desc/shiny": {
"checksum": "3c6b00802a5597df80d5f7f4f53ebc3f"
},
"packrat/desc/shinyBS": {
"checksum": "d2fcbd1c5e8a234c086b3df4e64b6436"
},
"packrat/desc/shinydashboard": {
"checksum": "1c37bc2048f42e1940101727ee1a853a"
},
"packrat/desc/shinyjs": {
"checksum": "fb049a982f1d78e70b9903dd8aa0276c"
},
"packrat/desc/shinyWidgets": {
"checksum": "025a703e21959af4d36a683de426f872"
},
"packrat/desc/sourcetools": {
"checksum": "966c4e942ba212e977a95f8fff0eb356"
},
"packrat/desc/viridisLite": {
"checksum": "cadb310edb42e382b45f317c95a82f3b"
},
"packrat/desc/xtable": {
"checksum": "526e6f7be3cf3228226e3aab27258be6"
},
"packrat/packrat.lock": {
"checksum": "3e7d2dd42b5f30d83493c0085aedeaf2"
},
"server.R": {
"checksum": "10aed822272296f63f79b0bddf07c33f"
},
"ui.R": {
"checksum": "8e415b57d9867e755b3f6d39500a1f0c"
},
"www/Feature.css": {
"checksum": "65e9112df03a5024aff568faa131f3c7"
},
"www/homebut.PNG": {
"checksum": "51c5e20738800c0efe53e0955e438111"
},
"www/logo.png": {
"checksum": "e70a0d9711692fc6c38fd7681a3bfd9f"
}
},
"users": null
}