CHANGES IN VERSION 1.3.1
* Aligning versions to the current bioconductor release
* Added DietSeurat() call in vignette to prevent issues

CHANGES IN VERSION 1.0.1

* Removed ggrepel, rlang, and factoextra dependencies.
* Updated Seurat package switch
* Switch the way counts are processed by first eliminating rows with 0 expression in the sparse matrix before converting to a full matrix

CHANGES IN VERSION 0.99.9

* Changing Seurat dependency, updated vignette

CHANGES IN VERSION 0.99.8

* Edited getSignificance ANOVA model call

CHANGES IN VERSION 0.99.7

* Edited getSignificance fit call to match documentation

CHANGES IN VERSION 0.99.6

* Edited match.args() in getSignificance

CHANGES IN VERSION 0.99.5

* Edited match.args() in getSignificance

CHANGES IN VERSION 0.99.4

* Added match.args() to getSignificance
* Changed stop() to message()
* Modified getSignficance to allow for ANOVA and T.test

CHANGES IN VERSION 0.99.3

* Updated link in description of getGeneSets.

CHANGES IN VERSION 0.99.2

*Fixed a parenthesis, yeah a parenthesis. (In enrichIt() call I edited for 99.1)

CHANGES IN VERSION 0.99.1

* Removed parallel call in gsva() and added biocparallel
* Changed cores = 4 to cores = 2 in the vignette

CHANGES IN VERSION 0.99.0

* Preparing for bioconductor submission