diff --git a/.Rbuildignore b/.Rbuildignore index d193d4a..716677e 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -17,3 +17,4 @@ ^CODE_OF_CONDUCT\.md$ ^CRAN-SUBMISSION$ ^man-roxygen$ +^revdep$ diff --git a/DESCRIPTION b/DESCRIPTION index 3d54db8..a0c522e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", , "emil.hvitfeldt@posit.co", 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) diff --git a/NEWS.md b/NEWS.md index 97b21c6..15dd693 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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. diff --git a/cran-comments.md b/cran-comments.md index 74d1114..9b2197b 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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 diff --git a/revdep/README.md b/revdep/README.md new file mode 100644 index 0000000..39b6a32 --- /dev/null +++ b/revdep/README.md @@ -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 + diff --git a/revdep/cran.md b/revdep/cran.md new file mode 100644 index 0000000..782ef68 --- /dev/null +++ b/revdep/cran.md @@ -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 + diff --git a/revdep/failures.md b/revdep/failures.md new file mode 100644 index 0000000..9a20736 --- /dev/null +++ b/revdep/failures.md @@ -0,0 +1 @@ +*Wow, no problems at all. :)* \ No newline at end of file diff --git a/revdep/problems.md b/revdep/problems.md new file mode 100644 index 0000000..9a20736 --- /dev/null +++ b/revdep/problems.md @@ -0,0 +1 @@ +*Wow, no problems at all. :)* \ No newline at end of file