Change Log

All notable changes to this project will be documented in this CHANGELOG.md file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased Changes

Added

  • Improved error messaged for read_ensembl_gtf() when user inputs path to a GTF file that does not follow 2024 ENSEMBL format. Now the error message provides the user with the link to the vignette with an example on how to read other GTF formats.

[0.9.0] - 2024-10-21

Added

  • Initial package release.

[0.9.1] - 2024-10-30

Added

  • Better error message for read_ensembl_gtf() function that now points user to vignette for help when trying to read unsuported file types.

  • Added kaleido as a dependency to allow users to images as multiple formats without having to install new packages.

  • Improved code documentation, corrected spelling errors on vignettes, added two new vignettes.