Changes in version 1.15.1 (2022-11-04) o Removed CC BY 4.0 license and replaced with GPL-3 Changes in version 1.9.2 (2021-09-01) o Added Hmisc to Imports Changes in version 1.9.1 (2021-06-24) o Added qsmoothGC function (Contributed from Koen Van den Berge) Changes in version 1.3.1 (2020-03-01) o Fixed bug on conditionals longer than 1 Changes in version 0.99.11 (2019-04-09) o Fixed bug YAML in vignette causing an error on bioc nightly builds Changes in version 0.99.10 (2019-04-04) o Fixed typo in ORCID Changes in version 0.99.9 (2019-04-04) o Adding ORCID for Stephanie Hicks, Hector Corrada Bravo and Rafael Irizarry Changes in version 0.99.8 (2019-04-03) o Fixed header of vignette .Rmd Changes in version 0.99.7 (2019-03-31) o Updating usage examples in qsmooth.R so R CMD check runs under 5 mins Changes in version 0.99.6 (2019-03-30) o Reducing vignette so R CMD check runs under 5 mins Changes in version 0.99.5 (2019-03-30) o Updating usage examples so R CMD check runs under 5 mins Changes in version 0.99.4 (2019-03-29) o 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.3 (2019-03-29) o Created a show method to show only first and last three values in the qsmoothWeights function and the head of the qsmoothData normalized matrix o Updated all the examples and vignette to use the ExperimentHub bodymapRat data package o Updated documentation in the plots.R file o Included argument checking in the qsmooth.R file. Now checks if object is a matrix, data.frame or SummarizedExperiment. o Included functionality for a user providing a SummarizedExperiment and extracting the counts from the assay slot (if it exists). Changes in version 0.99.2 (2019-03-29) o Removed hard-coded date in DESCRIPTION file o Included Bioconductor installation instructions in README.md file o Changed the name of the vignette so user can use `vigentte("qsmooth")` o man. Changed the description of the return to reflect the actual output Changes in version 0.99.0 (2019-02-07) o Submitted to Bioconductor