ngramr 1.4.2
------------

* Fix accented character encoding problem on Windows

ngramr 1.4.1
------------

* Improve ssl handling (refer Hadley's comment here: http://www.statsravingmad.com/blog/statistics/a-tiny-rcurl-headache/)

ngramr 1.4.0
------------

Google has switched to SSL for the N-gram viewer and the format of the web-pages has
changed. This means that earlier versions of the package are completely broken. This
release fixes this major problem.

ngramr 1.3.2
------------
* Add README.md to .Rbuildignore to remove from CRAN

ngramr 1.3.1
------------

* Fix count for n-grams with n>1, including a "fudge" for 2012 corpuses

ngramr 1.3.0
------------

* Add option to display long-form corpus name
* Warn about smoothing >0 for geoms other than "line"
* Tidy documentation for print.ngram
* ngram and ngrami return S3 class "ngram"
* Format print for ngram objects
* ggram can take either a list of phrases or an ngram object

ngramr 1.2.4
------------

* Add option to relabel y-axis
* Add word counts option to ngram
* Change ggplot2 and scales from Requires to Suggests

ngramr 1.2.3
------------

* Prevent use of complex operators in case insensitive searchs
* Warn about character substitution

ngramr 1.2.2
------------

* CRAN release version
* More efficient handling of escaped Unicode (thanks Hadley http://stackoverflow.com/a/17787736/1543437)
* Fix package checking problems associated with plyr

ngramr 1.2.1
------------

* Tidy Google theme

ngramr 1.2.0
------------

First semi-offical release. All future development moved to the 'develop' branch.

* Allow case insensitive plotting with ggram
* Avoid reshape/reshape2 conflicts (thanks to Francois Briatte)
* Pass arbitrary geoms to `ggram`
* New function `ngramw` to return results in "wide" format
* Removed `wide` option from `ggram` and `ggrami`
* Better handling of legends when `ignore_case = TRUE`
* Error trapping long phrase lists
* Google theme option

ngramr 1.1
----------

* Added plot wrapper ggram
* Detect invalid corpus names

ngramr 1.0
----------

* Initial release of the ngramr package


