2013-10-17  bart

	* shortend some examples and fixed order problem when adding
	  columns in moveStack
	* Fixes to movestack to ensure orderd unused records, fixes to the
	  import of unused records in the web import

2013-10-07  bart

	* some fixes for stacking unused records

2013-09-17  bart

	* make equal proj return true if none is set

2013-09-03  bart

	* Removed extra imports that were not needed

2013-09-02  bart

	* Added function trackId for returning the id of individuals in a
	  stack. Made the [[ subset function return a stack for multiple
	  individuals and made it work for ligics and numbers. Also ensure
	  order of factor levels is same as order of individuals. Use rbind
	  spatial points in moveStack for consistency in column names
	* Made examples match equal projection changes

2013-08-26  bart

	* Change the equal projection function, it did not work on objects
	  with long projection strings it is now based on identicalCRS from
	  the SP package

2013-08-19  bart

	* fixed various bugs noticed durring the animove course, speed
	  summary (Runit added), double usage of spTransform

2013-08-01  bart

	* require newer version of R due to presence of paste0

2013-07-23  bart

	* Decreased size corridor example
	* small typo
	* Limit some move checks, to occasions were only sed and zcat work

2013-07-22  bart

	* Cleaning up the svn & making subset work for extracting
	  individuals from a stack where none used sensors are present in
	  the factor levels
	* Resolve two notes in Rdevel about line length in manuals and
	  inst/doc vs vignette directory
	* Make vignettes indepenent of stamen servers and prepare for
	  release

2013-07-09  bart

	* added checks for the move function and updated the documentation
	  accordingly

2013-07-08  bart

	* There have been updates to the import function that allow to
	  remove duplicated timestamps. The move function now accepts text
	  connections and zip files from the annotation tool. There was
	  also a bug fix to getMovebankData fixed by ordering the idData
	  dataframe
	* fix to documentation of corridor

2013-07-02  bart

	* update citation in coridor documentation
	* made searchMovebankStudies return a character vector and
	  specified it in the manual. Also clarified an error message in
	  brownian bridge dyn

2013-06-26  bart

	* Update to some documentation. Some extra tests. Fix when multiple
	  sensors are imported through the web interface (reported by B
	  Carlson)

2013-06-24  bart


2013-06-21  bart

	* new optimization for unique per id given that the previous would
	  fail with repeated values in different individuals
	* speed up in test for idData in .move

2013-06-11  bart

	* Bug fixed when no variance estimate is present for segment of
	  interest reported by: Alexandra Bell

2013-06-04  bart

	* Updated documentation \n change printing of computational size to
	  message \n reduced the number of installed datasets to also speed
	  up things

2013-06-03  bart

	* added documentation for idData\n added some test for attached
	  data and idData\n modified split functions for code reuse\n
	  update documentation for download functions

2013-05-29  bart

	* further simplification of web import so getMovebank does not
	  convert characters anymore. Also fix for making data frame with
	  difftime object in the idData
	* More improvements to web import making things more straight
	  forward.

2013-05-28  bart

	* make burst return the burst if no factor is supplied

2013-05-27  bart

	* subset for columns with character

2013-05-24  bart

	* Fixes to the web import when haveing not a 1:1 relation between
	  sensors, individuals & when there are indiv without data also
	  drop sensor levels in unUsed

2013-05-22  bart

	* Make sure that subseting a movestack doesnt screw up order
	* ensure order in idData is the same as order in trackId also
	  ensure this is represented in color usage in the plot

2013-05-21  bart

	* let move function work if a movebank file only has unused records
	  for individuals
	* restricted line ploting to individuals with 2 or more datapoints

2013-05-20  bart

	* added export of id data when converting to dataframe
	  function do access and modify the iddata + some small tests
	  documents asp arugment for plot

2013-05-16  bart

	* ensure aspect ratio for plots

2013-05-08  bart


2013-04-29  bart

	* Improved error reporting when movebank is down for maintainance

2013-04-23  bart

	* Suggest solution in error for UDs not summing to one

2013-04-22  bart

	* fix to accomodate new rgdal

2013-04-19  bart

	* movebank files now read with strings as factors

2013-04-12  bart


2013-04-11  bart

	* add spatialLines

2013-04-10  bart

	* speed up corridor example
	* updated checks for R 3.1.0

2013-04-08  bart


2013-04-05  bart

	* fix for web import in case of numeric indiviual names

2013-04-04  bart


