-
Notifications
You must be signed in to change notification settings - Fork 4
/
manifest.json
650 lines (650 loc) · 45.2 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
{
"version" : 1,
"locale" : "en_US",
"platform" : "4.1.1",
"metadata" : {
"appmode" : "rmd-static",
"primary_rmd" : "index.Rmd",
"primary_html" : null,
"content_category" : "site",
"has_parameters" : false
},
"packages" : {
"Rcpp" : {
"Source" : "CRAN",
"Repository" : "https://cran.rstudio.com/",
"description" : {
"Package" : "Rcpp",
"Title" : "Seamless R and C++ Integration",
"Version" : "0.12.17",
"Date" : "2018-05-09",
"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.0.1",
"NeedsCompilation" : "yes",
"Packaged" : "2018-05-09 11:39:30.337102 UTC; edd",
"Repository" : "CRAN",
"Date/Publication" : "2018-05-18 22:17:44 UTC",
"Built" : "R 3.5.0; x86_64-apple-darwin15.6.0; 2018-05-19 04:27:42 UTC; unix"
}
},
"backports" : {
"Source" : "CRAN",
"Repository" : "https://cran.rstudio.com/",
"description" : {
"Package" : "backports",
"Type" : "Package",
"Title" : "Reimplementations of Functions Introduced Since R-3.0.0",
"Version" : "1.1.2",
"Authors@R" : "c(person(\"Michel\", \"Lang\", NULL, \"[email protected]\",\n role = c(\"cre\", \"aut\"), comment = c(ORCID = \"0000-0001-9754-0393\")))",
"Maintainer" : "Michel Lang <[email protected]>",
"Description" : "Implementations of functions which have been introduced in\n R since version 3.0.0. The backports are conditionally exported which\n results in R resolving the function names to the version shipped with R (if\n available) and uses the implemented backports as fallback. This way package\n developers can make use of the new functions without worrying about the\n minimum required R version.",
"URL" : "https://github.com/mllg/backports",
"BugReports" : "https://github.com/mllg/backports/issues",
"License" : "GPL-2",
"NeedsCompilation" : "yes",
"ByteCompile" : "yes",
"Depends" : "R (>= 3.0.0)",
"Imports" : "utils",
"RoxygenNote" : "6.0.1",
"Packaged" : "2017-12-13 12:28:04 UTC; michel",
"Author" : "Michel Lang [cre, aut] (0000-0001-9754-0393)",
"Repository" : "CRAN",
"Date/Publication" : "2017-12-13 17:33:42 UTC",
"Built" : "R 3.5.0; x86_64-apple-darwin15.6.0; 2018-04-23 04:08:03 UTC; unix"
}
},
"base64enc" : {
"Source" : "CRAN",
"Repository" : "https://cran.rstudio.com/",
"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.5.0; x86_64-apple-darwin15.6.0; 2018-04-23 04:06:34 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 and Kurt Hornik.",
"Version" : "0.6.15",
"Date" : "2018-01-28",
"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' and 'murmurhash' algorithms) permitting easy comparison of R\n language objects, as well as a function 'hmac()' to create hash-based\n message authentication code. Please note that this package is not meant to\n be deployed for cryptographic purposes for which more comprehensive (and\n widely tested) libraries such as 'OpenSSL' should be used.",
"URL" : "http://dirk.eddelbuettel.com/code/digest.html",
"BugReports" : "https://github.com/eddelbuettel/digest/issues",
"Depends" : "R (>= 2.4.1)",
"License" : "GPL (>= 2)",
"Suggests" : "knitr, rmarkdown",
"VignetteBuilder" : "knitr",
"NeedsCompilation" : "yes",
"Packaged" : "2018-01-28 16:42:14.094058 UTC; edd",
"Repository" : "CRAN",
"Date/Publication" : "2018-01-28 21:43:31 UTC",
"Built" : "R 3.5.0; x86_64-apple-darwin15.6.0; 2018-04-23 04:04:18 UTC; unix"
}
},
"evaluate" : {
"Source" : "CRAN",
"Repository" : "https://cran.rstudio.com/",
"description" : {
"Package" : "evaluate",
"Type" : "Package",
"Title" : "Parsing and Evaluation Tools that Provide More Details than the\nDefault",
"Version" : "0.11",
"Authors@R" : "c(\n person(\"Hadley\", \"Wickham\", role = \"aut\"),\n person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"[email protected]\", comment = c(ORCID = \"0000-0003-0645-5666\")),\n person(\"Michael\", \"Lawrence\", role = \"ctb\"),\n person(\"Thomas\", \"Kluyver\", role = \"ctb\"),\n person(\"Jeroen\", \"Ooms\", role = \"ctb\"),\n person(\"Barret\", \"Schloerke\", role = \"ctb\"),\n person(\"Adam\", \"Ryczkowski\", role = \"ctb\"),\n person(\"Hiroaki\", \"Yutani\", role = \"ctb\")\n )",
"Description" : "Parsing and evaluation tools that make it easy to recreate the\n command line behaviour of R.",
"License" : "MIT + file LICENSE",
"URL" : "https://github.com/r-lib/evaluate",
"BugReports" : "https://github.com/r-lib/evaluate/issues",
"Depends" : "R (>= 3.0.2)",
"Imports" : "methods, stringr (>= 0.6.2)",
"Suggests" : "testthat, lattice, ggplot2",
"RoxygenNote" : "6.0.1",
"NeedsCompilation" : "no",
"Packaged" : "2018-07-17 19:45:22 UTC; yihui",
"Author" : "Hadley Wickham [aut],\n Yihui Xie [aut, cre] (<https://orcid.org/0000-0003-0645-5666>),\n Michael Lawrence [ctb],\n Thomas Kluyver [ctb],\n Jeroen Ooms [ctb],\n Barret Schloerke [ctb],\n Adam Ryczkowski [ctb],\n Hiroaki Yutani [ctb]",
"Maintainer" : "Yihui Xie <[email protected]>",
"Repository" : "CRAN",
"Date/Publication" : "2018-07-17 20:10:02 UTC",
"Built" : "R 3.5.0; ; 2018-07-18 13:36:49 UTC; unix"
}
},
"glue" : {
"Source" : "CRAN",
"Repository" : "https://cran.rstudio.com/",
"description" : {
"Package" : "glue",
"Title" : "Interpreted String Literals",
"Version" : "1.3.0",
"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/stable/manual/strings/#triple-quoted-string-literals>.",
"Depends" : "R (>= 3.1)",
"Imports" : "methods",
"Suggests" : "testthat, covr, magrittr, crayon, knitr, rmarkdown, DBI,\nRSQLite, R.utils, forcats, microbenchmark, rprintf, stringr,\nggplot2, dplyr, withr",
"License" : "MIT + file LICENSE",
"Encoding" : "UTF-8",
"LazyData" : "true",
"RoxygenNote" : "6.0.1",
"URL" : "https://github.com/tidyverse/glue",
"BugReports" : "https://github.com/tidyverse/glue/issues",
"VignetteBuilder" : "knitr",
"ByteCompile" : "true",
"NeedsCompilation" : "yes",
"Packaged" : "2018-07-17 14:19:58 UTC; jhester",
"Author" : "Jim Hester [aut, cre]",
"Maintainer" : "Jim Hester <[email protected]>",
"Repository" : "CRAN",
"Date/Publication" : "2018-07-17 19:10:02 UTC",
"Built" : "R 3.5.0; x86_64-apple-darwin15.6.0; 2018-07-18 16:13:44 UTC; unix"
}
},
"highr" : {
"Source" : "CRAN",
"Repository" : "https://cran.rstudio.com/",
"description" : {
"Package" : "highr",
"Type" : "Package",
"Title" : "Syntax Highlighting for R Source Code",
"Version" : "0.7",
"Authors@R" : "c(person(\"Christopher\", \"Gandrud\", role = \"ctb\"),\n person(\"Qiang\", \"Li\", role = \"ctb\"),\n person(\"Yixuan\", \"Qiu\", role = \"aut\"),\n person(\"Yihui\", \"Xie\", email = \"[email protected]\", role = c(\"aut\", \"cre\")))",
"Maintainer" : "Yihui Xie <[email protected]>",
"Description" : "Provides syntax highlighting for R source code. Currently it\n supports LaTeX and HTML output. Source code of other languages is supported\n via Andre Simon's highlight package (<http://www.andre-simon.de>).",
"Depends" : "R (>= 3.0.2)",
"Suggests" : "knitr, testit",
"License" : "GPL",
"URL" : "https://github.com/yihui/highr",
"BugReports" : "https://github.com/yihui/highr/issues",
"VignetteBuilder" : "knitr",
"RoxygenNote" : "6.0.1",
"NeedsCompilation" : "no",
"Packaged" : "2018-06-09 07:37:11 UTC; yihui",
"Author" : "Christopher Gandrud [ctb],\n Qiang Li [ctb],\n Yixuan Qiu [aut],\n Yihui Xie [aut, cre]",
"Repository" : "CRAN",
"Date/Publication" : "2018-06-09 15:46:28 UTC",
"Built" : "R 3.5.0; ; 2018-06-10 13:59:10 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.5.0; x86_64-apple-darwin15.6.0; 2018-04-23 15:44:14 UTC; unix"
}
},
"jsonlite" : {
"Source" : "CRAN",
"Repository" : "https://cran.rstudio.com/",
"description" : {
"Package" : "jsonlite",
"Version" : "1.5",
"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.0.1.9000",
"Packaged" : "2017-05-31 14:03:43 UTC; jeroen",
"Repository" : "CRAN",
"Date/Publication" : "2017-06-01 12:03:37 UTC",
"Built" : "R 3.5.0; x86_64-apple-darwin15.6.0; 2018-04-23 04:02:13 UTC; unix"
}
},
"knitr" : {
"Source" : "CRAN",
"Repository" : "https://cran.rstudio.com/",
"description" : {
"Package" : "knitr",
"Type" : "Package",
"Title" : "A General-Purpose Package for Dynamic Report Generation in R",
"Version" : "1.20",
"Authors@R" : "c(\n person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"[email protected]\", comment = c(ORCID = \"0000-0003-0645-5666\")),\n person(\"Adam\", \"Vogt\", role = \"ctb\"),\n person(\"Alastair\", \"Andrew\", role = \"ctb\"),\n person(\"Alex\", \"Zvoleff\", role = \"ctb\"),\n person(\"Andre\", \"Simon\", role = \"ctb\", comment = \"the CSS files under inst/themes/ were derived from the Highlight package http://www.andre-simon.de\"),\n person(\"Aron\", \"Atkins\", role = \"ctb\"),\n person(\"Aaron\", \"Wolen\", role = \"ctb\"),\n person(\"Ashley\", \"Manton\", role = \"ctb\"),\n person(\"Ben\", \"Baumer\", role = \"ctb\"),\n person(\"Brian\", \"Diggs\", role = \"ctb\"),\n person(\"Cassio\", \"Pereira\", role = \"ctb\"),\n person(\"Christophe\", \"Dervieux\", role = \"ctb\"),\n person(\"David\", \"Hugh-Jones\", role = \"ctb\"),\n person(\"David\", \"Robinson\", role = \"ctb\"),\n person(\"Donald\", \"Arseneau\", role = c(\"ctb\", \"cph\"), comment = \"the framed package at inst/misc/framed.sty\"),\n person(\"Doug\", \"Hemken\", role = \"ctb\"),\n person(\"Duncan\", \"Murdoch\", role = \"ctb\"),\n person(\"Elio\", \"Campitelli\", role = \"ctb\"),\n person(\"Fabian\", \"Hirschmann\", role = \"ctb\"),\n person(\"Fitch\", \"Simeon\", role = \"ctb\"),\n person(\"Forest\", \"Fang\", role = \"ctb\"),\n person(c(\"Frank\", \"E\", \"Harrell\", \"Jr\"), role = \"ctb\", comment = \"the Sweavel package at inst/misc/Sweavel.sty\"),\n person(\"Garrick\", \"Aden-Buie\", role = \"ctb\"),\n person(\"Gregoire\", \"Detrez\", role = \"ctb\"),\n person(\"Hadley\", \"Wickham\", role = \"ctb\"),\n person(\"Heewon\", \"Jeon\", role = \"ctb\"),\n person(\"Henrik\", \"Bengtsson\", role = \"ctb\"),\n person(\"Hiroaki\", \"Yutani\", role = \"ctb\"),\n person(\"Ian\", \"Lyttle\", role = \"ctb\"),\n person(\"Hodges\", \"Daniel\", role = \"ctb\"),\n person(\"Jake\", \"Burkhead\", role = \"ctb\"),\n person(\"James\", \"Manton\", role = \"ctb\"),\n person(\"Jared\", \"Lander\", role = \"ctb\"),\n person(\"Jason\", \"Punyon\", role = \"ctb\"),\n person(\"Javier\", \"Luraschi\", role = \"ctb\"),\n person(\"Jeff\", \"Arnold\", role = \"ctb\"),\n person(\"Jenny\", \"Bryan\", role = \"ctb\"),\n person(\"Jeremy\", \"Ashkenas\", role = c(\"ctb\", \"cph\"), comment = \"the CSS file at inst/misc/docco-classic.css\"),\n person(\"Jeremy\", \"Stephens\", role = \"ctb\"),\n person(\"Jim\", \"Hester\", role = \"ctb\"),\n person(\"Joe\", \"Cheng\", role = \"ctb\"),\n person(\"Johannes\", \"Ranke\", role = \"ctb\"),\n person(\"John\", \"Honaker\", role = \"ctb\"),\n person(\"John\", \"Muschelli\", role = \"ctb\"),\n person(\"Jonathan\", \"Keane\", role = \"ctb\"),\n person(\"JJ\", \"Allaire\", role = \"ctb\"),\n person(\"Johan\", \"Toloe\", role = \"ctb\"),\n person(\"Jonathan\", \"Sidi\", role = \"ctb\"),\n person(\"Joseph\", \"Larmarange\", role = \"ctb\"),\n person(\"Julien\", \"Barnier\", role = \"ctb\"),\n person(\"Kaiyin\", \"Zhong\", role = \"ctb\"),\n person(\"Kamil\", \"Slowikowski\", role = \"ctb\"),\n person(\"Karl\", \"Forner\", role = \"ctb\"),\n person(c(\"Kevin\", \"K.\"), \"Smith\", role = \"ctb\"),\n person(\"Kirill\", \"Mueller\", role = \"ctb\"),\n person(\"Kohske\", \"Takahashi\", role = \"ctb\"),\n person(\"Martin\", \"Modrák\", role = \"ctb\"),\n person(\"Michael\", \"Chirico\", role = \"ctb\"),\n person(\"Michael\", \"Friendly\", role = \"ctb\"),\n person(\"Michal\", \"Bojanowski\", role = \"ctb\"),\n person(\"Michel\", \"Kuhlmann\", role = \"ctb\"),\n person(\"Nacho\", \"Caballero\", role = \"ctb\"),\n person(\"Nick\", \"Salkowski\", role = \"ctb\"),\n person(\"Noam\", \"Ross\", role = \"ctb\"),\n person(\"Obada\", \"Mahdi\", role = \"ctb\"),\n person(\"Qiang\", \"Li\", role = \"ctb\"),\n person(\"Ramnath\", \"Vaidyanathan\", role = \"ctb\"),\n person(\"Richard\", \"Cotton\", role = \"ctb\"),\n person(\"Robert\", \"Krzyzanowski\", role = \"ctb\"),\n person(\"Romain\", \"Francois\", role = \"ctb\"),\n person(\"Ruaridh\", \"Williamson\", role = \"ctb\"),\n person(\"Scott\", \"Kostyshak\", role = \"ctb\"),\n person(\"Sebastian\", \"Meyer\", role = \"ctb\"),\n person(\"Sietse\", \"Brouwer\", role = \"ctb\"),\n person(c(\"Simon\", \"de\"), \"Bernard\", role = \"ctb\"),\n person(\"Sylvain\", \"Rousseau\", role = \"ctb\"),\n person(\"Taiyun\", \"Wei\", role = \"ctb\"),\n person(\"Thibaut\", \"Assus\", role = \"ctb\"),\n person(\"Thibaut\", \"Lamadon\", role = \"ctb\"),\n person(\"Thomas\", \"Leeper\", role = \"ctb\"),\n person(\"Tom\", \"Torsney-Weir\", role = \"ctb\"),\n person(\"Trevor\", \"Davis\", role = \"ctb\"),\n person(\"Viktoras\", \"Veitas\", role = \"ctb\"),\n person(\"Weicheng\", \"Zhu\", role = \"ctb\"),\n person(\"Wush\", \"Wu\", role = \"ctb\"),\n person(\"Zachary\", \"Foster\", role = \"ctb\")\n )",
"Maintainer" : "Yihui Xie <[email protected]>",
"Description" : "Provides a general-purpose tool for dynamic report generation in R\n using Literate Programming techniques.",
"Depends" : "R (>= 3.1.0)",
"Imports" : "evaluate (>= 0.10), highr, markdown, stringr (>= 0.6), yaml,\nmethods, tools",
"Suggests" : "formatR, testit, digest, rgl (>= 0.95.1201), codetools,\nrmarkdown, htmlwidgets (>= 0.7), webshot, tikzDevice (>= 0.10),\ntinytex, xfun, reticulate (>= 1.4), JuliaCall (>= 0.11.1), png,\njpeg, xml2, httr, DBI (>= 0.4-1), showtext, tibble",
"License" : "GPL",
"URL" : "https://yihui.name/knitr/",
"BugReports" : "https://github.com/yihui/knitr/issues",
"Encoding" : "UTF-8",
"VignetteBuilder" : "knitr",
"SystemRequirements" : "Package vignettes based on R Markdown v2 or\nreStructuredText require Pandoc (http://pandoc.org). The\nfunction rst2pdf() require rst2pdf\n(https://github.com/rst2pdf/rst2pdf).",
"Collate" : "'block.R' 'cache.R' 'utils.R' 'citation.R' 'hooks-html.R'\n'plot.R' 'defaults.R' 'concordance.R' 'engine.R' 'highlight.R'\n'themes.R' 'header.R' 'hooks-asciidoc.R' 'hooks-chunk.R'\n'hooks-extra.R' 'hooks-latex.R' 'hooks-md.R' 'hooks-rst.R'\n'hooks-textile.R' 'hooks.R' 'output.R' 'package.R' 'pandoc.R'\n'params.R' 'parser.R' 'pattern.R' 'rocco.R' 'spin.R' 'table.R'\n'template.R' 'utils-base64.R' 'utils-conversion.R'\n'utils-rd2html.R' 'utils-sweave.R' 'utils-upload.R'\n'utils-vignettes.R' 'zzz.R'",
"RoxygenNote" : "6.0.1",
"NeedsCompilation" : "no",
"Packaged" : "2018-02-19 20:23:59 UTC; yihui",
"Author" : "Yihui Xie [aut, cre] (<https://orcid.org/0000-0003-0645-5666>),\n Adam Vogt [ctb],\n Alastair Andrew [ctb],\n Alex Zvoleff [ctb],\n Andre Simon [ctb] (the CSS files under inst/themes/ were derived from\n the Highlight package http://www.andre-simon.de),\n Aron Atkins [ctb],\n Aaron Wolen [ctb],\n Ashley Manton [ctb],\n Ben Baumer [ctb],\n Brian Diggs [ctb],\n Cassio Pereira [ctb],\n Christophe Dervieux [ctb],\n David Hugh-Jones [ctb],\n David Robinson [ctb],\n Donald Arseneau [ctb, cph] (the framed package at inst/misc/framed.sty),\n Doug Hemken [ctb],\n Duncan Murdoch [ctb],\n Elio Campitelli [ctb],\n Fabian Hirschmann [ctb],\n Fitch Simeon [ctb],\n Forest Fang [ctb],\n Frank E Harrell Jr [ctb] (the Sweavel package at inst/misc/Sweavel.sty),\n Garrick Aden-Buie [ctb],\n Gregoire Detrez [ctb],\n Hadley Wickham [ctb],\n Heewon Jeon [ctb],\n Henrik Bengtsson [ctb],\n Hiroaki Yutani [ctb],\n Ian Lyttle [ctb],\n Hodges Daniel [ctb],\n Jake Burkhead [ctb],\n James Manton [ctb],\n Jared Lander [ctb],\n Jason Punyon [ctb],\n Javier Luraschi [ctb],\n Jeff Arnold [ctb],\n Jenny Bryan [ctb],\n Jeremy Ashkenas [ctb, cph] (the CSS file at\n inst/misc/docco-classic.css),\n Jeremy Stephens [ctb],\n Jim Hester [ctb],\n Joe Cheng [ctb],\n Johannes Ranke [ctb],\n John Honaker [ctb],\n John Muschelli [ctb],\n Jonathan Keane [ctb],\n JJ Allaire [ctb],\n Johan Toloe [ctb],\n Jonathan Sidi [ctb],\n Joseph Larmarange [ctb],\n Julien Barnier [ctb],\n Kaiyin Zhong [ctb],\n Kamil Slowikowski [ctb],\n Karl Forner [ctb],\n Kevin K. Smith [ctb],\n Kirill Mueller [ctb],\n Kohske Takahashi [ctb],\n Martin Modrák [ctb],\n Michael Chirico [ctb],\n Michael Friendly [ctb],\n Michal Bojanowski [ctb],\n Michel Kuhlmann [ctb],\n Nacho Caballero [ctb],\n Nick Salkowski [ctb],\n Noam Ross [ctb],\n Obada Mahdi [ctb],\n Qiang Li [ctb],\n Ramnath Vaidyanathan [ctb],\n Richard Cotton [ctb],\n Robert Krzyzanowski [ctb],\n Romain Francois [ctb],\n Ruaridh Williamson [ctb],\n Scott Kostyshak [ctb],\n Sebastian Meyer [ctb],\n Sietse Brouwer [ctb],\n Simon de Bernard [ctb],\n Sylvain Rousseau [ctb],\n Taiyun Wei [ctb],\n Thibaut Assus [ctb],\n Thibaut Lamadon [ctb],\n Thomas Leeper [ctb],\n Tom Torsney-Weir [ctb],\n Trevor Davis [ctb],\n Viktoras Veitas [ctb],\n Weicheng Zhu [ctb],\n Wush Wu [ctb],\n Zachary Foster [ctb]",
"Repository" : "CRAN",
"Date/Publication" : "2018-02-20 10:11:46 UTC",
"Built" : "R 3.5.0; ; 2018-04-24 05:35:09 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.5.0; ; 2018-04-23 04:03:05 UTC; unix"
}
},
"markdown" : {
"Source" : "CRAN",
"Repository" : "https://cran.rstudio.com/",
"description" : {
"Package" : "markdown",
"Type" : "Package",
"Title" : "'Markdown' Rendering for R",
"Version" : "0.8",
"Date" : "2017-04-20",
"Authors@R" : "c(\n person(\"JJ\", \"Allaire\", role = \"aut\"),\n person(\"Jeffrey\", \"Horner\", role = \"aut\"),\n person(\"Henrik\", \"Bengtsson\", role = \"ctb\"),\n person(\"Jim\", \"Hester\", role = \"ctb\"),\n person(\"Yixuan\", \"Qiu\", role = \"ctb\"),\n person(\"Kohske\", \"Takahashi\", role = \"ctb\"),\n person(\"Adam\", \"November\", role = \"ctb\"),\n person(\"Nacho\", \"Caballero\", role = \"ctb\"),\n person(\"Jeroen\", \"Ooms\", role = \"ctb\"),\n person(\"Thomas\", \"Leeper\", role = \"ctb\"),\n person(\"Joe\", \"Cheng\", role = \"ctb\"),\n person(\"Andrzej\", \"Oles\", role = \"ctb\"),\n person(\"Vicent\", \"Marti\", role = c(\"aut\", \"cph\"), comment = \"The Sundown library\"),\n person(\"Natacha\", \"Porte\", role = c(\"aut\", \"cph\"), comment = \"The Sundown library\"),\n person(family = \"RStudio\", role = \"cph\"),\n person(\"Yihui\", \"Xie\", role = c(\"cre\", \"ctb\"), email = \"[email protected]\")\n )",
"Description" : "Provides R bindings to the 'Sundown' 'Markdown' rendering library\n (https://github.com/vmg/sundown). 'Markdown' is a plain-text formatting\n syntax that can be converted to 'XHTML' or other formats. See\n http://en.wikipedia.org/wiki/Markdown for more information about 'Markdown'.",
"Depends" : "R (>= 2.11.1)",
"Imports" : "utils, mime (>= 0.3)",
"Suggests" : "knitr, RCurl",
"License" : "GPL-2",
"URL" : "https://github.com/rstudio/markdown",
"BugReports" : "https://github.com/rstudio/markdown/issues",
"VignetteBuilder" : "knitr",
"RoxygenNote" : "6.0.1",
"NeedsCompilation" : "yes",
"Packaged" : "2017-04-19 20:14:01 UTC; yihui",
"Author" : "JJ Allaire [aut],\n Jeffrey Horner [aut],\n Henrik Bengtsson [ctb],\n Jim Hester [ctb],\n Yixuan Qiu [ctb],\n Kohske Takahashi [ctb],\n Adam November [ctb],\n Nacho Caballero [ctb],\n Jeroen Ooms [ctb],\n Thomas Leeper [ctb],\n Joe Cheng [ctb],\n Andrzej Oles [ctb],\n Vicent Marti [aut, cph] (The Sundown library),\n Natacha Porte [aut, cph] (The Sundown library),\n RStudio [cph],\n Yihui Xie [cre, ctb]",
"Maintainer" : "Yihui Xie <[email protected]>",
"Repository" : "CRAN",
"Date/Publication" : "2017-04-20 09:07:54 UTC",
"Built" : "R 3.5.0; x86_64-apple-darwin15.6.0; 2018-04-23 04:05:49 UTC; unix"
}
},
"mime" : {
"Source" : "CRAN",
"Repository" : "https://cran.rstudio.com/",
"description" : {
"Package" : "mime",
"Type" : "Package",
"Title" : "Map Filenames to MIME Types",
"Version" : "0.5",
"Date" : "2016-07-07",
"Authors@R" : "c(person(\"Jeffrey\", \"Horner\", role = \"ctb\"),\n person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"[email protected]\"))",
"Maintainer" : "Yihui Xie <[email protected]>",
"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" : "5.0.1",
"NeedsCompilation" : "yes",
"Packaged" : "2016-07-07 04:44:41 UTC; yihui",
"Author" : "Jeffrey Horner [ctb],\n Yihui Xie [aut, cre]",
"Repository" : "CRAN",
"Date/Publication" : "2016-07-07 07:38:00",
"Built" : "R 3.5.0; x86_64-apple-darwin15.6.0; 2018-04-23 04:01:25 UTC; unix"
}
},
"packrat" : {
"Source" : "CRAN",
"Repository" : "https://cran.rstudio.com/",
"description" : {
"Package" : "packrat",
"Type" : "Package",
"Title" : "A Dependency Management System for Projects and their R Package\nDependencies",
"Version" : "0.4.9-3",
"Author" : "Kevin Ushey, Jonathan McPherson, Joe Cheng, Aron Atkins, JJ Allaire",
"Maintainer" : "Kevin Ushey <[email protected]>",
"Description" : "Manage the R packages your project depends\n on in an isolated, portable, and reproducible way.",
"License" : "GPL-2",
"Depends" : "R (>= 3.0.0)",
"Imports" : "tools, utils",
"Suggests" : "testthat (>= 0.7), devtools, httr, knitr, rmarkdown",
"Enhances" : "BiocInstaller",
"URL" : "https://github.com/rstudio/packrat/",
"BugReports" : "https://github.com/rstudio/packrat/issues",
"RoxygenNote" : "6.0.1",
"NeedsCompilation" : "no",
"Packaged" : "2018-06-01 18:40:41 UTC; kevin",
"Repository" : "CRAN",
"Date/Publication" : "2018-06-01 19:42:55 UTC",
"Built" : "R 3.5.0; ; 2018-07-02 17:57:46 UTC; unix"
}
},
"rmarkdown" : {
"Source" : "CRAN",
"Repository" : "https://cran.rstudio.com/",
"description" : {
"Package" : "rmarkdown",
"Type" : "Package",
"Title" : "Dynamic Documents for R",
"Version" : "1.10",
"Authors@R" : "c(\n person(\"JJ\", \"Allaire\", role = \"aut\", email = \"[email protected]\"),\n person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"[email protected]\", comment = c(ORCID = \"0000-0003-0645-5666\")),\n person(\"Jonathan\", \"McPherson\", role = \"aut\", email = \"[email protected]\"),\n person(\"Javier\", \"Luraschi\", role = \"aut\", email = \"[email protected]\"),\n person(\"Kevin\", \"Ushey\", role = \"aut\", email = \"[email protected]\"),\n person(\"Aron\", \"Atkins\", role = \"aut\", email = \"[email protected]\"),\n person(\"Hadley\", \"Wickham\", role = \"aut\", email = \"[email protected]\"),\n person(\"Joe\", \"Cheng\", role = \"aut\", email = \"[email protected]\"),\n person(\"Winston\", \"Chang\", role = \"aut\", email = \"[email protected]\"),\n person(\"Jeff\", \"Allen\", role = \"ctb\", email = \"[email protected]\"),\n person(\"Roy\", \"Storey\", role = \"ctb\"),\n person(\"Rob\", \"Hyndman\", role = \"ctb\", email = \"[email protected]\"),\n person(\"Ruben\", \"Arslan\", role = \"ctb\", email = \"[email protected]\"),\n person(\"Frederik\", \"Aust\", role = \"ctb\", email = \"[email protected]\", comment = c(ORCID = \"0000-0003-4900-788X\")),\n person(family = \"RStudio, Inc.\", role = \"cph\"),\n person(family = \"jQuery Foundation\", role = \"cph\",\n comment = \"jQuery library\"),\n person(family = \"jQuery contributors\", role = c(\"ctb\", \"cph\"),\n comment = \"jQuery library; authors listed in inst/rmd/h/jquery-AUTHORS.txt\"),\n person(family = \"jQuery UI contributors\", role = c(\"ctb\", \"cph\"),\n comment = \"jQuery UI library; authors listed in inst/rmd/h/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(\"Ivan\", \"Sagalaev\", role = c(\"ctb\", \"cph\"),\n comment = \"highlight.js library\"),\n person(\"Greg\", \"Franko\", role = c(\"ctb\", \"cph\"),\n comment = \"tocify library\"),\n person(\"John\", \"MacFarlane\", role = c(\"ctb\", \"cph\"),\n comment = \"Pandoc templates\"),\n person(family = \"Google, Inc.\", role = c(\"ctb\", \"cph\"),\n comment = \"ioslides library\"),\n person(\"Dave\", \"Raggett\", role = \"ctb\",\n comment = \"slidy library\"),\n person(family = \"W3C\", role = \"cph\",\n comment = \"slidy library\"),\n person(\"Dave\", \"Gandy\", role = c(\"ctb\", \"cph\"),\n comment = \"Font-Awesome\"),\n person(\"Ben\", \"Sperry\", role = \"ctb\",\n comment = \"Ionicons\"),\n person(family = \"Drifty\", role = \"cph\",\n comment = \"Ionicons\"),\n person(\"Aidan\", \"Lister\", role = c(\"ctb\", \"cph\"), \n comment = \"jQuery StickyTabs\")\n )",
"Maintainer" : "Yihui Xie <[email protected]>",
"Description" : "Convert R Markdown documents into a variety of formats.",
"Depends" : "R (>= 3.0)",
"Imports" : "tools, utils, knitr (>= 1.18), yaml (>= 2.1.5), htmltools (>=\n0.3.5), evaluate (>= 0.8), base64enc, jsonlite, rprojroot,\nmime, tinytex (>= 0.3), methods, stringr (>= 1.2.0)",
"Suggests" : "shiny (>= 0.11), tufte, testthat, digest, dygraphs, tibble",
"SystemRequirements" : "pandoc (>= 1.12.3) - http://pandoc.org",
"URL" : "https://rmarkdown.rstudio.com,\nhttps://github.com/rstudio/rmarkdown",
"BugReports" : "https://github.com/rstudio/rmarkdown/issues",
"License" : "GPL-3",
"RoxygenNote" : "6.0.1",
"NeedsCompilation" : "no",
"Packaged" : "2018-06-11 05:02:32 UTC; yihui",
"Author" : "JJ Allaire [aut],\n Yihui Xie [aut, cre] (<https://orcid.org/0000-0003-0645-5666>),\n Jonathan McPherson [aut],\n Javier Luraschi [aut],\n Kevin Ushey [aut],\n Aron Atkins [aut],\n Hadley Wickham [aut],\n Joe Cheng [aut],\n Winston Chang [aut],\n Jeff Allen [ctb],\n Roy Storey [ctb],\n Rob Hyndman [ctb],\n Ruben Arslan [ctb],\n Frederik Aust [ctb] (<https://orcid.org/0000-0003-4900-788X>),\n RStudio, Inc. [cph],\n jQuery Foundation [cph] (jQuery library),\n jQuery contributors [ctb, cph] (jQuery library; authors listed in\n inst/rmd/h/jquery-AUTHORS.txt),\n jQuery UI contributors [ctb, cph] (jQuery UI library; authors listed in\n inst/rmd/h/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 Ivan Sagalaev [ctb, cph] (highlight.js library),\n Greg Franko [ctb, cph] (tocify library),\n John MacFarlane [ctb, cph] (Pandoc templates),\n Google, Inc. [ctb, cph] (ioslides library),\n Dave Raggett [ctb] (slidy library),\n W3C [cph] (slidy library),\n Dave Gandy [ctb, cph] (Font-Awesome),\n Ben Sperry [ctb] (Ionicons),\n Drifty [cph] (Ionicons),\n Aidan Lister [ctb, cph] (jQuery StickyTabs)",
"Repository" : "CRAN",
"Date/Publication" : "2018-06-11 06:12:56 UTC",
"Built" : "R 3.5.0; ; 2018-06-12 05:08:46 UTC; unix"
}
},
"rprojroot" : {
"Source" : "CRAN",
"Repository" : "https://cran.rstudio.com/",
"description" : {
"Package" : "rprojroot",
"Title" : "Finding Files in Project Subdirectories",
"Version" : "1.3-2",
"Authors@R" : "person(given = \"Kirill\", family = \"Müller\", role = c(\"aut\",\n \"cre\"), email = \"[email protected]\")",
"Description" : "Robust, reliable and flexible paths to files below a\n project root. The 'root' of a project is defined as a directory\n that matches a certain criterion, e.g., it contains a certain\n regular file.",
"Depends" : "R (>= 3.0.0)",
"Imports" : "backports",
"Suggests" : "testthat, mockr, knitr, withr, rmarkdown",
"VignetteBuilder" : "knitr",
"License" : "GPL-3",
"LazyData" : "true",
"Encoding" : "UTF-8",
"URL" : "https://github.com/krlmlr/rprojroot,\nhttps://krlmlr.github.io/rprojroot",
"BugReports" : "https://github.com/krlmlr/rprojroot/issues",
"RoxygenNote" : "6.0.1",
"Collate" : "'rrmake.R' 'criterion.R' 'file.R' 'has-file.R' 'root.R'\n'rprojroot-package.R' 'shortcut.R' 'thisfile.R'",
"NeedsCompilation" : "no",
"Packaged" : "2018-01-03 13:27:15 UTC; muelleki",
"Author" : "Kirill Müller [aut, cre]",
"Maintainer" : "Kirill Müller <[email protected]>",
"Repository" : "CRAN",
"Date/Publication" : "2018-01-03 15:36:24 UTC",
"Built" : "R 3.5.0; ; 2018-04-22 03:43:57 UTC; unix"
}
},
"stringi" : {
"Source" : "CRAN",
"Repository" : "https://cran.rstudio.com/",
"description" : {
"Package" : "stringi",
"Version" : "1.2.4",
"Date" : "2018-07-20",
"Title" : "Character String Processing Facilities",
"Description" : "Allows for fast, correct, consistent, portable,\n as well as convenient character string/text processing in every locale\n and any native encoding. Owing to the use of the 'ICU' library,\n the package provides 'R' users with platform-independent functions\n known to 'Java', 'Perl', 'Python', 'PHP', and 'Ruby' programmers. Available\n features include: pattern searching (e.g., with 'Java'-like regular\n expressions or the 'Unicode' collation algorithm), random string generation,\n case mapping, string transliteration, concatenation,\n Unicode normalization, date-time formatting and parsing, and many more.",
"URL" : "http://www.gagolewski.com/software/stringi/\nhttp://site.icu-project.org/ http://www.unicode.org/",
"BugReports" : "http://github.com/gagolews/stringi/issues",
"SystemRequirements" : "ICU4C (>= 52, optional)",
"Type" : "Package",
"Depends" : "R (>= 2.14)",
"Imports" : "tools, utils, stats",
"Biarch" : "TRUE",
"License" : "file LICENSE",
"Author" : "Marek Gagolewski [aut, cre], Bartek Tartanus [ctb],\n and other contributors (stringi source code);\n IBM and other contributors (ICU4C source code);\n Unicode, Inc. (Unicode Character Database)",
"Maintainer" : "Marek Gagolewski <[email protected]>",
"RoxygenNote" : "6.0.1",
"NeedsCompilation" : "yes",
"Packaged" : "2018-07-20 11:58:52 UTC; gagolews",
"License_is_FOSS" : "yes",
"Repository" : "CRAN",
"Date/Publication" : "2018-07-20 17:30:03 UTC",
"Built" : "R 3.5.0; x86_64-apple-darwin15.6.0; 2018-07-21 14:01:14 UTC; unix"
}
},
"stringr" : {
"Source" : "CRAN",
"Repository" : "https://cran.rstudio.com/",
"description" : {
"Package" : "stringr",
"Title" : "Simple, Consistent Wrappers for Common String Operations",
"Version" : "1.3.1",
"Authors@R" : "c(\n person(\"Hadley\", \"Wickham\", , \"[email protected]\", c(\"aut\", \"cre\", \"cph\")),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )",
"Description" : "A consistent, simple and easy to use set of wrappers around the\n fantastic 'stringi' package. All function and argument names (and positions)\n are consistent, all functions deal with \"NA\"'s and zero length vectors\n in the same way, and the output from one function is easy to feed into\n 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",
"LazyData" : "true",
"RoxygenNote" : "6.0.1",
"NeedsCompilation" : "no",
"Packaged" : "2018-05-10 16:42:26 UTC; hadley",
"Author" : "Hadley Wickham [aut, cre, cph],\n RStudio [cph, fnd]",
"Maintainer" : "Hadley Wickham <[email protected]>",
"Repository" : "CRAN",
"Date/Publication" : "2018-05-10 21:32:15 UTC",
"Built" : "R 3.5.0; ; 2018-05-11 05:43:28 UTC; unix"
}
},
"tinytex" : {
"Source" : "CRAN",
"Repository" : "https://cran.rstudio.com/",
"description" : {
"Package" : "tinytex",
"Type" : "Package",
"Title" : "Helper Functions to Install and Maintain 'TeX Live', and Compile\n'LaTeX' Documents",
"Version" : "0.6",
"Authors@R" : "c(\n person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\", \"cph\"), email = \"[email protected]\", comment = c(ORCID = \"0000-0003-0645-5666\")),\n person(family = \"RStudio, Inc.\", role = \"cph\"),\n person(\"Fernando\", \"Cagua\", role = \"ctb\"),\n person()\n )",
"Description" : "Helper functions to install and maintain the 'LaTeX' distribution\n named 'TinyTeX' (<https://yihui.name/tinytex/>), a lightweight, cross-platform,\n portable, and easy-to-maintain version of 'TeX Live'. This package also\n contains helper functions to compile 'LaTeX' documents, and install missing\n 'LaTeX' packages automatically.",
"Imports" : "xfun (>= 0.3)",
"Suggests" : "testit",
"License" : "MIT + file LICENSE",
"URL" : "https://github.com/yihui/tinytex",
"BugReports" : "https://github.com/yihui/tinytex/issues",
"Encoding" : "UTF-8",
"LazyData" : "true",
"RoxygenNote" : "6.0.1",
"NeedsCompilation" : "no",
"Packaged" : "2018-07-07 18:51:07 UTC; yihui",
"Author" : "Yihui Xie [aut, cre, cph] (<https://orcid.org/0000-0003-0645-5666>),\n RStudio, Inc. [cph],\n Fernando Cagua [ctb]",
"Maintainer" : "Yihui Xie <[email protected]>",
"Repository" : "CRAN",
"Date/Publication" : "2018-07-07 19:20:02 UTC",
"Built" : "R 3.5.0; ; 2018-07-08 13:03:44 UTC; unix"
}
},
"xfun" : {
"Source" : "CRAN",
"Repository" : "https://cran.rstudio.com/",
"description" : {
"Package" : "xfun",
"Type" : "Package",
"Title" : "Miscellaneous Functions by 'Yihui Xie'",
"Version" : "0.3",
"Authors@R" : "c(\n person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\", \"cph\"), email = \"[email protected]\", comment = c(ORCID = \"0000-0003-0645-5666\")),\n person(\"Daijiang\", \"Li\", role = \"ctb\"),\n person()\n )",
"Description" : "Miscellaneous functions commonly used in other packages maintained by 'Yihui Xie'.",
"Imports" : "tools",
"Suggests" : "testit, parallel, rstudioapi, tinytex, mime, markdown, knitr,\nrmarkdown",
"License" : "MIT + file LICENSE",
"URL" : "https://github.com/yihui/xfun",
"BugReports" : "https://github.com/yihui/xfun/issues",
"Encoding" : "UTF-8",
"LazyData" : "true",
"RoxygenNote" : "6.0.1",
"VignetteBuilder" : "knitr",
"NeedsCompilation" : "no",
"Packaged" : "2018-07-06 05:35:41 UTC; yihui",
"Author" : "Yihui Xie [aut, cre, cph] (<https://orcid.org/0000-0003-0645-5666>),\n Daijiang Li [ctb]",
"Maintainer" : "Yihui Xie <[email protected]>",
"Repository" : "CRAN",
"Date/Publication" : "2018-07-06 06:00:03 UTC",
"Built" : "R 3.5.0; ; 2018-07-07 13:39:36 UTC; unix"
}
},
"yaml" : {
"Source" : "CRAN",
"Repository" : "https://cran.rstudio.com/",
"description" : {
"Package" : "yaml",
"Type" : "Package",
"Title" : "Methods to Convert R Data to YAML and Back",
"Version" : "2.1.19",
"Date" : "2018-04-30",
"Suggests" : "testthat",
"Author" : "Jeremy Stephens [aut, cre], Kirill Simonov [aut], Yihui Xie [ctb],\n Zhuoer Dong [ctb], Hadley Wickham [ctb], Jeffrey Horner [ctb], reikoch [ctb],\n Will Beasley [ctb], Brendan O'Connor [ctb], Gregory R. Warnes [ctb]",
"Maintainer" : "Jeremy Stephens <[email protected]>",
"License" : "BSD_3_clause + file LICENSE",
"Description" : "Implements the 'libyaml' 'YAML' 1.1 parser and emitter\n (<http://pyyaml.org/wiki/LibYAML>) for R.",
"URL" : "https://github.com/viking/r-yaml/",
"BugReports" : "https://github.com/viking/r-yaml/issues",
"NeedsCompilation" : "yes",
"Packaged" : "2018-04-30 20:56:56 UTC; stephej1",
"Repository" : "CRAN",
"Date/Publication" : "2018-05-01 10:38:53 UTC",
"Built" : "R 3.5.0; x86_64-apple-darwin15.6.0; 2018-05-04 04:52:05 UTC; unix"
}
}
},
"files" : {
"_site.yml" : {
"checksum" : "68b329da9893e34099c7d8ad5cb9c940"
},
"another.Rmd" : {
"checksum" : "3ff73b227b8d15e2b39172402234a0b6"
},
"article.Rmd" : {
"checksum" : "c41a63e581ccf14e6e00ef8dab979765"
},
"index.Rmd" : {
"checksum" : "c85dc46c45a93df8010830d238e4ff75"
},
"manifest.json" : {
"checksum" : "0de42569202735d07fa18df37c4ded13"
},
"packrat/desc/backports" : {
"checksum" : "595256fcb34a71c19cfb6da40bc3a513"
},
"packrat/desc/base64enc" : {
"checksum" : "708b9d3caa69b3ddb7b66f9427867d99"
},
"packrat/desc/digest" : {
"checksum" : "d6bc634bbe6fd3c56f8fc2e021ff9644"
},
"packrat/desc/evaluate" : {
"checksum" : "b2c43626d506d147135afb9ddadf5a42"
},
"packrat/desc/glue" : {
"checksum" : "b13a299bdb55ea50b47d423f029cf94a"
},
"packrat/desc/highr" : {
"checksum" : "fbb7c97c4bb46ecedc8f6ce9a320e61b"
},
"packrat/desc/htmltools" : {
"checksum" : "735e6e3a30e5d4de43ed4cb791fda118"
},
"packrat/desc/jsonlite" : {
"checksum" : "63847cc28fb14722cbb12ab214d971cb"
},
"packrat/desc/knitr" : {
"checksum" : "12eb0035863f8b0798265bfced3fb4c6"
},
"packrat/desc/magrittr" : {
"checksum" : "5ec532c6b8c2afd30d8d4d3cc40084a0"
},
"packrat/desc/markdown" : {
"checksum" : "4e9e00d372390c8e6cdf1a4e88df5cee"
},
"packrat/desc/mime" : {
"checksum" : "72aa915d25bdfa0ac329db98f5a2377e"
},
"packrat/desc/packrat" : {
"checksum" : "3dafb54011f9b8f284f42d81ed03c581"
},
"packrat/desc/Rcpp" : {
"checksum" : "89332b179e6e2bddb27ea2353a35b552"
},
"packrat/desc/rmarkdown" : {
"checksum" : "bac214765fa8cb928488d6f18e9db5be"
},
"packrat/desc/rprojroot" : {
"checksum" : "46d74462d79fb40b624e5e46d1f76d2f"
},
"packrat/desc/stringi" : {
"checksum" : "c66ce176a5274742823a824849ccd5e5"
},
"packrat/desc/stringr" : {
"checksum" : "145d21bc26799f2846797b1446e2f889"
},
"packrat/desc/tinytex" : {
"checksum" : "55b8ec519183188b3de16fda6590891e"
},
"packrat/desc/xfun" : {
"checksum" : "6f0385cfe3113c2bcbfbb3fa8e1be8fd"
},
"packrat/desc/yaml" : {
"checksum" : "e901eed45da4e18633b582515b5faa66"
},
"packrat/packrat.lock" : {
"checksum" : "b96b42cd88f26e84bf87c3b9fedf0c0d"
}
},
"users" : null
}