Changes in version 0.99.0 (2019-02-07)
+ Submitted to Bioconductor

Changes in version 0.99.2 (2019-03-29)
+ Removed hard-coded date in DESCRIPTION file
+ Included Bioconductor installation instructions in README.md file
+ Changed the name of the vignette so user can use `vigentte("qsmooth")`
+ man. Changed the description of the return to reflect the actual output

Changes in version 0.99.3 (2019-03-29)
+ Created a show method to show only first and last three values in the qsmoothWeights function and the head of the qsmoothData normalized matrix
+ Updated all the examples and vignette to use the ExperimentHub bodymapRat data package 
+ Updated documentation in the plots.R file
+ Included argument checking in the qsmooth.R file. Now checks if object is a matrix, data.frame or SummarizedExperiment. 
+ Included functionality for a user providing a SummarizedExperiment and extracting the counts from the assay slot (if it exists).

Changes in version 0.99.4 (2019-03-29)
+ Running `R CMD BiocCheck` gave me a warning unless I used R version 3.7, but then this failed to pass in qsmooth version 0.99.3. So back to R version 3.6

Changes in version 0.99.5 (2019-03-30)
+ Updating usage examples so R CMD check runs under 5 mins

Changes in version 0.99.6 (2019-03-30)
+ Reducing vignette so R CMD check runs under 5 mins

Changes in version 0.99.7 (2019-03-31)
+ Updating usage examples in qsmooth.R so R CMD check runs under 5 mins

Changes in version 0.99.8 (2019-04-03)
+ Fixed header of vignette .Rmd

Changes in version 0.99.9 (2019-04-04)
+ Adding ORCID for Stephanie Hicks, Hector Corrada Bravo and Rafael Irizarry

Changes in version 0.99.10 (2019-04-04)
+ Fixed typo in ORCID

Changes in version 0.99.11 (2019-04-09)
+ Fixed bug YAML in vignette causing an error on bioc nightly builds