googleVis 0.5.6 released on CRAN

Version 0.5.6 of googleVis was released on CRAN over the weekend. This version fixes a bug in gvisMotionChart. Its arguments xvar, yvar, sizevar and colorvar were not always picked up correctly.

Thanks to Juuso Parkkinen for reporting this issue.

Example: Love, or to love

A few years ago Martin Hilpert posted an interesting case study for motion charts. Martin is a linguist and he researched how the usage of words in American English changed over time, e.g. some words were more often used as nouns in the past and then became more popular as a verb. Do you talk about love, or do you tell someone that you love her/him? Visit his motion chart web page for more information and details!

R code

Session Info

R version 3.1.1 (2014-07-10)
Platform: x86_64-apple-darwin13.1.0 (64-bit)

locale:
[1] en_GB.UTF-8/en_GB.UTF-8/en_GB.UTF-8/C/en_GB.UTF-8/en_GB.UTF-8

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods  
[7] base     

other attached packages:
[1] googleVis_0.5.6

loaded via a namespace (and not attached):
[1] RJSONIO_1.3-0 tools_3.1.1

Citation

For attribution, please cite this work as:

Markus Gesmann (Oct 14, 2014) googleVis 0.5.6 released on CRAN. Retrieved from https://magesblog.com/post/2014-10-14-googlevis-056-released-on-cran/

BibTeX citation:

@misc{ 2014-googlevis-0.5.6-released-on-cran,
 author = { Markus Gesmann },
 title = { googleVis 0.5.6 released on CRAN },
 url = { https://magesblog.com/post/2014-10-14-googlevis-056-released-on-cran/ },
 year = { 2014 }
 updated = { Oct 14, 2014 }
}

Related