Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilHvitfeldt committed May 16, 2020
1 parent 08950cd commit 34e3c38
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 23 deletions.
2 changes: 1 addition & 1 deletion 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: 0.1.0.9000
Version: 0.1.1
Authors@R:
person(given = "Emil",
family = "Hvitfeldt",
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# themis (development version)
# themis 0.1.1

* `step_smote()` now work regardless of order of classes. Thanks to @sebastien-foulle for point it out #14.

Expand Down
31 changes: 10 additions & 21 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,16 @@
## Test environments
* local R installation, R 3.6.0
* ubuntu 16.04 (on travis-ci), R 3.6.0
* win-builder (devel)

## R CMD check results
## Release Summary

0 errors | 0 warnings | 1 note
This is the 2th CRAN release of themis. Includes couple of bug fixes.

* This is a new release.

## 0.1.0 Resubmission
## Test environments
* local R installation, R 4.0.0
* ubuntu 16.04 (on travis-ci), R 4.0.0
* win-builder (devel and release)

> Please write references in the form
authors (year) <doi:...>
authors (year) <arXiv:...>f
authors (year, ISBN:...)
or if those are not available: authors (year) <https:...>
with no space after 'doi:', 'arXiv:', 'https:' and angle brackets for
auto-linking.
(If you want to add the title as well, quote it. --> "title")
## R CMD check results

All methods mentioned in the description file have been referenced now.
0 errors | 0 warnings | 0 note

> Please always explain all acronyms in the description text.
## Downstream dependencies

Many of the acronyms in the description text are names of algorithms and would require a substantial amount of text to explain in the description text. All methods have been explained in their function documentation.
There are no downstream dependencies to be checked.

0 comments on commit 34e3c38

Please sign in to comment.