Version 0.1
AcidMarkdown 0.1.1 (2021-03-04)
Minor changes:
- Fixed typo in
_setup.Rfile, which should be “AcidPlots” instead of “acidplots”.
AcidMarkdown 0.1.2 (2021-07-20)
Minor changes:
- Removed usage of magrittr pipe
%>%in_footer.Rmdtemplate file. Switched fromreadr::read_linestopipette::importfor source code lines import instead. - Removed dependency on stringr package by removing
str_dupin favor of using base Rrepmethod instead.
AcidMarkdown 0.1.3 (2021-09-08)
Minor changes:
- Updated basejump dependencies.
- Removed documentation reference to cowplot
plot_gridfunction. Now recommending usage of patchwork package instead.
AcidMarkdown 0.1.5 (2021-12-15)
Minor changes:
- Disabling ggplot custom color and fill palette overrides in
_setup.Rinclude file until we push a new version of the AcidPlots package. Currently causing bcbioRNASeq quality control R Markdown template to fail. - Updated and reorganized references defined
bibliography.bibfile. Had to rework ggplot2 reference, as this was observed to cause pandoc 2.16 to fail. Note that pandoc 2.14, the version bundled with RStudio, at least on macOS, does not have this rendering issue, which is why it was difficult to catch.