dggridR v2.0.4  (Release date: 2020-04-29)
===============
*Fix some new warnings identified by CRAN's updated compilers.
*Added doi
*Updated shapelib


dggridR v2.0.3  (Release date: 2018-04-04)
===============
*Fix bugs in dgshptogrid() and dgrectgrid() with cellsize not being respected
*Updated authorship info for accuracy
*More helpful warning messages
*CRAN-compliant package title
*Adjusted function documentation to match behaviour
*Fixed issue with default value of `savegrid`


dggridR v2.0.2  (Release date: 2017-08-19)
===============

Changes:

* Updates dgtransform warning message to note swapped order of arguments. Sorry, Brent :-)


dggridR v2.0.1  (Release date: 2017-08-07)
===============

Changes:

* Fixes necessary to build on Windows systems.
* Added cell center example


dggridR v2.0.0  (Release date: 2017-08-07)
===============

Changes:

* Complete restructuring of internal engine to improve speed, robustness across
  operating systems, and to improve access to alternative coordinate systems
* Make dg_shpfname_south_africa into a function
* Restructuring of internal engine's directory layout to reduce compilation 
  complexity


dggridR v1.0.1  (Release date: 2017-04-23)
===============

Changes:

* Fixes a documentation issue
* Reorders NAMESPACE using new build system



dggridR v1.0.0  (Release date: 2017-04-23)
===============

Changes:

* Append image to vignette showing where pentagons are
* Add `azimuth`, `pole_lat`, and `pole_lon` to `dgconstruct()
* Update `CXX1X` compilation stuff to `CXX11` - requires R (>= 3.4.0)
* Using a different method to identify package location - may fix a Windows bug
* Muck with licensing so both CRAN and Github accept it
* Fixed a small documentation issue with units in the comments
* Switched to semantic versioning (http://semver.org/)


dggridR v0.1.11 (Release date: 2016-09-18)
===============

Changes:

* Fixes a `long double` output formatting issue that gives bad results when  
  code is compiled using MingW on certain Windows systems.
  
* Adds a debugging capability to the R code to make it easier to get 
  diagnostics from users.


dggridR v0.1.10 (Release date: 2016-08-16)
===============

Changes:

* Many conversions from printf and sscanf in hopes of improving oldrel-windows functionality


dggridR v0.1.9 (Release date: 2016-08-14)
==============

Changes:

* Fix bugs preventing the -4- grids from constructing properly (e.g. ISEA4H)


dggridR v0.1.8 (Release date: 2016-07-25)
==============

Changes:

* Fix bug preventing compilation in clang++-3.9


dggridR v0.1.7 (Release date: 2016-07-21)
==============

Changes:

* Numerous changes to C++11 in hopes of extending compatibility


dggridR v0.1.6 (Release date: 2016-07-20)
==============

Changes:

* Numerous changes in an attempt to extend compatibility


dggridR v0.1.5 (Release date: 2016-07-19)
==============

Changes:

* Another attempt at getting licensing right.


dggridR v0.1.4 (Release date: 2016-07-19)
==============

Changes:

* Changes to licensing and readme notes in another guess-and-check attempt to
  satisfy the folks at CRAN.


dggridR v0.1.3 (Release date: 2016-07-15)
==============

Changes:

* Clarified license info ... again


dggridR v0.1.2 (Release date: 2016-07-15)
==============

Changes:

* Resolved a number of pedantic warnings raised by the compiler.
* Clarified license info


dggridR v0.1.1 (Release date: 2016-07-14)
==============

Changes:

* Added dgshptogrid(): Useful for making grids which cover shapefile-specified
                       polygons


dggridR v0.1.0 (Release date: 2016-07-14)
==============

Changes:

* Using clipper instead of gpclib: this means everything is FLOSS now.


dggridR v0.0.2 (Release date: 2016-07-13)
==============

Changes:

* Added getmaxcell(): Useful for obtaining random grid cells
* Made dgverify() public: Aids in debugging, possibly useful for users
* Added `wrapcells` argmuent to grid generation functions: makes plotting easier
* Added more examples
* Added `savegrid` argument to make it easier to output grids for other purposes


dggridR v0.0.1 (Release date: 2016-07-09)
==============

First official release

Changes:

* Everything