==========================
Bug Fixes
- Primary change with this released is fixing a bug with the return file type on the AWS and mapzen APIs. "tif" was changed to "tiff" and the check was stopping processing of the raster images. Details are on <https://github.com/jhollist/elevatr/issues/17>. Thanks to the following individuals for catching this: yipcma, TomBor, jslingsby. And thanks to vividbot for <https://github.com/jhollist/elevatr/pull/18> which provided a fix.
- Thanks to pascalfust for kicking me into gear to send fix to CRAN.
- Fixed NOTE on CRAN: Packages in Imports, not imported.
- Removed prettyunits
- moved rgdal to suggests
- Changed where ratelimitr getting called (was not in a function so couldn't be exported/called.
- Fixed travis build errors caused by change in elevation API that now requires a key.
- Added deprecation message to get_elev_point and get_elev_raster, due to pending shutdown of Mapzen :(