diff --git a/NEWS.md b/NEWS.md index d2b9f455..898e947f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +# rworkflows 1.0.4 + +## Bug fixes + +* Remove deprecated package (`pandoc-citeproc`) from Dockerfile. + # rworkflows 1.0.3 ## New features diff --git a/README.md b/README.md index dad2b3a2..748598cd 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ GPL-3](https://img.shields.io/badge/license-GPL--3-blue.svg)](https://cran.r-project.org/web/licenses/GPL-3) [![](https://img.shields.io/badge/doi-https://doi.org/10.5281/zenodo.10048573-blue.svg)](https://doi.org/https://doi.org/10.5281/zenodo.10048573)
-[![](https://img.shields.io/badge/devel%20version-1.0.1-black.svg)](https://github.com/neurogenomics/rworkflows) +[![](https://img.shields.io/badge/devel%20version-1.0.4-black.svg)](https://github.com/neurogenomics/rworkflows) [![](https://img.shields.io/github/languages/code-size/neurogenomics/rworkflows.svg)](https://github.com/neurogenomics/rworkflows) [![](https://img.shields.io/github/last-commit/neurogenomics/rworkflows.svg)](https://github.com/neurogenomics/rworkflows/commits/master)
[![R build @@ -22,7 +22,7 @@ status](https://github.com/neurogenomics/rworkflows/workflows/rworkflows_dev/bad Authors: Brian Schilder, Alan Murphy, Nathan Skene

-README updated: Feb-01-2024 +README updated: Dec-17-2024

[![CRAN diff --git a/inst/templates/Dockerfile b/inst/templates/Dockerfile index 37ebd02f..36370818 100644 --- a/inst/templates/Dockerfile +++ b/inst/templates/Dockerfile @@ -27,7 +27,6 @@ RUN apt-get update && \ libicu-dev \ libssl-dev \ make pandoc \ - pandoc-citeproc \ zlib1g-dev \ xfonts-100dpi \ xfonts-75dpi \