Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRAN release #57

Merged
merged 5 commits into from
Nov 19, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
update 2023-11-19 08:42:06.203406
  • Loading branch information
mayer79 committed Nov 19, 2023
commit 92e942a06244f8d2b0de074f35b74a9e951f4f25
7 changes: 5 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# missRanger 2.4.0

## Future Output API

- New argument `data_only = TRUE` to control if only the imputed data should be returned (default), or an object of class "missRanger". This object contains the imputed data and infos like OOB prediction errors, fixing [#28](https://github.com/mayer79/missRanger/issues/28). The value `FALSE` will later becoming the default in {missRanger 3.0.0}. This will be announced via deprecation cycle.

## Enhancements

- New argument `data_only = TRUE` to control if only the imputed data should returned (default), or an object of class "missRanger". This object contains the imputed data and infos like OOB prediction errors. This fixes [28](https://github.com/mayer79/missRanger/issues/28). The value `FALSE` will become the default in {missRanger 3.0.0}. This will be announced via deprecation cycle.
- New argument `keep_forests = FALSE`. Should the random forests of the best iteration (the one that generated the final imputed data) be added to the "missRanger" object? Note that this will use a lot of memory. Only relevant if `data_only = FALSE`. This solves [54](https://github.com/mayer79/missRanger/issues/54)
- New argument `keep_forests = FALSE`. Should the random forests of the best iteration (the one that generated the final imputed data) be added to the "missRanger" object? Note that this will use a lot of memory. Only relevant if `data_only = FALSE`. This solves [#54](https://github.com/mayer79/missRanger/issues/54).

## Bug fixes

Expand Down
24 changes: 6 additions & 18 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,19 @@
# missRanger 2.3.0
# missRanger 2.4.0

Dear CRAN team
Hello CRAN team

This update fixes two issues: non-syntactic column names, and too many features.
This update introduces the future API of missRanger.

I have checked reverse dependencies, without finding.

## R CMD check
## R CMD check (local)

- WARNING: 'qpdf' is needed for checks on size reduction of PDFs
- NOTE: no command 'tidy' found
- NOTE: Skipping checking HTML validation: no command 'tidy' found

## RHub

* checking HTML version of manual ... NOTE
Skipping checking HTML validation: no command 'tidy' found

## Winbuilder

Status: 1 NOTE
R Under development (unstable) (2023-10-18 r85349 ucrt)
Status: OK

## revdepcheck results

We checked 7 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