ENMeval 0.2.0
===========
o  Fixed a bug that allowed only a single categorical variable; now multiple categorical variables work.
o  Added an option to run the tuning function in parallel.
o  Added a slot in ENMevaluation object class to hold Maxent model objects.  This allows the user to access the lambda values and original results table generated by Maxent.
o  Added arguments in ENMevaluate function to turn off raster prediction generation to save time.


ENMeval 0.1.1
===========
o  This version corrects the calc.aicc function that, in version 0.1.0, could give erroneous results when used with multiple models simultaneously.  AICc, delta.AICc, and w.AIC values calculated in v.0.1.0 are potentially flawed!


ENMeval 0.1.0
===========
o  This is the initial version of ENMeval.  The main function is ENMeval::ENMevaluate().
