Skip to content

Commit 5be93a6

Browse files
authored
transition maintainership to Max (#245)
1 parent a7cb1ea commit 5be93a6

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ cran-comments.md
2020
^vignettes/articles$
2121
^[\.]?air\.toml$
2222
^\.vscode$
23+
MAINTENANCE.md

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Package: stacks
22
Title: Tidy Model Stacking
33
Version: 1.1.1.9001
44
Authors@R: c(
5-
person("Simon", "Couch", , "[email protected]", role = c("aut", "cre")),
6-
person("Max", "Kuhn", , "[email protected]", role = "aut"),
5+
person("Simon", "Couch", , "[email protected]", role = "aut"),
6+
person("Max", "Kuhn", , "[email protected]", role = c("aut", "cre")),
77
person("Posit Software, PBC", role = c("cph", "fnd"),
88
comment = c(ROR = "03wc8by49"))
99
)

MAINTENANCE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Maintaining stacks
2+
3+
The stacks package is mature and stable, and is up-to-date with spring cleaning as of Spring 2025.
4+
5+
## To-do
6+
7+
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.

0 commit comments

Comments
 (0)