forked from tidymodels/yardstick
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request tidymodels#493 from tidymodels/RC-1.3.0
Release Candidate 1.3.0
- Loading branch information
Showing
13 changed files
with
114 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Type: Package | ||
Package: yardstick | ||
Title: Tidy Characterizations of Model Performance | ||
Version: 1.2.0.9003 | ||
Version: 1.3.0.9000 | ||
Authors@R: c( | ||
person("Max", "Kuhn", , "[email protected]", role = "aut"), | ||
person("Davis", "Vaughan", , "[email protected]", role = "aut"), | ||
|
@@ -17,7 +17,7 @@ URL: https://github.com/tidymodels/yardstick, | |
https://yardstick.tidymodels.org | ||
BugReports: https://github.com/tidymodels/yardstick/issues | ||
Depends: | ||
R (>= 3.4.0) | ||
R (>= 3.6.0) | ||
Imports: | ||
cli, | ||
dplyr (>= 1.1.0), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,46 @@ | ||
# Platform | ||
|
||
|field |value | | ||
|:--------|:------------------------------------------------| | ||
|version |R version 4.2.1 (2022-06-23) | | ||
|os |macOS Monterey 12.6 | | ||
|system |aarch64, darwin20 | | ||
|ui |RStudio | | ||
|language |(EN) | | ||
|collate |en_US.UTF-8 | | ||
|ctype |en_US.UTF-8 | | ||
|tz |America/Los_Angeles | | ||
|date |2023-04-19 | | ||
|rstudio |2023.05.0-daily+206 Mountain Hydrangea (desktop) | | ||
|pandoc |2.17.1.1 @ /opt/homebrew/bin/pandoc | | ||
|field |value | | ||
|:--------|:------------------------------------------------------------| | ||
|version |R version 4.3.1 (2023-06-16) | | ||
|os |macOS Sonoma 14.2.1 | | ||
|system |aarch64, darwin20 | | ||
|ui |X11 | | ||
|language |(EN) | | ||
|collate |en_US.UTF-8 | | ||
|ctype |en_US.UTF-8 | | ||
|tz |America/Los_Angeles | | ||
|date |2024-01-19 | | ||
|pandoc |3.1.3 @ /Users/emilhvitfeldt/miniforge3/bin/ (via rmarkdown) | | ||
|
||
# Dependencies | ||
|
||
|package |old |new |Δ | | ||
|:----------|:-----|:----------|:--| | ||
|yardstick |1.1.0 |1.1.0.9001 |* | | ||
|cli |NA |3.6.1 |* | | ||
|dplyr |NA |1.1.1 |* | | ||
|fansi |NA |1.0.4 |* | | ||
|hardhat |NA |1.3.0.9000 |* | | ||
|lifecycle |NA |1.0.3 |* | | ||
|pillar |NA |1.9.0 |* | | ||
|rlang |NA |1.1.0 |* | | ||
|tibble |NA |3.2.1 |* | | ||
|tidyselect |NA |1.2.0 |* | | ||
|utf8 |NA |1.2.3 |* | | ||
|vctrs |NA |0.6.1 |* | | ||
|yardstick |1.2.0 |1.2.0.9003 |* | | ||
|cli |3.6.2 |3.6.2 | | | ||
|dplyr |1.1.4 |1.1.4 | | | ||
|fansi |1.0.6 |1.0.6 | | | ||
|generics |0.1.3 |0.1.3 | | | ||
|glue |1.7.0 |1.7.0 | | | ||
|hardhat |1.3.0 |1.3.0 | | | ||
|lifecycle |1.0.4 |1.0.4 | | | ||
|magrittr |2.0.3 |2.0.3 | | | ||
|pillar |1.9.0 |1.9.0 | | | ||
|pkgconfig |2.0.3 |2.0.3 | | | ||
|R6 |2.5.1 |2.5.1 | | | ||
|rlang |1.1.3 |1.1.3 | | | ||
|tibble |3.2.1 |3.2.1 | | | ||
|tidyselect |1.2.0 |1.2.0 | | | ||
|utf8 |1.2.4 |1.2.4 | | | ||
|vctrs |0.6.5 |0.6.5 | | | ||
|withr |3.0.0 |3.0.0 | | | ||
|
||
# Revdeps | ||
|
||
## New problems (1) | ||
|
||
|package |version |error |warning |note | | ||
|:-----------|:-------|:------|:-------|:----| | ||
|[sknifedatar](problems.md#sknifedatar)|0.1.2 |__+1__ | | | | ||
|package |version |error |warning |note | | ||
|:---------|:-------|:------|:-------|:----| | ||
|[modeltime](problems.md#modeltime)|1.2.8 |__+1__ | |1 | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,45 @@ | ||
# sknifedatar | ||
# modeltime | ||
|
||
<details> | ||
|
||
* Version: 0.1.2 | ||
* GitHub: https://github.com/rafzamb/sknifedatar | ||
* Source code: https://github.com/cran/sknifedatar | ||
* Date/Publication: 2021-06-01 08:00:02 UTC | ||
* Number of recursive dependencies: 213 | ||
* Version: 1.2.8 | ||
* GitHub: https://github.com/business-science/modeltime | ||
* Source code: https://github.com/cran/modeltime | ||
* Date/Publication: 2023-09-02 15:10:02 UTC | ||
* Number of recursive dependencies: 249 | ||
|
||
Run `revdep_details(, "sknifedatar")` for more info | ||
Run `revdepcheck::revdep_details(, "modeltime")` for more info | ||
|
||
</details> | ||
|
||
## Newly broken | ||
|
||
* checking examples ... ERROR | ||
``` | ||
Running examples in ‘sknifedatar-Ex.R’ failed | ||
Running examples in ‘modeltime-Ex.R’ failed | ||
The error most likely occurred in: | ||
> ### Name: multieval | ||
> ### Title: Evaluation of multiple metrics and predictions | ||
> ### Aliases: multieval | ||
> ### Name: parallel_start | ||
> ### Title: Start parallel clusters using 'parallel' package | ||
> ### Aliases: parallel_start parallel_stop | ||
> | ||
> ### ** Examples | ||
> | ||
> set.seed(123) | ||
... | ||
20. │ └─tidyselect:::vars_select_eval(...) | ||
21. │ └─tidyselect:::walk_data_tree(expr, data_mask, context_mask) | ||
22. │ └─tidyselect:::as_indices_sel_impl(...) | ||
23. │ └─tidyselect:::as_indices_impl(...) | ||
24. │ └─vctrs::vec_as_subscript(x, logical = "error", call = call, arg = arg) | ||
25. ├─dplyr::bind_rows(.) | ||
26. │ └─rlang::list2(...) | ||
27. ├─dplyr::mutate(., modelo = y) | ||
28. └─rlang::cnd_signal(x) | ||
> | ||
> # Starts 2 clusters | ||
> parallel_start(2) | ||
Error in serverSocket(port = port) : | ||
creation of server socket failed: port 11904 cannot be opened | ||
Calls: parallel_start -> <Anonymous> -> makePSOCKcluster -> serverSocket | ||
Execution halted | ||
``` | ||
## In both | ||
* checking dependencies in R code ... NOTE | ||
``` | ||
Namespaces in Imports field not imported from: | ||
‘tidymodels’ ‘tidyverse’ | ||
All declared Imports should be used. | ||
``` | ||