From 5b259ce0656c0da9f1323cbeed641f0948c58db1 Mon Sep 17 00:00:00 2001 From: Maciej Nasinski Date: Wed, 17 Jun 2026 16:41:16 +0200 Subject: [PATCH 1/3] pr template --- .github/pull_request_template.md | 17 +++++++++++++++++ DESCRIPTION | 3 ++- NEWS.md | 2 ++ README.md | 2 ++ 4 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..e685cca --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,17 @@ +## Checklist + +- [ ] No clinical data accessed, referenced, or inferred — synthetic only +- [ ] PR has a right label — AI generated (not recommended), AI supported, no AI +- [ ] PR has a connected task linked +- [ ] New/changed functions have roxygen2 documentation +- [ ] Please make sure that language is correct +- [ ] New functionality has corresponding tests +- [ ] NEWS.md updated (if user-facing change) +- [ ] PR description should include some example code +- [ ] Branch is up to date with the target branch (no merge conflicts) +- [ ] Any new dependencies in DESCRIPTION are justified and discussed +- [ ] @examples updated in roxygen2 if function behaviour changed + +## Summary + + diff --git a/DESCRIPTION b/DESCRIPTION index b95b7b4..37b1a02 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: gridify Title: Enrich Figures and Tables with Custom Headers and Footers and More -Version: 0.8.1 +Version: 0.8.1.9000 Authors@R: c( person("Maciej", "Nasinski", , "Maciej.Nasinski@ucb.com", role = c("aut", "cre")), person("Alexandra", "Wall", , "Alexandra.Wall@ucb.com", role = "aut"), @@ -14,6 +14,7 @@ Authors@R: c( person("Eilis", "Meldrum-Dolan", , "Eilis.Meldrum-Dolan@ucb.com", role = "ctb"), person("Gary", "Cao", , "Gary.Cao@ucb.com", role = "ctb"), person("Monika", "Beh", , "Monika.Beh@ucb.com", role = "ctb"), + person("Bethany", "George", , "Bethany.George@ucb.com", role = "ctb"), person("UCB S.A., Belgium", role = c("cph", "fnd")) ) Description: A simple and flexible tool designed to create enriched figures and tables by providing a way to add text diff --git a/NEWS.md b/NEWS.md index 61188a1..5b93988 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# gridify 0.8.1.9000 + # gridify 0.8.1 ## New features diff --git a/README.md b/README.md index 68061af..e92d5fd 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ [![pharmaverse gridify Badge](http://pharmaverse.org/shields/gridify.svg)](https://pharmaverse.org) [![CRAN status](https://www.r-pkg.org/badges/version/gridify)](https://CRAN.R-project.org/package=gridify) [![status: active](https://github.com/GIScience/badges/raw/master/status/active.svg)](https://github.com/GIScience/badges#active) +[![Dependencies](https://tinyverse.netlify.app/badge/gridify)](https://cran.r-project.org/package=gridify) + ## Overview From 3b68c207acdc548573865c34d03775b85a2aa831 Mon Sep 17 00:00:00 2001 From: Maciej Nasinski Date: Wed, 17 Jun 2026 17:00:51 +0200 Subject: [PATCH 2/3] spacing --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index e92d5fd..cd0a8c5 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,6 @@ [![status: active](https://github.com/GIScience/badges/raw/master/status/active.svg)](https://github.com/GIScience/badges#active) [![Dependencies](https://tinyverse.netlify.app/badge/gridify)](https://cran.r-project.org/package=gridify) - - ## Overview In the pharmaceutical industry, and many other fields that rely heavily From bc522366046f82b9a5c040f9366bf82302188d1a Mon Sep 17 00:00:00 2001 From: Maciej Nasinski Date: Wed, 17 Jun 2026 17:17:04 +0200 Subject: [PATCH 3/3] turn off oldrel to save resources --- .github/workflows/R-CMD-check.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 722fa8e..0e21f77 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -30,8 +30,8 @@ jobs: - {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'} - {os: ubuntu-latest, r: 'release'} - {os: ubuntu-latest, r: 'oldrel-1'} - - {os: ubuntu-latest, r: 'oldrel-2'} - - {os: ubuntu-latest, r: 'oldrel-3'} + # - {os: ubuntu-latest, r: 'oldrel-2'} + # - {os: ubuntu-latest, r: 'oldrel-3'} # - {os: ubuntu-latest, r: 'oldrel-4'} env: