Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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

<!-- Brief description of what this PR does -->
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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"),
Expand All @@ -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
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# gridify 0.8.1.9000

# gridify 0.8.1

## New features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![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

Expand Down
Loading