NEWS
transcriptR 1.39.4
- 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.
- Moved e1071 from Imports to Suggests
- Updated the roxygen2 version and rebuilt all manual pages.
- Fixed incorrect roxygen documentation for internal datasets.
transcriptR 1.15.6
- Updated NEWS file to track changes in the package.
transcriptR 1.15.5
- Modified vignette to replace Rclass and Rfunction sweave syntax with
markdown syntax.
transcriptR 1.15.4
- Modified vignette to add images via knitr::include_graphics.
transcriptR 1.15.3
- Changed vignette output format to html_document.
transcriptR 1.15.2
- Reformatted author section in the vignette yaml header.
transcriptR 1.15.1
- 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.