NEWS
qsmooth 1.15.1 (2022-11-04)
- Removed CC BY 4.0 license and replaced with GPL-3
qsmooth 1.9.2 (2021-09-01)
qsmooth 1.9.1 (2021-06-24)
- Added qsmoothGC function (Contributed from Koen Van den Berge)
qsmooth 1.3.1 (2020-03-01)
- Fixed bug on conditionals longer than 1
qsmooth 0.99.11 (2019-04-09)
- Fixed bug YAML in vignette causing an error on bioc nightly builds
qsmooth 0.99.10 (2019-04-04)
qsmooth 0.99.9 (2019-04-04)
- Adding ORCID for Stephanie Hicks, Hector Corrada Bravo and Rafael Irizarry
qsmooth 0.99.8 (2019-04-03)
- Fixed header of vignette .Rmd
qsmooth 0.99.7 (2019-03-31)
- Updating usage examples in qsmooth.R so R CMD check runs under 5 mins
qsmooth 0.99.6 (2019-03-30)
- Reducing vignette so R CMD check runs under 5 mins
qsmooth 0.99.5 (2019-03-30)
- Updating usage examples so R CMD check runs under 5 mins
qsmooth 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
qsmooth 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).
qsmooth 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
qsmooth 0.99.0 (2019-02-07)
- Submitted to Bioconductor