From 49d15b25c44063e1a5e047c2bf78cfe2f09fea8d Mon Sep 17 00:00:00 2001 From: Dan Knight <56950335+dan-knight@users.noreply.github.com> Date: Mon, 29 Apr 2024 15:28:11 -0700 Subject: [PATCH 1/2] Update LaTeX in CI/CD workflow --- .github/workflows/r-lib-check.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/r-lib-check.yaml b/.github/workflows/r-lib-check.yaml index bc156af..f9076c2 100644 --- a/.github/workflows/r-lib-check.yaml +++ b/.github/workflows/r-lib-check.yaml @@ -17,6 +17,7 @@ jobs: - uses: r-lib/actions/setup-tinytex@v2 - name: Install LaTeX packages run: | + tlmgr update --self && \ tlmgr install \ parskip \ geometry \ From 3ed574687f6da50de5b98200f4130dc1d3ba1d46 Mon Sep 17 00:00:00 2001 From: Dan Knight Date: Mon, 29 Apr 2024 15:30:09 -0700 Subject: [PATCH 2/2] Update changelog --- DESCRIPTION | 2 +- NEWS | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 74521db..166306e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: BoutrosLab.plotting.general Version: 7.1.1 Type: Package Title: Functions to Create Publication-Quality Plots -Date: 2024-01-08 +Date: 2024-04-29 Authors@R: c(person("Paul Boutros", role = c("aut", "cre"), email = "PBoutros@mednet.ucla.edu"), person("Christine P'ng", role = "ctb"), person("Jeff Green", role = "ctb"), diff --git a/NEWS b/NEWS index bf9f97c..0a5a240 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,9 @@ -BoutrosLab.plotting.general 7.1.1 2024-01-08 +BoutrosLab.plotting.general 7.1.1 2024-04-29 UPDATE * Improved documentation for type parameter in create.scatterplot * Fix typo in README +* Update LaTeX tlmgr in CI/CD workflow -------------------------------------------------------------------------- BoutrosLab.plotting.general 7.1.0 2023-10-26