Changes in version 1.39.4 o Fixed a failing unit test caused by an update to the TxDb.Hsapiens.UCSC.hg19.knownGene library. Replaced the external dependency with the internal annot dataset to ensure stability. o Moved e1071 from Imports to Suggests o Updated the roxygen2 version and rebuilt all manual pages. o Fixed incorrect roxygen documentation for internal datasets. Changes in version 1.15.6 o Updated NEWS file to track changes in the package. Changes in version 1.15.5 o Modified vignette to replace Rclass and Rfunction sweave syntax with markdown syntax. Changes in version 1.15.4 o Modified vignette to add images via knitr::include_graphics. Changes in version 1.15.3 o Changed vignette output format to html_document. Changes in version 1.15.2 o Reformatted author section in the vignette yaml header. Changes in version 1.15.1 o Fixed bug in the predictStrand function caused by the new behaviour of the data.frame introduced in R 4.0. Have to manually set stringsAsFactors=TRUE.