-
Notifications
You must be signed in to change notification settings - Fork 11
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 #131 from tidymodels/RC-1.0.1
- Loading branch information
Showing
8 changed files
with
80 additions
and
4 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 |
---|---|---|
|
@@ -17,3 +17,4 @@ | |
^CODE_OF_CONDUCT\.md$ | ||
^CRAN-SUBMISSION$ | ||
^man-roxygen$ | ||
^revdep$ |
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,6 +1,6 @@ | ||
Package: themis | ||
Title: Extra Recipes Steps for Dealing with Unbalanced Data | ||
Version: 1.0.0.9000 | ||
Version: 1.0.1.9000 | ||
Authors@R: c( | ||
person("Emil", "Hvitfeldt", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0002-0679-1945")), | ||
|
@@ -36,7 +36,7 @@ Imports: | |
hardhat | ||
Suggests: | ||
covr, | ||
dials, | ||
dials (>= 1.2.0), | ||
ggplot2, | ||
modeldata, | ||
testthat (>= 3.0.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
# 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-14 | | ||
|rstudio |2023.05.0-daily+206 Mountain Hydrangea (desktop) | | ||
|pandoc |3.1.1 @ /Applications/RStudio.app/Contents/Resources/app/quarto/bin/tools/ (via rmarkdown) | | ||
|
||
# Dependencies | ||
|
||
|package |old |new |Δ | | ||
|:------------|:-----|:----------|:--| | ||
|themis |1.0.0 |1.0.0.9000 |* | | ||
|cli |NA |3.6.1 |* | | ||
|clock |NA |0.6.1 |* | | ||
|cpp11 |NA |0.4.3 |* | | ||
|data.table |NA |1.14.8 |* | | ||
|diagram |NA |1.6.5 |* | | ||
|digest |NA |0.6.31 |* | | ||
|dplyr |NA |1.1.1 |* | | ||
|fansi |NA |1.0.4 |* | | ||
|future |NA |1.32.0 |* | | ||
|future.apply |NA |1.10.0 |* | | ||
|globals |NA |0.16.2 |* | | ||
|gower |NA |1.0.1 |* | | ||
|hardhat |NA |1.3.0 |* | | ||
|ipred |NA |0.9-14 |* | | ||
|lava |NA |1.7.2.1 |* | | ||
|lifecycle |NA |1.0.3 |* | | ||
|listenv |NA |0.9.0 |* | | ||
|lubridate |NA |1.9.2 |* | | ||
|parallelly |NA |1.35.0 |* | | ||
|pillar |NA |1.9.0 |* | | ||
|prodlim |NA |2023.03.31 |* | | ||
|progressr |NA |0.13.0 |* | | ||
|purrr |NA |1.0.1 |* | | ||
|Rcpp |NA |1.0.10 |* | | ||
|recipes |NA |1.0.5 |* | | ||
|rlang |NA |1.1.0 |* | | ||
|stringi |NA |1.7.12 |* | | ||
|stringr |NA |1.5.0 |* | | ||
|tibble |NA |3.2.1 |* | | ||
|tidyr |NA |1.3.0 |* | | ||
|tidyselect |NA |1.2.0 |* | | ||
|timechange |NA |0.2.0 |* | | ||
|timeDate |NA |4022.108 |* | | ||
|utf8 |NA |1.2.3 |* | | ||
|vctrs |NA |0.6.1 |* | | ||
|
||
# Revdeps | ||
|
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## revdepcheck results | ||
|
||
We checked 1 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* We saw 0 new problems | ||
* We failed to check 0 packages | ||
|
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
*Wow, no problems at all. :)* |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
*Wow, no problems at all. :)* |