-----------------------------------------------------------
moveVis 0.9.4
adding animate_stats() and stats arguments for animate_move()
-----------------------------------------------------------
New features:
 + animate_stats(): Enables creation of statistic plot animations visualizing possible relationships between movement paths and basemap. Define individual plot designs based on ggplot2 syntax.
 + stats arguments for animate_move(): Enables statistic plot animations side-by-side with the spatial plot animation of animate_move. Use the animate_stats() arguments with animate_move().
 + extent_factor argument for animate_move(): Increase the distance between the spatial extents of the movement paths and the basemap.

Improvements:
 + Several minor bug fixes


-----------------------------------------------------------
moveVis 0.9.3
Fixing major bug
-----------------------------------------------------------
Improvements
 + Fixed a major bug causing an unavoidable error when creating animations with animate_move() using user defined basemaps (Error message: 'Error in eval(expr, envir, enclos) : Object 'frame_l' not found')


-----------------------------------------------------------
moveVis 0.9.2
adding frame_width and frame_height arguments
-----------------------------------------------------------
New features:
 + Added two new arguments to animate_move() function for changing output frame resolution
 
Bug report contributors:
 + vestlink@github

 
-----------------------------------------------------------
moveVis 0.9.1
Fixing important bug; adding animate_raster()
-----------------------------------------------------------
New features:
 + Added moveStack support: animate_move() now takes also moveStack objects in addition to list objects
 + New function animate_raster() for animating just basemaps/for doing the same as with animate_move(), but without movement data

Improvements
 + Bug fix: Function now takes movebank.org data --> there had been a static code line preventing the read-out of
   movement coordinates, which is now solved.
 + Several major and minor bug fixes

Bug report contributors:
 + bart1@github
 + Patrick Scherler


-----------------------------------------------------------
moveVis 0.9.0
Initial release of moveVis via CRAN
-----------------------------------------------------------
Initial features:
 + animate_move()
 + get_imconvert()
Initial example data sets:
 + data(move_data)
