Major changes

Minor changes

  • Explicit coercion of the forward value to logical, more useful values for the forward aesthetic in example data, and fix an error in README and introductory vignette (-1 does not coerce to FALSE…)
  • Improve handling of NA id values in make_alignment_dummies() (#51, thanks
  • Update element_line to use linewidth rather than size (size deprecated as of ggplot2 3.4.0)

Bug fixes

Minor changes

  • More useful example for the forward aesthetic in the README and example_genes (thanks @rickbeeloo)

Bug fixes

  • Fix bug in checking position of subgenes relative to the parent gene (#21, thanks @mchiapello)
  • Add ‘orientation’ column to example_subgenes and correct some errors in the documentation for both example data frames
  • Make vdiffr tests conditional

Major changes

Bug fixes

  • Fix failing visual tests
  • Fix space in figure file name
  • Replace expect_error with the more reliable expect_silent in tests
  • Fix bugs in several tests
  • Add visual testing with vdiffr
  • Misc. small bug fixes and typo corrections
  • Fix compatibility with tidyeval changes in ggplot2 v2.3.0

Bug fixes

  • Now actually compatible with ggplot2 v2.3.0

Major changes

Minor changes

  • Change R version dependency to fix ‘patchlevel’ error on CMD check
  • Add support for both pre- and post- ggplot2 v2.3.0 versions of aes()
  • Edit docs and README

Bug fixes

  • Remove README.html so GitHub renders README correctly

Major changes

  • Remove ‘dplyr’ dependency
  • Update documentation
  • Add vignette

Bug fixes