Skip to content

Commit a206e5f

Browse files
committed
2026-01 upkeep
1 parent 1d9c17c commit a206e5f

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Suggests:
5959
xaringanExtra
6060
VignetteBuilder:
6161
knitr
62-
Config/rdev/last-upkeep: 2025-10-24
62+
Config/rdev/last-upkeep: 2026-01-01
6363
Config/testthat/edition: 3
6464
Encoding: UTF-8
6565
Language: en-US

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
YEAR: 2025
1+
YEAR: 2026
22
COPYRIGHT HOLDER: John Benninghoff

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22

3-
Copyright (c) 2025 John Benninghoff
3+
Copyright (c) 2026 John Benninghoff
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
* Added instructions for YAML chunk syntax update to `upkeep_checklist()`
44

5+
* 2026 Upkeep
6+
57
# rdev 1.15.5
68

79
* Added items for ggplot2 version 4 upgrade and switch to YAML chunk [options](https://yihui.org/knitr/options/) to `upkeep_checklist()`

inst/rmarkdown/templates/analysis/skeleton/skeleton.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: "TEMPLATE Analysis"
33
author: ""
4-
date: '2025-00-00'
5-
date-modified: '2025-00-00'
4+
date: '2026-00-00'
5+
date-modified: '2026-00-00'
66
categories: []
77
order:
88
output:

inst/templates/analysis.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: "TEMPLATE Analysis"
33
author: ""
4-
date: '2025-00-00'
5-
date-modified: '2025-00-00'
4+
date: '2026-00-00'
5+
date-modified: '2026-00-00'
66
categories: []
77
order:
88
format:

0 commit comments

Comments
 (0)