Skip to contents

AcidMarkdown 0.2.0 (2022-04-29)

Major changes:

  • Updated R dependency to 4.2.
  • Removed strong Imports dependency of knitr, in favor of lighter Suggests approach that loads functions conditionally using requireNamespace.

AcidMarkdown 0.2.2 (2022-05-23)

Minor changes:

  • Updated lintr checks and testthat unit tests.

AcidMarkdown 0.2.3 (2022-05-24)

Major changes:

  • Reworked markdownPlots and markdownTables using an S4 generic approach, as these are useful in other bioinformatics packages.
  • Removed all md* aliases from NAMESPACE.

AcidMarkdown 0.2.4 (2022-09-01)

  • Added an additional bcbio-nextgen link, to avoid issues in bcbioRNASeq.
  • Updated roxygen2 documentation.
  • Updated NEWS.md to follow recommended markdownlint conventions.

AcidMarkdown 0.2.5 (2022-10-24)

Major changes:

  • Attempt to use level 2 headers by default in R Markdown documents, which plays nicer with markdownlint-cli (Node) and in VS Code.

AcidMarkdown 0.2.6 (2023-08-11)

Minor changes:

  • Now requiring R 4.3.
  • Updated shared _setup.R file to reflect changes in AcidPlots package.