Skip to contents

AcidPlots 0.5.0 (2022-05-06)

Major changes:

  • Starting a new release series that provides compatibility with R 4.2 and Bioconductor 3.15.

Minor changes:

  • Removed internal dependencies on tibble (e.g. as_tibble coercion).

AcidPlots 0.5.1 (2022-05-24)

Minor changes:

  • Updated lintr checks and testthat unit tests.

AcidPlots 0.5.2 (2022-10-25)

Minor changes:

  • Improved dependency pinning, in anticipation of breaking changes introduced in basejump package updates, notably pipette and AcidExperiment.

AcidPlots 0.5.3 (2022-11-09)

Minor changes:

  • Updated R dependency versions.
  • Hardened internal calls to facet_wrap by using vars consistently. This requires calling sym with !! or syms with !!! (from rlang).

AcidPlots 0.5.4 (2023-02-09)

  • Updated dependencies to Bioconductor 3.16.
  • Migrated requireNamespaces import from AcidBase to goalie.

AcidPlots 0.5.5 (2023-04-27)

  • NAMESPACE fixes for Bioconductor 3.17 compatibility.
  • Now classing on DFrame instead of DataFrame virtual class.