This file is indexed.

/usr/lib/R/site-library/googleVis/NEWS is in r-cran-googlevis 0.6.2-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
814
815
816
817
818
819
googleVis 0.6.2 [2017-01-01]
----------------------------

Changes

  o Update links to omegahat from omegahat.org
    to omegahat.net as requested by CRAN


googleVis 0.6.1 [2016-09-01]
----------------------------

Changes

 o Flash based charts gvisGeoMap and gvisAnnotatedTimeLine will 
   show a warning, reminding users to switch to the HTML5 charts
   gvisGeoChart and gvisAnnotationChart instead.
 
 
Bug fixes 

 o In some cases option settings were not converted 
   porperly into JSON objects.  


googleVis 0.6.0 [2016-07-04]
----------------------------

Changes

 o Changed package dependency from RJSONIO to jsonlite.
   
 o Change demo AnimatedGeoMap to AnimatedGeoChart


googleVis 0.5.10 [2015-08-26]
----------------------------

Bug fixes 

 o Ordered factors were ignored. 
   Thanks to Carsten Langer for reporting this issue.


googleVis 0.5.9 [2015-07-04]
----------------------------

Changes

  * Added note section on width and height to help file of 
    gvisIntensityMap. Thanks to Sarang Brahme for his comment.
   
  * Updated NAMESPACE file to comply with new R CMD checks in R-3.3.0   

googleVis 0.5.8 [2015-01-21]
----------------------------

Changes

* Internal changes to how the internal web server is called, to reflect
  changes in R 3.2.0

googleVis 0.5.7 [2014-12-20]
----------------------------

Changes

* Updated DESCRPITION file to comply with new CRAN policy

* Clarified setting parameters in help file.
  Thanks to Nick Salkowski for his suggestions.

googleVis 0.5.6 [2014-10-12]
----------------------------

Changes

* Rescaled the column "% of World Population" in sample data 
  set "Population" by a factor of 0.01

Bug Fixes

* gvisMotionChart: arguments xvar, yvar, sizevar and colorvar were not 
  always picked up correctly. 
  Thanks to Juuso Parkkinen for reporting this issue.

googleVis 0.5.5 [2014-08-15]
----------------------------

Changes

* Added example to gvisMerge help file.

Bug Fixes

* README.md when converted to (X)HTML using a current version of 
  pandoc showed minor problems when validated using W3C Markup 
  Validator.

* In some case when no xvar and yvar arguments where provided for 
  core charts the output wasn't sensible. This bug was introduced 
  with version 0.5.3. Thanks to stanstrup for reporting this issue.

googleVis 0.5.4 [2014-07-19]
----------------------------

Changes

* Tidying up of googleVis demo, vignette and README file


googleVis 0.5.3 [2014-06-28]
----------------------------

Changes

* Default chart width is set to 'automatic' instead of 500 pixels.
  
* Intervals for columns roles have to end with the suffix ".i",
  with i being an integer. Several interval columns are allowed,
  see the Roles demo and vignette for more details.

Bug Fix

* The order of y-variables in core charts wasn't maintained.
  Thanks to John Taveras for reporting this bug.

* Width and height of googleVis charts were only accepted in pixels, 
  although the Google Charts API uses standard HTML units (for
  example, '100px', '80em', '60', 'automatic'). If no units are specified 
  the number is assumed to be pixels. This has been fixed.
  Thanks to Paul Murrell for reporting this issue.


googleVis 0.5.2 [2014-05-05]
----------------------------
Changes

* Fixed minor formatting issues in documentation and vignettes.

* Added examples in demo googleVis to show how to
  customize points and lines and to the help files of
  gvisLineChart and gvisScatterChart.


googleVis 0.5.1 [2014-04-14]
----------------------------
NEW FEATURES

* New functions gvisSankey, gvisAnnotationChart, gvisHistogram,
  gvisCalendar and gvisTimeline to support the new Google charts 
  of the same names (without 'gvis').

* New demo Trendlines showing how trend-lines can be added to
  Scatter-, Bar-, Column-, and Line Charts.

* New demo Roles showing how different column roles can be used
  in core charts to highlight data.

* New vignettes written in R Markdown showcasing googleVis
  examples and how the package works with knitr.

Changes

* The help files of gvis charts no longer show all their options,
  instead a link to the online Google API documentation is given. 

* Updated googleVis demo

* All googleVis output will be displayed in your default browser. 
  In previous versions of googleVis output could also be displayed 
  in the preview pane of RStudio. This feature is no 
  longer available with the current version of RStudio, but is likely to   
  be introduced again with the release of RStudio version 0.99 or higher.


googleVis 0.4.7 [2013-11-10]
----------------------------

Changes

* New option 'googleVis.viewer' which controls the default output of
  the googleVis plot method. On package load it is set to 
  getOption("viewer"). It you use RStudio, then its viewer pane will 
  be used for displaying non-Flash charts. 
  Set options("googleVis.viewer"=NULL) and the googleVis
  plot function will open all output in the default browser again.

* The package start-up message makes the user aware of the default 
  viewer option.

* Added example to gvisMap that illustrates how the icon can be 
  changed.


googleVis 0.4.6 [2013-11-03]
----------------------------

Changes

* googleVis will use the Viewer pane in RStudio (version >= 0.98.441) 
  to display non-Flash charts by default. The setting is controlled
  via the option viewer. Set options("viewer"=NULL) and the googleVis
  plot function will open all output in the default browser again.


googleVis 0.4.5 [2013-08-29]
----------------------------

Bug Fixes

* The indentation of some of the HTML output changed in version 0.4.4,
  which as a result stopped googleVis output to be rendered with knitr.


googleVis 0.4.4 [2013-08-23]
----------------------------

NEW FEATURES

* gvisTable() gained new parameter formats, which allow users to 
  specify the format of numbers displayed in a table. 
  Thanks to Jacqueline Buros for providing ideas and code.

* Doughnut charts are now possible as pie charts with a hole.

Changes

* New examples for gvisBarChart, gvisColumnChart, gvisComboChart 
  demonstrating how to change the width of bars

* Extended FAQ section


googleVis 0.4.3 [2013-05-25]
----------------------------

NEW FEATURES
 
 * givsGeoChart has a new argument 'hovervar' to specify a column in
   input data that can be used to show additional information in a geo
   chart. See the new example of plotting countries' credit rating in
   the help file for a use case. Thanks to John Muschelli for suggesting
   this feature.


googleVis 0.4.2 [2013-03-16]
----------------------------

NEW FEATURES

 * The core charts (e.g. line, area, bar, column and combo charts)
   accept now also date variables for the x-axis. Thanks to Sebastian
   Campbell for pointing this out.

Changes 

 * The WorldBank demo uses now the WDI package.
   Thanks to John Maindonald for providing the code.

Bug Fixes

 * Fixed typos in Stock and Andrew example data. 
   Thanks to Sebastian Campbell for reporting this issue. 


googleVis 0.4.0 [2013-02-24]
----------------------------

NEW FEATURES
 
 * New function renderGvis to support shiny.
   This function allows user to insert googleVis output into shiny
   apps, similar to renderText and renderPlot. See the help page for
   more details. Many thanks to Joe Cheng for his support and help.

Changes

 * In order to support shiny the order of the elements of the
   gvis*()$html$chart vector changed. The positions of jsChart and
   jsFooter have been swapped.

 * The load mechanism for the Google API changed from http to https
   again. Thanks to Jacques Philip. 

 * The package dependencies changed to imports statements in DESCRIPTION. 
   Thanks to Suraj Gupta for pointing this out.

 * The R.rsp example in demo googleVis has been moved into its own
   demo Rrsp. 

 * A FAQ and shiny section has been added to the vignette.

Bug Fixes

 * jsDisplayChart didn't check if the google visualization function is already
   loaded. Many thanks to Mark Melling for reporting the issue and
   providing a solution.

 * The demo WorldBank didn't download all data but only the first
   12000 records. Many thanks to John Maindonald reported this issue. 


googleVis 0.3.3 [2012-11-12]
----------------------------

Changes

 * Clarified the usage of the argument state in the help file of
   gvisMotionChart. Thanks to Leonardo Trabuco 


googleVis 0.3.3 [2012-10-31]
----------------------------

Bug Fixes

 * plot.gvis didn't open a browser window when options(gvis.plot.tag)
   was not set to NULL, but the user explicitly called plot.gvis with
   tag NULL. Thanks to Sebastian Kranz for reporting this bug. 


googleVis 0.3.2 [2012-10-28]
----------------------------

NEW FEATURES

 * plot.gvis gained the argument 'tag', which works similar to the
   argument of the same name in print.gvis. By default the tag
   argument is NULL and plot.gvis has the same behaviour as in the
   previous versions of googleVis. 
   However, the argument can be set outside plot.gvis via
   options(gvis.plot.tag=...). This allows users to switch plot
   statements into print statements by changing only one setting. This
   is particular useful when googleVis is used in combination with
   knitr or R.rsp. Setting options(plot.gvis.tag="chart") will ensure
   that plot(gvisOutput) statements will be included into the final
   HTML output. See the help file to plot.gvis and vignette for more
   details. 

Changes

 * The tag argument of print.gvis can be set globally from outside the
   function via options(gvis.print.tag)

 * The vignette has a new section describing how to set the
   behaviour of plot.gvis and print.gvis via options(gvis.plot.tag),
   options(gvis.print.tag) respectively. The section describing how
   googleVis can be used with knitr has been extended and an additional
   example included. 

 * plot.gvis can open any html file now, not just gvis-objects. Like
   with gvis-object it will copy the file into a temporary directory
   and display it via the R HTTP server. 


googleVis 0.3.1 [2012-10-22]
----------------------------

Bug Fixes

* The argument 'browser' introduced in version 0.3.0 has been removed
  again. The argument was set by default to the output of
  getOptions('browser'), if interactive() returned TRUE, otherwise to
  'false'. The function getOptions('browser') returns either a string
  or a function call. The later caused an error message, as
  experienced with RStudio and RGui.exe. The check is now handled
  internally by plot.gvis.

  Thanks to Sebastian Kranz for reporting this bug.


googleVis 0.3.0 [2012-10-20]
----------------------------

NEW FEATURES

* plot.gvis has a new argument 'browser'. The argument is passed on
  to the function browseURL. The 'browser' argument is by default set
  based on the output of interactive(). This prevents R CMD CHECK
  trying to open browser windows during the package checking
  process. See the help file of plot.gvis for more details.
  Thanks to Henrik Bengtsson for his comments and suggestions.

* gvisMotionChart has new arguments xvar, yvar, colorvar and
  sizevar. Those arguments are optional and set the various dimensions 
  of a motion chart, similar to those in gvisBubbleChart.
  Thanks to Sebastian Kranz for the idea and initial code.

* gvisGeoChart accepts tooltip.triggers following an update of the
  Visualisation API by Google, 24 September 2012

* R data frames are transformed into JSON objects using a new function 
  provided by Sebastian Kranz and Wei Luo. The new function speeds up 
  the googleVis functions.

Changes

* Changed the load mechanism for the Google API from http to https.
  Thanks to Erik Bülow for pointing this out (Issue 19). 

* Changed example in help file of gvisMap to show how to include html
  code in tooltip. 

Bug Fixes

* Chart editor was not validated properly under XHMTL 1.0 Strict


googleVis 0.2.17 [2012-08-02]
----------------------------

Changes

 * Added sections with information to 'knitr' and 'Rook' to vignette 

 * Added example to gvisMerge demonstrating the use of 'Reduce'

Bug Fixes

 * Data frames with one row only were not displayed in a chart.
   Thanks to Oliver Jay and Wai Tung Ho for reporting this issue.

 * Fixed earth quake example, using data from 
   http://www.iris.edu/seismon/last30.html, 
   Mag was read as factor rather than numeric

googleVis 0.2.16 [2012-06-01]
----------------------------

Changes

 * Updated example in help file of gvisGeoChart for individual colour
   axis 

 * Updated links to Google API pages

NEW FEATURES

 * gvisMotionCharts accepts quarterly and weekly time dimensions.
   Thanks to Jason Pickering for providing a patch. 

googleVis 0.2.15 [2012-03-04]
----------------------------

Changes

*  Updated documentation following a new version of the Google API
   on 22 February 2012. 
     
*  Moved vignette from folder /inst/doc to /vignettes

NEW FEATURES

*  Quoted from Google
   http://code.google.com/apis/chart/interactive/docs/release_notes.html: 
   - Added gradient color mode to bubble chart.
   - Geo chart:
     o  Region interactivity in marker mode is now disabled by
     	default. How to keep the old behavior? Set the
   	enableRegionInteractivity option to true.

     o  Markers are now opaque by default. How to keep the old
        behaviour? Set the markerOpacity option to 0.5.

     o  Marker size is now between 3 and 12 pixels by default. How to
        keep the old behavior? Set the sizeAxis option to {minSize: 2,
        maxSize: 30}.

     o  A magnifying glass is now opened when the user hovers over
        cluttered markers (excluding IE<=8). How to keep the old
        behaviour? Set the magnifyingGlass option to {enable: false}.

     o  Maps are not stretched by default anymore, but rather kept at
      	the original aspect ratio. How to keep the old behavior? Set the
  	keepAspectRatio option to false.


googleVis 0.2.14 [2012-02-04]
----------------------------

Changes

*  Updated help files to be in line with the Google Visualisation
   API pages
*  Updated vignette with new section on dealing with apostrophes in
   column names and updated example in section "Setting options"
*  Fixed typos in vignette. Thanks to Pat Burns for pointing them
   out
*  Updated links to Google's updated API Terms of Use:
   http://code.google.com/apis/terms/index.html  

NEW FEATURES

 *  New bubble chart function gvisBubbleChart


googleVis 0.2.13 [2011-12-19]
----------------------------

Changes

 *  The list of arguments for gvisGeoChart changed:
    - the argument 'numvar' has been renamed to 'colorvar' to
      reflect the updated Google API. Additionally gvisGeoChart
      gained a new argument 'sizevar'.
 *  Updated googleVis vignette with a section on using googleVis 
    output in presentations  
 *  Renamed demo EventListner to EventListener

NEW FEATURES

 *  Google published a new version of their Visualisation API on 7
    December 2011. Some of the new features have been implemented
    into googleVis already:
    - New stepped area chart function gvisSteppedAreaChart
    - gvisGeoChart has a new marker mode, similar to the mode in
      gvisGeoMap. See example(gvisGeoChart) for the new
      functionalities.

googleVis 0.2.12 [2011-12-07]
----------------------------

Bug Fixes

 *  gvisMotionChart didn't display data with special characters,
    e.g. spaces, &, %, in column names correctly. 
    Thanks to Alexander Holcroft for reporting this issue.

googleVis 0.2.11 [2011-11-16]
----------------------------

Changes

*  Updated vignette and documentation with instructions on changing
   the Flash security settings to display Flash charts locally. 
   Thanks to Tony Breyal.
*  New example to plot weekly data with gvisMotionChart
*  Removed local copies of gadget files to reduce package file
   size. A local copy of the R script to generate the original gadget
   files is still included in inst/gadgets 

googleVis 0.2.10 [2011-09-24]
----------------------------

Changes

*  Updated section 'Using googleVis output with Google Sites,
   Blogger, etc.' vignette

*  Updated example for gvisMotionChart, showing how the initial
   chart setting can be changed, e.g to display a line chart.

*  New example for gvisAnnotatedTimeLine, showing how to shade
   areas. Thanks to Mike Silberbauer for providing the initial code.    
   
NEW FEATURES
 
 *  New demo WorldBank. It demonstrates how country level data can
    be accessed from the World Bank via their API and displayed with a
    Motion Chart. Inspired by Google's Public Data Explorer, see
    http://www.google.com/publicdata/home
  

googleVis 0.2.9 [2011-09-01]
---------------------------

Changes

*  The documentation of googleVis has been update to reflect a new
   version of the Google Visualisation API which was published on 
   13 July, see
   http://code.google.com/apis/chart/interactive/docs/release_notes.html#72011. 
   Here are some of the most interesting features:   
   - Support for dual Y axes
   - Ability to crop and zoom chart area to specific ranges
   - Ability to set different properties for each series
   - Ability to enable or disable chart interactivity
   - Performance improvements in GeoChart

*  Updated vignette with new sections on
   - Setting options
   - How to use the on-page chart editor
   - Using googleVis with other Google products such as
     Blogger and Google Sites 

*  Updated warning section for gvisTreeMap

NEW FEATURES
 
 *  New gvis.editor argument in options, which adds an edit
    button to the page, allowing the user to edit, change and
    customise the chart on the fly.


googleVis 0.2.8 [2011-07-31]
---------------------------

Changes

*  Updated package welcome message. The message asks the user to read Google's
   Visualisation and Maps API Terms of Use before she uses the functions of the
   googleVis package. 
	
*  The caption gvis-plots contain an additional link to Google's data policy.

*  New example for gvisBarChart using the XML package to chart online data from Wikipedia


googleVis 0.2.7 [2011-07-10]
---------------------------

Changes

*  The vignette includes new sections describing:
   - how output of the googleVis package can be included into
     WordPress pages,  
   - how JavaScript event handlers can be added to charts. 

*  Clarified documentation for Flash based charts in help files of 
   motion chart, geo map, annotated time line. 

NEW FEATURES
 
 *  New demo 'EventListener' showcasing how a 'Listener' event can be
    added to charts  

BUG FIXES

 *  gvisGeoMap documentation stated that the default dataMode is
    'regions', but the function actually used 'markers'. The default
    for dataMode is now 'regions' and therefore in line with the
    help file.   

googleVis 0.2.6 [2011-06-12]
---------------------------

Changes

*  Updated demos

NEW FEATURES

*  New interfaces to three more interactive Google charts:
   - gvisComboChart
   - gvisGeoChart
   - gvisCandlestickChart

*  New function 'gvisMerge' to align two charts next to each other


googleVis 0.2.5 [2011-06-04]
---------------------------

NEW FEATURES

*  New interfaces to more interactive Google charts:
   - gvisLineChart
   - gvisBarChart
   - gvisColumnChart
   - gvisAreaChart
   - gvisScatterChart
   - gvisPieChart
   - gvisGauge
   - gvisOrgChart
   - gvisIntensityMap 

*  New demo 'AnimatedGeoMap'. The demo shows how a Geo Map can be animated
   with additional JavaScript. 
   Thanks to Manoj Ananthapadmanabhan and Anand Ramalingam, who
   provided the idea and initial code.
    
BUG FIXES

*  The way RJSONIO treats backslashes changed in version 0.7.1 and
   as a result some Google charts were no longer displayed.

googleVis 0.2.4 [2011-02-07]
---------------------------

Changes
   
*  plot.gvis no longer writes into the package folder. Instead
   temporary files are created. This overcomes the need to install
   the package into a directory with write access. Many thanks to
   Ben Bolker for this suggestion and code contribution.  
  
*  plot.gvis no longer requires the web server provided by
   the R.rsp package to display the visualisation output. Instead it
   uses the internal R HTTP help server. Many thanks to John Verzani
   for this suggestion and code contribution. 
  
*  R >= 2.11.0 is required to plot googleVis output, as it uses the
   internal R HTTP help server.
  
*  Updated vignette with a section on how to use googleVis with
   RApache and brew

NEW FEATURES

*  The plot function generates a web page which includes a link
   to the HTML code of the chart. Many thanks to Henrik Bengtsson
   for this suggestion.

*  gvis visualisation functions have a new argument 'chart id', to
   set the chart id of the exhibit manually. 	         

*  gvis functions return more details about the visualisation chart
   in a structured way. Suppose x is a 'gvis' object, than
   x$html$chart is a named character vector of the chart's
   JavaScript building blocks and html tags. 

*  print.gvis has a new argument 'tag', which gives the user more
   control over the output

*  Brew example files in: 
   system.file("brew", package = "googleVis")  

BUG FIXES

*  gvisTable did not accept datetime columns.

googleVis 0.2.3 [2010-12-19]
---------------------------

Changes
    
NEW FEATURES

*  gvisAnnotatedTimeLine accepts date in POSIX* formats

BUG FIXES

*  Google date objects expect the months Jan.- Dec. as 0 - 11 and
   not 1 - 12 
*  Fixed typo in the Andrew data set. The Pressure at 1992-08-24
   12:00:00 was 951 and not 51  

googleVis 0.2.2 [2010-12-12]
---------------------------

Changes
    
 *  Fixed typos in documentation

NEW FEATURES

*  New function:
   - createGoogleGadget which allows users to create Google Gadgets
     XML output  


googleVis 0.2.1 [2010-11-30]
---------------------------

Changes
    
 *  First version to be released on CRAN

NEW FEATURES

*  New function:
   - gvisAnnotatedTimeLine to generate interactive annotated time
     line charts 

googleVis 0.2.0 [2010-11-14]
---------------------------

Changes

*  The package has been renamed from GoogleMotionChart to googleVis 
   to reflect a new more flexible implementation.
*  More functions of the Google Visualisation API are now available.

USER-VISIBLE CHANGES

*  New interfaces, all visualisation functions start with 'gvis'.
*  Output is now of class 'gvis' with generic print and plot
   functions.
*  'gvis' objects are list of lists, which allow the user to extract
   the various parts of the visualisation output, e.g. the chart
   object.
  
NEW FEATURES

*  New functions:
   - gvisMotionChart to generate motion charts
   - gvisGeoMap to generate geographical maps
   - gvisMap to generate maps
   - gvisTreeMap to generate tree maps
   - gvisTable to generate table output
   - print.gvis: generic function to print 'gvis' objects
   - plot.gvis: generic function to display 'gvis' objects in a
     browser via the R.rsp package.  


googleVis 0.1.4 [2010-08-12]
---------------------------
Changes

*  The package uses the RJSONIO package from Omegahat to
   transform a data.frame into a json DataTable 

googleVis 0.1.3 [2010-08-08]
---------------------------
NEW FEATURES

*  More detailed motion chart configuration settings are possible.

USER-VISIBLE CHANGES
*  options have to be set via a list. Arguments height and width
   can be set, plus further configurations.
*  Updated demo PerformanceAnalyticsMotionChart   


googleVis 0.1.2 [2010-08-03]
---------------------------

First public version.