diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION index 11a9b3e..78ec2a6 100644 --- a/CRAN-SUBMISSION +++ b/CRAN-SUBMISSION @@ -1,3 +1,3 @@ -Version: 2.2.1 -Date: 2023-04-28 12:35:48 UTC -SHA: d9029a1a099cc255088439b2e623f7fa3b4aecf0 +Version: 2.3.0 +Date: 2023-10-20 17:47:38 UTC +SHA: 1c965edd764059432feee32e5be994bcd633bde6 diff --git a/NEWS.md b/NEWS.md index 3c1d031..45eb9cf 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,7 +3,7 @@ ## Major improvements - `missRanger()` now works with syntactically wrong variable names like "1bad:variable". This solves an [old issue](https://github.com/mayer79/missRanger/issues/19), recently popping up in [this new issue](https://github.com/mayer79/missRanger/issues/51). -- `missRanger()` now works with any number of features, as long as the formula is left at its default, i.e., `.~.`. This solves this [issue](https://github.com/mayer79/missRanger/issues/50). +- `missRanger()` now works with any number of features, as long as the formula is left at its default, i.e., `. ~ .`. This solves this [issue](https://github.com/mayer79/missRanger/issues/50). ## Other changes