From 8b4a9fd5dc1665741f33e910b80a29b4afe4a9fc Mon Sep 17 00:00:00 2001 From: simonpcouch Date: Mon, 20 Oct 2025 06:57:50 -0500 Subject: [PATCH] transition maintainership to Max --- .Rbuildignore | 1 + DESCRIPTION | 4 ++-- MAINTENANCE.md | 7 +++++++ 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 MAINTENANCE.md diff --git a/.Rbuildignore b/.Rbuildignore index 175082d..4ad51a0 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -20,3 +20,4 @@ cran-comments.md ^vignettes/articles$ ^[\.]?air\.toml$ ^\.vscode$ +MAINTENANCE.md diff --git a/DESCRIPTION b/DESCRIPTION index 3868a46..39636da 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,8 +2,8 @@ Package: stacks Title: Tidy Model Stacking Version: 1.1.1.9000 Authors@R: c( - person("Simon", "Couch", , "simon.couch@posit.co", role = c("aut", "cre")), - person("Max", "Kuhn", , "max@posit.co", role = "aut"), + person("Simon", "Couch", , "simon.couch@posit.co", role = "aut"), + person("Max", "Kuhn", , "max@posit.co", role = c("aut", "cre")), person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")) ) diff --git a/MAINTENANCE.md b/MAINTENANCE.md new file mode 100644 index 0000000..faf1e86 --- /dev/null +++ b/MAINTENANCE.md @@ -0,0 +1,7 @@ +# Maintaining stacks + +The stacks package is mature and stable, and is up-to-date with spring cleaning as of Spring 2025. + +## To-do + +The package deserves a more thorough investigation of support for post-processing. Up to this point, we've only ensured that tuning results generated with the new tune release can be added to data stacks (not necessarily with preprocessors). [TODO link issue] outlines several possible entry points.