Skip to content

Commit 163009e

Browse files
committed
Increment version number
1 parent cd86369 commit 163009e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

DESCRIPTION

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: themis
22
Title: Extra Recipes Steps for Dealing with Unbalanced Data
3-
Version: 0.1.2.9000
3+
Version: 0.1.3
44
Authors@R:
55
person(given = "Emil",
66
family = "Hvitfeldt",
@@ -21,7 +21,7 @@ URL: https://github.com/tidymodels/themis, https://themis.tidymodels.org
2121
BugReports: https://github.com/tidymodels/themis/issues
2222
Depends:
2323
R (>= 2.10),
24-
recipes (>= 0.1.14.9000)
24+
recipes (>= 0.1.15)
2525
Imports:
2626
dplyr,
2727
generics (>= 0.1.0),
@@ -41,5 +41,3 @@ Encoding: UTF-8
4141
LazyData: true
4242
Roxygen: list(markdown = TRUE)
4343
RoxygenNote: 7.1.1.9000
44-
Remotes:
45-
tidymodels/recipes

NEWS.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# themis (development version)
1+
# themis 0.1.3
2+
3+
* Steps that use nearest neighbors gives cleaner errors.
24

35
# themis 0.1.2
46

cran-comments.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Release Summary
22

3-
This is the 3th CRAN release of themis. Includes a couple of bug fixes.
3+
This is the 4th CRAN release of themis. Includes a couple of bug fixes.
44

55
## Test environments
66
* local R installation, R 4.0.2

0 commit comments

Comments
 (0)