-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
813 lines (813 loc) · 49.4 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
812
813
{
"version" : 1,
"platform" : "3.2.1",
"metadata" : {
"appmode" : "shiny",
"primary_rmd" : null,
"primary_html" : null,
"content_category" : null
},
"packages" : {
"shiny" : {
"description" : {
"Package" : "shiny",
"Type" : "Package",
"Title" : "Web Application Framework for R",
"Version" : "0.12.2",
"Date" : "2015-08-04",
"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/1.10.4/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 pre-built widgets make it possible to build\n beautiful, responsive, and powerful applications with minimal effort.",
"License" : "GPL-3 | file LICENSE",
"Depends" : "R (>= 3.0.0), methods",
"Imports" : "utils, httpuv (>= 1.3.3), mime (>= 0.3), jsonlite (>= 0.9.16),\nxtable, digest, htmltools (>= 0.2.6), R6 (>= 2.0)",
"Suggests" : "datasets, Cairo (>= 1.5-5), testthat, knitr (>= 1.6),\nmarkdown, ggplot2",
"URL" : "http://shiny.rstudio.com",
"BugReports" : "https://github.com/rstudio/shiny/issues",
"Collate" : "'app.R' 'bootstrap-layout.R' 'map.R' 'globals.R' 'utils.R'\n'bootstrap.R' 'cache.R' 'fileupload.R' 'stack.R' 'graph.R'\n'hooks.R' 'html-deps.R' 'htmltools.R' 'image-interact-opts.R'\n'image-interact.R' 'imageutils.R' 'input-action.R'\n'input-checkbox.R' 'input-checkboxgroup.R' 'input-date.R'\n'input-daterange.R' 'input-file.R' 'input-numeric.R'\n'input-password.R' 'input-radiobuttons.R' 'input-select.R'\n'input-slider.R' 'input-submit.R' 'input-text.R'\n'input-utils.R' 'jqueryui.R' 'middleware-shiny.R'\n'middleware.R' 'priorityqueue.R' 'progress.R' 'react.R'\n'reactive-domains.R' 'reactives.R' 'render-plot.R' 'run-url.R'\n'server-input-handlers.R' 'server.R' 'shiny.R' 'shinyui.R'\n'shinywrappers.R' 'showcase.R' 'tar.R' 'timer.R'\n'update-input.R'",
"NeedsCompilation" : "no",
"Packaged" : "2015-08-05 16:04:49 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/1.10.4/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" : "2015-08-05 20:05:39",
"Built" : "R 3.2.0; ; 2015-08-06 09:37:22 UTC; unix"
}
},
"dplyr" : {
"description" : {
"Package" : "dplyr",
"Type" : "Package",
"Version" : "0.4.2",
"Title" : "A Grammar of Data Manipulation",
"Description" : "A fast, consistent tool for working with data frame like objects,\n both in memory and out of memory.",
"Authors@R" : "c(\n person(\"Hadley\", \"Wickham\", , \"[email protected]\", c(\"aut\", \"cre\")),\n person(\"Romain\", \"Francois\", , \"[email protected]\", role = \"aut\"),\n person(\"RStudio\", role = \"cph\")\n )",
"URL" : "https://github.com/hadley/dplyr",
"BugReports" : "https://github.com/hadley/dplyr/issues",
"Depends" : "R (>= 3.1.2)",
"Imports" : "assertthat, utils, R6, Rcpp, magrittr, lazyeval (>= 0.1.10),\nDBI (>= 0.3)",
"Suggests" : "RSQLite (>= 1.0.0), RMySQL, RPostgreSQL, data.table,\ntestthat, knitr, microbenchmark, ggplot2, mgcv, Lahman (>=\n3.0-1), nycflights13, methods",
"VignetteBuilder" : "knitr",
"LazyData" : "yes",
"LinkingTo" : "Rcpp (>= 0.11.6), BH (>= 1.58.0-1)",
"License" : "MIT + file LICENSE",
"Collate" : "'RcppExports.R' 'all-equal.r' 'bench-compare.r' 'chain.r'\n'cluster.R' 'colwise.R' 'compute-collect.r' 'copy-to.r'\n'data-lahman.r' 'data-nasa.r' 'data-nycflights13.r'\n'data-temp.r' 'data.r' 'dataframe.R' 'dbi-s3.r' 'desc.r'\n'distinct.R' 'do.r' 'dplyr.r' 'explain.r' 'failwith.r' 'funs.R'\n'glimpse.R' 'group-by.r' 'group-indices.R' 'group-size.r'\n'grouped-df.r' 'grouped-dt.r' 'id.r' 'inline.r' 'join.r'\n'lead-lag.R' 'location.R' 'manip.r' 'nth-value.R' 'order-by.R'\n'over.R' 'partial-eval.r' 'progress.R' 'query.r' 'rank.R'\n'rbind.r' 'rowwise.r' 'sample.R' 'select-utils.R'\n'select-vars.R' 'sets.r' 'sql-escape.r' 'sql-star.r'\n'src-local.r' 'src-mysql.r' 'src-postgres.r' 'src-sql.r'\n'src-sqlite.r' 'src.r' 'tally.R' 'tbl-cube.r' 'tbl-df.r'\n'tbl-dt.r' 'tbl-sql.r' 'tbl.r' 'top-n.R'\n'translate-sql-helpers.r' 'translate-sql-base.r'\n'translate-sql-window.r' 'translate-sql.r' 'type-sum.r'\n'utils-dt.R' 'utils-format.r' 'utils.r' 'view.r' 'zzz.r'",
"NeedsCompilation" : "yes",
"Packaged" : "2015-06-15 22:27:30 UTC; hadley",
"Author" : "Hadley Wickham [aut, cre],\n Romain Francois [aut],\n RStudio [cph]",
"Maintainer" : "Hadley Wickham <[email protected]>",
"Repository" : "CRAN",
"Date/Publication" : "2015-06-16 11:24:05",
"Built" : "R 3.2.0; x86_64-apple-darwin13.4.0; 2015-06-17 07:50:50 UTC; unix"
}
},
"leaflet" : {
"description" : {
"Package" : "leaflet",
"Type" : "Package",
"Title" : "Create Interactive Web Maps with the JavaScript 'Leaflet'\nLibrary",
"Version" : "1.0.0",
"Date" : "2015-06-19",
"Authors@R" : "c(\n person(\"Joe\", \"Cheng\", email = \"[email protected]\", role = c(\"aut\", \"cre\")),\n person(\"Yihui\", \"Xie\", role = c(\"aut\")),\n person(\"Hadley\", \"Wickham\", role = c(\"ctb\")),\n person(\"jQuery Foundation and contributors\", role = c(\"ctb\", \"cph\"), comment = \"jQuery library\"),\n person(\"Vladimir\", \"Agafonkin\", role = c(\"ctb\", \"cph\"), comment = \"Leaflet library\"),\n person(\"CloudMade\", role = c(\"cph\"), comment = \"Leaflet library\"),\n person(\"Leaflet contributors\", role = c(\"ctb\"), comment = \"Leaflet library\"),\n person(\"Leaflet Providers contributors\", role = c(\"ctb\", \"cph\"), comment = \"Leaflet Providers plugin\"),\n person(\"RStudio\", role = c(\"cph\"))\n )",
"Maintainer" : "Joe Cheng <[email protected]>",
"Description" : "Create and customize interactive maps using the 'Leaflet' JavaScript\n library and the 'htmlwidgets' package. These maps can be used directly from\n the R console, from 'RStudio', in Shiny apps and R Markdown documents.",
"License" : "GPL-3 | file LICENSE",
"URL" : "http://rstudio.github.io/leaflet/",
"BugReports" : "https://github.com/rstudio/leaflet/issues",
"Imports" : "base64enc, htmlwidgets, htmltools, magrittr, markdown, png,\nRColorBrewer, raster, scales (>= 0.2.5), sp",
"Suggests" : "knitr, maps, shiny, testit (>= 0.4), rgdal, R6, RJSONIO",
"NeedsCompilation" : "no",
"Packaged" : "2015-06-23 19:42:53 UTC; jcheng",
"Author" : "Joe Cheng [aut, cre],\n Yihui Xie [aut],\n Hadley Wickham [ctb],\n jQuery Foundation and contributors [ctb, cph] (jQuery library),\n Vladimir Agafonkin [ctb, cph] (Leaflet library),\n CloudMade [cph] (Leaflet library),\n Leaflet contributors [ctb] (Leaflet library),\n Leaflet Providers contributors [ctb, cph] (Leaflet Providers plugin),\n RStudio [cph]",
"Repository" : "CRAN",
"Date/Publication" : "2015-06-24 00:56:10",
"Built" : "R 3.2.0; ; 2015-06-24 10:00:25 UTC; unix"
}
},
"methods" : {
"description" : {
"Package" : "methods",
"Version" : "3.2.1",
"Priority" : "base",
"Imports" : "utils",
"Title" : "Formal Methods and Classes",
"Author" : "R Core Team",
"Maintainer" : "R Core Team <[email protected]>",
"Description" : "Formally defined methods and classes for R objects,\n plus other programming tools, as described in the reference.",
"References" : "John M. Chambers (2008) ``Software for Data Analysis:\nProgramming with R''; Springer NY.",
"License" : "Part of R 3.2.1",
"Built" : "R 3.2.1; x86_64-apple-darwin13.4.0; 2015-06-18 22:20:41 UTC; unix"
}
},
"utils" : {
"description" : {
"Package" : "utils",
"Version" : "3.2.1",
"Priority" : "base",
"Title" : "The R Utils Package",
"Author" : "R Core Team and contributors worldwide",
"Maintainer" : "R Core Team <[email protected]>",
"Description" : "R utility functions.",
"License" : "Part of R 3.2.1",
"Built" : "R 3.2.1; x86_64-apple-darwin13.4.0; 2015-06-18 22:19:52 UTC; unix"
}
},
"httpuv" : {
"description" : {
"Package" : "httpuv",
"Type" : "Package",
"Title" : "HTTP and WebSocket Server Library",
"Version" : "1.3.3",
"Date" : "2015-08-03",
"Author" : "RStudio, Inc.",
"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-3 | file LICENSE",
"Depends" : "R (>= 2.15.1), methods",
"Imports" : "Rcpp (>= 0.11.0), utils",
"LinkingTo" : "Rcpp",
"URL" : "https://github.com/rstudio/httpuv",
"SystemRequirements" : "GNU make",
"NeedsCompilation" : "yes",
"Packaged" : "2015-08-03 18:49:59 UTC; jcheng",
"Repository" : "CRAN",
"Date/Publication" : "2015-08-04 00:32:50",
"Built" : "R 3.2.0; x86_64-apple-darwin13.4.0; 2015-08-04 09:46:35 UTC; unix"
}
},
"mime" : {
"description" : {
"Package" : "mime",
"Type" : "Package",
"Title" : "Map Filenames to MIME Types",
"Version" : "0.3",
"Date" : "2015-03-29",
"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-2",
"URL" : "https://github.com/yihui/mime",
"BugReports" : "https://github.com/yihui/mime/issues",
"LazyData" : "TRUE",
"Packaged" : "2015-03-29 03:46:13 UTC; yihui",
"Author" : "Jeffrey Horner [ctb],\n Yihui Xie [aut, cre]",
"NeedsCompilation" : "yes",
"Repository" : "CRAN",
"Date/Publication" : "2015-03-29 08:43:01",
"Built" : "R 3.2.0; x86_64-apple-darwin13.4.0; 2015-04-20 20:58:09 UTC; unix"
}
},
"jsonlite" : {
"description" : {
"Package" : "jsonlite",
"Version" : "0.9.16",
"Date" : "2014-03-26",
"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" : "http://arxiv.org/abs/1403.2805,\nhttps://www.opencpu.org/posts/jsonlite-a-smarter-json-encoder",
"BugReports" : "http://github.com/jeroenooms/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 web APIs. The implementation is\n based on the mapping described in the vignette of the package (Ooms, 2014).\n In addition to drop-in replacements for toJSON and fromJSON, jsonlite\n contains functions to stream, validate, and prettify JSON data. The unit\n tests included with the package verify that all edge cases are encoded and\n decoded consistently for use with dynamic data in systems and applications.",
"Suggests" : "curl (>= 0.5), plyr, testthat, knitr, rmarkdown, R.rsp",
"Packaged" : "2015-04-10 18:23:14 UTC; jeroen",
"Repository" : "CRAN",
"Date/Publication" : "2015-04-11 01:04:45",
"Built" : "R 3.2.0; x86_64-apple-darwin13.4.0; 2015-04-20 21:10:45 UTC; unix"
}
},
"xtable" : {
"description" : {
"Package" : "xtable",
"Version" : "1.7-4",
"Date" : "2014/08/17",
"Title" : "Export tables to LaTeX or HTML",
"Author" : "David B. Dahl <[email protected]>",
"Maintainer" : "David Scott <[email protected]>",
"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",
"Packaged" : "2014-09-11 22:38:16 UTC; dsco036",
"NeedsCompilation" : "no",
"Date/Publication" : "2014-09-12 14:30:04",
"Built" : "R 3.2.0; ; 2015-04-20 20:46:53 UTC; unix"
}
},
"digest" : {
"description" : {
"Package" : "digest",
"Version" : "0.6.8",
"Date" : "2013-12-30",
"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 and Wush Wu.",
"Maintainer" : "Dirk Eddelbuettel <[email protected]>",
"Title" : "Create Cryptographic 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.\n\n The md5 algorithm by Ron Rivest is specified in RFC 1321, the sha-1 \n and sha-256 algorithms are specified in FIPS-180-1 and FIPS-180-2, \n and the crc32 algorithm is described in \n ftp://ftp.rocksoft.com/cliens/rocksoft/papers/crc_v3.txt.\n\n For md5, sha-1, sha-256 and aes, this package uses small standalone\n implementations that were provided by Christophe Devine. For crc32, code\n from the zlib library is used. For sha-512, an implementation by Aaron\n D. Gifford is used. For xxHash, the implementation by Yann Collet is used.\n For murmurhash, an implementation by Shane Day is used.\n\n Please note that this package is not meant to be deployed for \n cryptographic purposes for which more comprehensive (and widely \n tested) libraries such as OpenSSL should be used.",
"Depends" : "R (>= 2.4.1)",
"License" : "GPL-2",
"URL" : "http://dirk.eddelbuettel.com/code/digest.html",
"Packaged" : "2014-12-31 01:14:41.779054 UTC; edd",
"NeedsCompilation" : "yes",
"Repository" : "CRAN",
"Date/Publication" : "2014-12-31 07:47:27",
"Built" : "R 3.2.0; x86_64-apple-darwin13.4.0; 2015-04-20 20:46:40 UTC; unix"
}
},
"htmltools" : {
"description" : {
"Package" : "htmltools",
"Type" : "Package",
"Title" : "Tools for HTML",
"Version" : "0.2.6",
"Date" : "2014-07-30",
"Author" : "RStudio, Inc.",
"Maintainer" : "Joe Cheng <[email protected]>",
"Description" : "Tools for HTML generation and output",
"Depends" : "R (>= 2.14.1)",
"Imports" : "utils, digest",
"Suggests" : "markdown, testthat",
"Enhances" : "knitr",
"License" : "GPL (>= 2)",
"Packaged" : "2014-09-08 16:45:00 UTC; jcheng",
"NeedsCompilation" : "no",
"Repository" : "CRAN",
"Date/Publication" : "2014-09-08 19:23:28",
"Built" : "R 3.2.0; ; 2015-04-19 01:31:22 UTC; unix"
}
},
"R6" : {
"description" : {
"Package" : "R6",
"Title" : "Classes with Reference Semantics",
"Version" : "2.1.0",
"Authors@R" : "person(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"[email protected]\")",
"Description" : "The R6 package allows the creation of classes with reference\n semantics, similar to R's built-in reference classes. Compared to reference\n classes, R6 classes are simpler and lighter-weight, and they are not built\n on S4 classes so they do not require the methods package. These classes\n allow public and private members, and they support inheritance, even when\n the classes are defined in different packages.",
"Depends" : "R (>= 3.0)",
"Suggests" : "knitr, microbenchmark, pryr, testthat, ggplot2, scales",
"License" : "MIT + file LICENSE",
"URL" : "https://github.com/wch/R6/",
"LazyData" : "true",
"VignetteBuilder" : "knitr",
"NeedsCompilation" : "no",
"Packaged" : "2015-07-03 13:30:23 UTC; winston",
"Author" : "Winston Chang [aut, cre]",
"Maintainer" : "Winston Chang <[email protected]>",
"Repository" : "CRAN",
"Date/Publication" : "2015-07-04 00:19:07",
"Built" : "R 3.2.0; ; 2015-07-04 10:00:07 UTC; unix"
}
},
"Rcpp" : {
"description" : {
"Package" : "Rcpp",
"Title" : "Seamless R and C++ Integration",
"Version" : "0.12.0",
"Date" : "2015-07-24",
"Author" : "Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, \n Qiang Kou, 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, JSS), and the book by Eddelbuettel (2013, Springer); see \n 'citation(\"Rcpp\")' for details on these last two.",
"Depends" : "R (>= 3.0.0)",
"Imports" : "methods, utils",
"Suggests" : "RUnit, inline, rbenchmark, highlight, pkgKitten (>= 0.1.2)",
"VignetteBuilder" : "highlight",
"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]",
"NeedsCompilation" : "yes",
"Packaged" : "2015-07-25 00:47:10.067212 UTC; edd",
"Repository" : "CRAN",
"Date/Publication" : "2015-07-25 12:26:15",
"Built" : "R 3.2.0; x86_64-apple-darwin13.4.0; 2015-07-26 09:16:55 UTC; unix"
}
},
"tools" : {
"description" : {
"Package" : "tools",
"Version" : "3.2.1",
"Priority" : "base",
"Title" : "Tools for Package Development",
"Author" : "R Core Team",
"Maintainer" : "R Core Team <[email protected]>",
"Description" : "Tools for package development, administration and documentation.",
"License" : "Part of R 3.2.1",
"Suggests" : "XML",
"Built" : "R 3.2.1; x86_64-apple-darwin13.4.0; 2015-06-18 22:19:13 UTC; unix"
}
},
"assertthat" : {
"description" : {
"Package" : "assertthat",
"Title" : "Easy pre and post assertions.",
"Version" : "0.1",
"Authors@R" : "'Hadley Wickham <[email protected]> [aut,cre]'",
"Description" : "assertthat is an extension to stopifnot() that makes it\n easy to declare the pre and post conditions that you code should\n satisfy, while also producing friendly error messages so that your\n users know what they've done wrong.",
"License" : "GPL-3",
"Suggests" : "testthat",
"Collate" : "'assert-that.r' 'on-failure.r' 'assertions-file.r'\n'assertions-scalar.R' 'assertions.r' 'base.r'\n'base-comparison.r' 'base-is.r' 'base-logical.r' 'base-misc.r'\n'utils.r' 'validate-that.R'",
"Roxygen" : "list(wrap = FALSE)",
"Packaged" : "2013-12-05 18:46:37 UTC; hadley",
"Author" : "'Hadley Wickham' [aut, cre]",
"Maintainer" : "'Hadley Wickham' <[email protected]>",
"NeedsCompilation" : "no",
"Repository" : "CRAN",
"Date/Publication" : "2013-12-06 00:51:10",
"Built" : "R 3.2.0; ; 2015-04-20 20:49:18 UTC; unix"
}
},
"magrittr" : {
"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.2.0; ; 2015-04-20 20:49:38 UTC; unix"
}
},
"lazyeval" : {
"description" : {
"Package" : "lazyeval",
"Version" : "0.1.10",
"Title" : "Lazy (Non-Standard) Evaluation",
"Description" : "A disciplined approach to non-standard evaluation.",
"Authors@R" : "as.person(c(\n \"Hadley Wickham <[email protected]> [aut,cre]\",\n \"RStudio [cph]\"\n ))",
"License" : "GPL-3",
"LazyData" : "true",
"Depends" : "R (>= 3.1.0)",
"Suggests" : "knitr, rmarkdown (>= 0.2.65), microbenchmark, testthat",
"VignetteBuilder" : "knitr",
"Packaged" : "2015-01-02 16:57:33 UTC; hadley",
"Author" : "Hadley Wickham [aut, cre],\n RStudio [cph]",
"Maintainer" : "Hadley Wickham <[email protected]>",
"NeedsCompilation" : "yes",
"Repository" : "CRAN",
"Date/Publication" : "2015-01-02 18:01:12",
"Built" : "R 3.2.0; x86_64-apple-darwin13.4.0; 2015-04-20 20:51:04 UTC; unix"
}
},
"DBI" : {
"description" : {
"Package" : "DBI",
"Version" : "0.3.1",
"Title" : "R Database Interface",
"Author" : "R Special Interest Group on Databases (R-SIG-DB)",
"Maintainer" : "Hadley Wickham <[email protected]>",
"Depends" : "R (>= 2.15.0), methods",
"Suggests" : "testthat, RSQLite",
"Description" : "A database interface (DBI) definition for communication\n between R and relational database management systems. All\n classes in this package are virtual and need to be extended by\n the various R/DBMS implementations.",
"License" : "LGPL (>= 2)",
"URL" : "https://github.com/rstats-db/DBI",
"BugReports" : "https://github.com/rstats-db/DBI/issues",
"Collate" : "'DBObject.R' 'DBConnection.R' 'DBDriver.R' 'DBResult.R'\n'compliance.R' 'keywords.R' 'quote.R' 'util.R'",
"Packaged" : "2014-09-23 21:42:02 UTC; hadley",
"NeedsCompilation" : "no",
"Repository" : "CRAN",
"Date/Publication" : "2014-09-24 07:27:12",
"Built" : "R 3.2.0; ; 2015-04-20 20:50:02 UTC; unix"
}
},
"BH" : {
"description" : {
"Package" : "BH",
"Type" : "Package",
"Title" : "Boost C++ Header Files",
"Version" : "1.58.0-1",
"Date" : "2015-05-21",
"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. ",
"License" : "BSL-1.0",
"MailingList" : "Please send questions and comments regarding BH to\nhttp://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/boostheaders-devel",
"BugReports" : "https://github.com/eddelbuettel/bh/issues",
"NeedsCompilation" : "no",
"Packaged" : "2015-05-21 12:09:46.302598 UTC; edd",
"Repository" : "CRAN",
"Date/Publication" : "2015-05-21 17:09:02",
"Built" : "R 3.2.0; ; 2015-05-22 07:11:50 UTC; unix"
}
},
"base64enc" : {
"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.2.0; x86_64-apple-darwin13.4.0; 2015-07-29 10:38:33 UTC; unix"
}
},
"htmlwidgets" : {
"description" : {
"Package" : "htmlwidgets",
"Type" : "Package",
"Title" : "HTML Widgets for R",
"Version" : "0.5",
"Date" : "2015-06-21",
"Authors@R" : "c(\n person(\"Ramnath\", \"Vaidyanathan\", role = c(\"aut\", \"cph\")),\n person(\"Yihui\", \"Xie\", role = c(\"aut\")),\n person(\"JJ\", \"Allaire\", role = c(\"aut\", \"cre\"), email = \"[email protected]\"),\n person(\"Joe\", \"Cheng\", role = c(\"aut\")),\n person(\"Kenton\", \"Russell\", role = c(\"aut\", \"cph\")),\n person(family = \"RStudio\", role = \"cph\")\n )",
"Description" : "A framework for creating HTML widgets that render in various\n contexts including the R console, 'R Markdown' documents, and 'Shiny'\n web applications.",
"License" : "MIT + file LICENSE",
"VignetteBuilder" : "knitr",
"Imports" : "htmltools (>= 0.2.6), jsonlite (>= 0.9.16), yaml",
"Suggests" : "knitr (>= 1.8)",
"Enhances" : "shiny (>= 0.12)",
"URL" : "https://github.com/ramnathv/htmlwidgets",
"BugReports" : "https://github.com/ramnathv/htmlwidgets/issues",
"Packaged" : "2015-06-21 11:14:18 UTC; jjallaire",
"Author" : "Ramnath Vaidyanathan [aut, cph],\n Yihui Xie [aut],\n JJ Allaire [aut, cre],\n Joe Cheng [aut],\n Kenton Russell [aut, cph],\n RStudio [cph]",
"Maintainer" : "JJ Allaire <[email protected]>",
"NeedsCompilation" : "no",
"Repository" : "CRAN",
"Date/Publication" : "2015-06-21 15:56:34",
"Built" : "R 3.2.0; ; 2015-06-22 09:14:26 UTC; unix"
}
},
"markdown" : {
"description" : {
"Package" : "markdown",
"Type" : "Package",
"Title" : "'Markdown' Rendering for R",
"Version" : "0.7.7",
"Date" : "2015-04-23",
"Author" : "JJ Allaire, Jeffrey Horner, Vicent Marti, and Natacha Porte",
"Maintainer" : "Yihui Xie <[email protected]>",
"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" : "mime (>= 0.3)",
"Suggests" : "knitr, RCurl",
"License" : "GPL-2",
"URL" : "https://github.com/rstudio/markdown",
"BugReports" : "https://github.com/rstudio/markdown/issues",
"VignetteBuilder" : "knitr",
"NeedsCompilation" : "yes",
"Packaged" : "2015-04-22 15:26:12 UTC; yihui",
"Repository" : "CRAN",
"Date/Publication" : "2015-04-22 22:33:46",
"Built" : "R 3.2.0; x86_64-apple-darwin13.4.0; 2015-04-23 07:18:07 UTC; unix"
}
},
"png" : {
"description" : {
"Package" : "png",
"Version" : "0.1-7",
"Title" : "Read and write PNG images",
"Author" : "Simon Urbanek <[email protected]>",
"Maintainer" : "Simon Urbanek <[email protected]>",
"Depends" : "R (>= 2.9.0)",
"Description" : "This package provides an easy and simple way to read, write and display bitmap images stored in the PNG format. It can read and write both files and in-memory raw vectors.",
"License" : "GPL-2 | GPL-3",
"SystemRequirements" : "libpng",
"URL" : "http://www.rforge.net/png/",
"Packaged" : "2013-12-03 20:09:14 UTC; svnuser",
"NeedsCompilation" : "yes",
"Repository" : "CRAN",
"Date/Publication" : "2013-12-03 22:25:05",
"Built" : "R 3.2.0; x86_64-apple-darwin13.4.0; 2015-04-20 21:43:15 UTC; unix"
}
},
"RColorBrewer" : {
"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.2.0; ; 2015-04-20 20:47:08 UTC; unix"
}
},
"raster" : {
"description" : {
"Package" : "raster",
"Type" : "Package",
"Title" : "Geographic Data Analysis and Modeling",
"Version" : "2.4-15",
"Date" : "2015-6-30",
"Depends" : "methods, sp (>= 1.0-13), R (>= 3.0.0)",
"Suggests" : "rgdal (>= 0.9-1), rgeos (>= 0.3-8), ncdf, ncdf4, igraph,\ntcltk, parallel, rasterVis",
"LinkingTo" : "Rcpp",
"Imports" : "Rcpp",
"Authors@R" : "c(\n\tperson(\"Robert J.\", \"Hijmans\", role = c(\"cre\", \"aut\"), email = \"[email protected]\"),\n\tperson(\"Jacob\", \"van Etten\", role = \"ctb\"),\n\tperson(\"Joe\", \"Cheng\", role = \"ctb\"),\n\tperson(\"Matteo\", \"Mattiuzzi\", role = \"ctb\"),\n\tperson(\"Michael\", \"Sumner\", role = \"ctb\"),\n\tperson(\"Jonathan A.\", \"Greenberg\", role = \"ctb\"),\n\tperson(\"Oscar\", \"Perpinan Lamigueiro\", role = \"ctb\"),\n\tperson(\"Andrew\", \"Bevan\", role = \"ctb\"),\n\tperson(\"Etienne B.\", \"Racine\", role = \"ctb\"),\n\tperson(\"Ashton\", \"Shortridge\", role = \"ctb\"))",
"Description" : "Reading, writing, manipulating, analyzing and modeling of gridded spatial data. The package implements basic and high-level functions. Processing of very large files is supported.",
"License" : "GPL (>= 3)",
"URL" : "http://cran.r-project.org/package=raster",
"ByteCompile" : "TRUE",
"NeedsCompilation" : "yes",
"Packaged" : "2015-07-01 20:34:15 UTC; rhijmans",
"Author" : "Robert J. Hijmans [cre, aut],\n Jacob van Etten [ctb],\n Joe Cheng [ctb],\n Matteo Mattiuzzi [ctb],\n Michael Sumner [ctb],\n Jonathan A. Greenberg [ctb],\n Oscar Perpinan Lamigueiro [ctb],\n Andrew Bevan [ctb],\n Etienne B. Racine [ctb],\n Ashton Shortridge [ctb]",
"Maintainer" : "Robert J. Hijmans <[email protected]>",
"Repository" : "CRAN",
"Date/Publication" : "2015-07-02 01:32:24",
"Built" : "R 3.2.0; x86_64-apple-darwin13.4.0; 2015-07-02 10:28:57 UTC; unix"
}
},
"scales" : {
"description" : {
"Package" : "scales",
"Version" : "0.2.5",
"Authors@R" : "c(\n person(\"Hadley\", \"Wickham\", , \"[email protected]\", c(\"aut\", \"cre\")),\n person(\"RStudio\", role = \"cph\")\n )",
"Title" : "Scale Functions for Visualization",
"Description" : "Graphical scales map data to aesthetics, and provide\n methods for automatically determining breaks and labels\n for axes and legends.",
"URL" : "https://github.com/hadley/scales",
"BugReports" : "https://github.com/hadley/scales/issues",
"Depends" : "R (>= 2.13)",
"Imports" : "RColorBrewer, dichromat, plyr, munsell (>= 0.2), labeling,\nmethods, Rcpp",
"LinkingTo" : "Rcpp",
"Suggests" : "testthat (>= 0.8)",
"License" : "MIT + file LICENSE",
"LazyLoad" : "yes",
"NeedsCompilation" : "yes",
"Packaged" : "2015-06-12 16:14:42 UTC; hadley",
"Author" : "Hadley Wickham [aut, cre],\n RStudio [cph]",
"Maintainer" : "Hadley Wickham <[email protected]>",
"Repository" : "CRAN",
"Date/Publication" : "2015-06-12 23:50:17",
"Built" : "R 3.2.0; x86_64-apple-darwin13.4.0; 2015-06-13 07:25:26 UTC; unix"
}
},
"sp" : {
"description" : {
"Package" : "sp",
"Version" : "1.1-1",
"Date" : "2015-06-05",
"Title" : "Classes and Methods for Spatial Data",
"Authors@R" : "c(person(\"Edzer\", \"Pebesma\", role = c(\"aut\", \"cre\"),\n\t\t\t\temail = \"[email protected]\"),\n\t\t\tperson(\"Roger\", \"Bivand\", role = \"aut\",\n \temail = \"[email protected]\"),\n\t\t\tperson(\"Barry\", \"Rowlingson\", role = \"ctb\"),\n\t\t\tperson(\"Virgilio\", \"Gomez-Rubio\", role = \"ctb\"),\n\t\t\tperson(\"Robert\", \"Hijmans\", role = \"ctb\"),\n\t\t\tperson(\"Michael\", \"Sumner\", role = \"ctb\"),\n\t\t\tperson(\"Don\", \"MacQueen\", role = \"ctb\"),\n\t\t\tperson(\"Jim\", \"Lemon\", role = \"ctb\"),\n\t\t\tperson(\"Josh\", \"O'Brien\", role = \"ctb\"))",
"Depends" : "R (>= 3.0.0)",
"Imports" : "methods, graphics, utils, lattice, grid",
"Suggests" : "RColorBrewer, rgdal (>= 0.8-7), rgeos (>= 0.2-20), gstat",
"Description" : "Classes and methods for spatial\n data; the classes document where the spatial location information\n resides, for 2D or 3D data. Utility functions are provided, e.g. for\n plotting data as maps, spatial selection, as well as methods for\n retrieving coordinates, for subsetting, print, summary, etc.",
"License" : "GPL (>= 2)",
"URL" : "https://r-forge.r-project.org/projects/rspatial/\nhttp://rspatial.r-forge.r-project.org/",
"Collate" : "bpy.colors.R AAA.R Class-CRS.R CRS-methods.R Class-Spatial.R\nSpatial-methods.R projected.R Class-SpatialPoints.R\nSpatialPoints-methods.R Class-SpatialPointsDataFrame.R\nSpatialPointsDataFrame-methods.R Class-GridTopology.R\nClass-SpatialGrid.R Class-SpatialGridDataFrame.R\nClass-SpatialLines.R SpatialLines-methods.R\nClass-SpatialLinesDataFrame.R SpatialLinesDataFrame-methods.R\nClass-SpatialPolygons.R Class-SpatialPolygonsDataFrame.R\nSpatialPolygons-methods.R SpatialPolygonsDataFrame-methods.R\nGridTopology-methods.R SpatialGrid-methods.R\nSpatialGridDataFrame-methods.R SpatialPolygons-internals.R\npoint.in.polygon.R SpatialPolygons-displayMethods.R zerodist.R\nimage.R stack.R bubble.R mapasp.R select.spatial.R gridded.R\nasciigrid.R spplot.R over.R spsample.R recenter.R dms.R\ngridlines.R spdists.R rbind.R flipSGDF.R chfids.R loadmeuse.R\ncompassRose.R surfaceArea.R spOptions.R subset.R disaggregate.R\nsp_spat1.R merge.R aggregate.R",
"NeedsCompilation" : "yes",
"Packaged" : "2015-06-05 10:03:38 UTC; edzer",
"Author" : "Edzer Pebesma [aut, cre],\n Roger Bivand [aut],\n Barry Rowlingson [ctb],\n Virgilio Gomez-Rubio [ctb],\n Robert Hijmans [ctb],\n Michael Sumner [ctb],\n Don MacQueen [ctb],\n Jim Lemon [ctb],\n Josh O'Brien [ctb]",
"Maintainer" : "Edzer Pebesma <[email protected]>",
"Repository" : "CRAN",
"Date/Publication" : "2015-06-05 14:58:32",
"Built" : "R 3.2.0; x86_64-apple-darwin13.4.0; 2015-06-06 13:59:24 UTC; unix"
}
},
"yaml" : {
"description" : {
"Package" : "yaml",
"Type" : "Package",
"Title" : "Methods to convert R data to YAML and back",
"Version" : "2.1.13",
"Suggests" : "testthat",
"Date" : "2014-06-12",
"Author" : "Jeremy Stephens <[email protected]>",
"Maintainer" : "Jeremy Stephens <[email protected]>",
"License" : "BSD_3_clause + file LICENSE",
"Description" : "This package implements the libyaml YAML 1.1 parser and emitter (http://pyyaml.org/wiki/LibYAML) for R.",
"Packaged" : "2014-06-12 18:04:44 UTC; stephej1",
"NeedsCompilation" : "yes",
"Repository" : "CRAN",
"Date/Publication" : "2014-06-12 21:01:16",
"Built" : "R 3.2.0; x86_64-apple-darwin13.4.0; 2015-04-20 22:11:53 UTC; unix"
}
},
"dichromat" : {
"description" : {
"Package" : "dichromat",
"Version" : "2.0-0",
"Date" : "2013-01-23",
"Title" : "Color Schemes for Dichromats",
"Authors@R" : "c(person(given = \"Thomas\", family = \"Lumley\", role =\n c(\"aut\", \"cre\"), email = \"[email protected]\"),\n person(given = \"Ken\", family = \"Knoblauch\", role = \"ctb\", email\n = \"[email protected]\"), person(given = \"Scott\", family =\n \"Waichler\", role = \"ctb\", email = \"[email protected]\"),\n person(given = \"Achim\", family = \"Zeileis\", role = \"ctb\", email\n = \"[email protected]\"))",
"Description" : "Collapse red-green or green-blue distinctions to simulate\n the effects of different types of color-blindness.",
"Depends" : "R (>= 2.10), stats",
"License" : "GPL-2",
"LazyLoad" : "Yes",
"Packaged" : "2013-01-23 06:25:04 UTC; zeileis",
"Author" : "Thomas Lumley [aut, cre], Ken Knoblauch [ctb], Scott Waichler\n [ctb], Achim Zeileis [ctb]",
"Maintainer" : "Thomas Lumley <[email protected]>",
"Repository" : "CRAN",
"Date/Publication" : "2013-01-24 08:18:09",
"Built" : "R 3.2.0; ; 2015-04-20 20:47:11 UTC; unix"
}
},
"plyr" : {
"description" : {
"Package" : "plyr",
"Version" : "1.8.3",
"Title" : "Tools for Splitting, Applying and Combining Data",
"Description" : "A set of tools that solves a common set of problems: you\n need to break a big problem down into manageable pieces, operate on each\n piece and then put all the pieces back together. For example, you might\n want to fit a model to each spatial location or time point in your study,\n summarise data by panels or collapse high-dimensional arrays to simpler\n summary statistics. The development of 'plyr' has been generously supported\n by 'Becton Dickinson'.",
"Authors@R" : "person(\"Hadley\", \"Wickham\", , \"[email protected]\", c(\"aut\", \"cre\"))",
"URL" : "http://had.co.nz/plyr, https://github.com/hadley/plyr",
"BugReports" : "https://github.com/hadley/plyr/issues",
"Depends" : "R (>= 3.1.0)",
"Imports" : "Rcpp (>= 0.11.0)",
"LinkingTo" : "Rcpp",
"Suggests" : "abind, testthat, tcltk, foreach, doParallel, itertools,\niterators",
"License" : "MIT + file LICENSE",
"LazyData" : "true",
"NeedsCompilation" : "yes",
"Packaged" : "2015-06-11 13:04:58 UTC; hadley",
"Author" : "Hadley Wickham [aut, cre]",
"Maintainer" : "Hadley Wickham <[email protected]>",
"Repository" : "CRAN",
"Date/Publication" : "2015-06-12 11:05:51",
"Built" : "R 3.2.0; x86_64-apple-darwin13.4.0; 2015-06-13 07:28:45 UTC; unix"
}
},
"munsell" : {
"description" : {
"Package" : "munsell",
"Type" : "Package",
"Title" : "Munsell colour system",
"Version" : "0.4.2",
"Author" : "Charlotte Wickham <[email protected]>",
"Maintainer" : "Charlotte Wickham <[email protected]>",
"Description" : "Functions for exploring and using the Munsell\n colour system",
"Suggests" : "ggplot2 (>= 0.9.2)",
"Imports" : "colorspace",
"License" : "MIT + file LICENSE",
"Collate" : "'alter.r' 'check.r' 'convert.r' 'munsell.r' 'plot.r'",
"Packaged" : "2013-07-08 19:19:22 UTC; wickhamc",
"NeedsCompilation" : "no",
"Repository" : "CRAN",
"Date/Publication" : "2013-07-11 20:15:53",
"Built" : "R 3.2.0; ; 2015-04-20 20:59:48 UTC; unix"
}
},
"labeling" : {
"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.2.0; ; 2015-04-20 20:47:16 UTC; unix"
}
},
"graphics" : {
"description" : {
"Package" : "graphics",
"Version" : "3.2.1",
"Priority" : "base",
"Title" : "The R Graphics Package",
"Author" : "R Core Team and contributors worldwide",
"Maintainer" : "R Core Team <[email protected]>",
"Description" : "R functions for base graphics.",
"Imports" : "grDevices",
"License" : "Part of R 3.2.1",
"Built" : "R 3.2.1; x86_64-apple-darwin13.4.0; 2015-06-18 22:20:08 UTC; unix"
}
},
"lattice" : {
"description" : {
"Package" : "lattice",
"Version" : "0.20-33",
"Date" : "2015-07-07",
"Priority" : "recommended",
"Title" : "Trellis Graphics for R",
"Author" : "Deepayan Sarkar <[email protected]>",
"Maintainer" : "Deepayan Sarkar <[email protected]>",
"Description" : "A powerful and elegant high-level data visualization\n system inspired by Trellis graphics, with an emphasis on\n multivariate data. Lattice is sufficient for typical graphics needs,\n and is also flexible enough to handle most nonstandard requirements.\n See ?Lattice for an introduction.",
"Depends" : "R (>= 3.0.0)",
"Suggests" : "KernSmooth, MASS",
"Imports" : "grid, grDevices, graphics, stats, utils",
"Enhances" : "chron",
"LazyLoad" : "yes",
"LazyData" : "yes",
"License" : "GPL (>= 2)",
"URL" : "http://lattice.r-forge.r-project.org/",
"BugReports" : "http://r-forge.r-project.org/projects/lattice/",
"NeedsCompilation" : "yes",
"Packaged" : "2015-07-13 09:04:45 UTC; deepayan",
"Repository" : "CRAN",
"Date/Publication" : "2015-07-14 15:58:29",
"Built" : "R 3.2.0; x86_64-apple-darwin13.4.0; 2015-07-15 10:10:29 UTC; unix"
}
},
"grid" : {
"description" : {
"Package" : "grid",
"Version" : "3.2.1",
"Priority" : "base",
"Title" : "The Grid Graphics Package",
"Author" : "Paul Murrell <[email protected]>",
"Maintainer" : "R Core Team <[email protected]>",
"Description" : "A rewrite of the graphics layout capabilities, plus some\n support for interaction.",
"Imports" : "grDevices",
"Suggests" : "lattice",
"License" : "Part of R 3.2.1",
"Built" : "R 3.2.1; x86_64-apple-darwin13.4.0; 2015-06-18 22:21:01 UTC; unix"
}
},
"stats" : {
"description" : {
"Package" : "stats",
"Version" : "3.2.1",
"Priority" : "base",
"Title" : "The R Stats Package",
"Author" : "R Core Team and contributors worldwide",
"Maintainer" : "R Core Team <[email protected]>",
"Description" : "R statistical functions.",
"License" : "Part of R 3.2.1",
"Built" : "R 3.2.1; x86_64-apple-darwin13.4.0; 2015-06-18 22:20:14 UTC; unix"
}
},
"grDevices" : {
"description" : {
"Package" : "grDevices",
"Version" : "3.2.1",
"Priority" : "base",
"Title" : "The R Graphics Devices and Support for Colours and Fonts",
"Author" : "R Core Team and contributors worldwide",
"Maintainer" : "R Core Team <[email protected]>",
"Description" : "Graphics devices and support for base and grid graphics.",
"License" : "Part of R 3.2.1",
"Built" : "R 3.2.1; x86_64-apple-darwin13.4.0; 2015-06-18 22:20:03 UTC; unix"
}
},
"colorspace" : {
"description" : {
"Package" : "colorspace",
"Version" : "1.2-6",
"Date" : "2015-03-10",
"Title" : "Color Space Manipulation",
"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 person(given = \"Kurt\", family = \"Hornik\", role = \"aut\", email = \"[email protected]\"),\n person(given = c(\"Jason\", \"C.\"), family = \"Fisher\", role = \"aut\", email = \"[email protected]\"),\n person(given = \"Achim\", family = \"Zeileis\", role = c(\"aut\", \"cre\"), email = \"[email protected]\"))",
"Description" : "Carries out mapping between assorted color spaces including\n RGB, HSV, HLS, CIEXYZ, CIELUV, HCL (polar CIELUV),\n\t CIELAB and polar CIELAB. Qualitative, sequential, and\n\t diverging color palettes based on HCL colors are provided.",
"Depends" : "R (>= 2.13.0), methods",
"Imports" : "graphics",
"Suggests" : "KernSmooth, MASS, kernlab, mvtnorm, vcd, dichromat, tcltk",
"License" : "BSD_3_clause + file LICENSE",
"LazyData" : "yes",
"Packaged" : "2015-03-10 21:17:09 UTC; zeileis",
"Author" : "Ross Ihaka [aut],\n Paul Murrell [aut],\n Kurt Hornik [aut],\n Jason C. Fisher [aut],\n Achim Zeileis [aut, cre]",
"Maintainer" : "Achim Zeileis <[email protected]>",
"NeedsCompilation" : "yes",
"Repository" : "CRAN",
"Date/Publication" : "2015-03-11 00:21:00",
"Built" : "R 3.2.0; x86_64-apple-darwin13.4.0; 2015-04-20 20:47:51 UTC; unix"
}
}
},
"files" : {
".Rapp.history" : {
"checksum" : "37d5c032773349dfbd5a31dccc90bec2"
},
".Rhistory" : {
"checksum" : "77afb653d85630742ded4cc969222281"
},
"data/.DS_Store" : {
"checksum" : "194577a7e20bdcc7afbb718f502c134c"
},
"data/map_data.csv" : {
"checksum" : "58cbc1143ccc95dc99c58be1b2b5d873"
},
"server.R" : {
"checksum" : "5e81b685c355e47284f7bfa7b71087e1"
},
"ui.R" : {
"checksum" : "5118032c533a52fc23da77b4a0558743"
}
},
"users" : null
}