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
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ cran-comments.md
^vignettes/articles$
^[\.]?air\.toml$
^\.vscode$
MAINTENANCE.md
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
)
Expand Down
7 changes: 7 additions & 0 deletions MAINTENANCE.md
Original file line number Diff line number Diff line change
@@ -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.
Loading