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
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: stacks
Title: Tidy Model Stacking
Version: 0.2.2.9001
Version: 0.2.3
Authors@R: c(
person(given = "Simon",
family = "Couch",
Expand Down
4 changes: 1 addition & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# stacks 0.2.2.9001 (development version)

To be released as v0.2.3.
# stacks 0.2.3

* Addressed deprecation warning in `add_candidates` (#99).
* Improved clarity of warnings/errors related to failed hyperparameter
Expand Down
3 changes: 2 additions & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ utils::globalVariables(c(
"type",
"value",
"weight",
"weighted_est"
"weighted_est",
"where"
))

# Checks and Prompts
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ There were no ERRORs, WARNINGs, or NOTEs.

## Reverse dependencies

This package currently has no reverse dependencies.
We checked 1 reverse dependency, DALEXtra, comparing R CMD check results across CRAN and dev versions of this package, and saw no new problems.
150 changes: 58 additions & 92 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading