Skip to content

Commit

Permalink
Merge pull request #131 from tidymodels/RC-1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilHvitfeldt authored Apr 15, 2023
2 parents f399318 + 2fe1487 commit 9b28f56
Show file tree
Hide file tree
Showing 8 changed files with 80 additions and 4 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@
^CODE_OF_CONDUCT\.md$
^CRAN-SUBMISSION$
^man-roxygen$
^revdep$
4 changes: 2 additions & 2 deletions DESCRIPTION
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")),
Expand Down Expand Up @@ -36,7 +36,7 @@ Imports:
hardhat
Suggests:
covr,
dials,
dials (>= 1.2.0),
ggplot2,
modeldata,
testthat (>= 3.0.0)
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# themis (development version)

# themis 1.0.1

## Improvements

* Fixed bug where some upsampling functions would error if no upsampling was needed. (#119)

* Steps with tunable arguments now have those arguments listed in the documentation.
Expand Down
7 changes: 5 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ This is the 9th CRAN release of themis.

0 errors | 0 warnings | 0 note

## Downstream dependencies
## revdepcheck results

1 downstream dependencies was checked, with no error.
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
59 changes: 59 additions & 0 deletions revdep/README.md
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

7 changes: 7 additions & 0 deletions revdep/cran.md
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

1 change: 1 addition & 0 deletions revdep/failures.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Wow, no problems at all. :)*
1 change: 1 addition & 0 deletions revdep/problems.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Wow, no problems at all. :)*

0 comments on commit 9b28f56

Please sign in to comment.