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
Prev Previous commit
Next Next commit
One example to don't run
  • Loading branch information
mayer79 committed Nov 19, 2023
commit 7795ae2eff17cc5ee022a447c97239ea673681ac
3 changes: 2 additions & 1 deletion R/missRanger.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,13 @@
#' imp$pred_errors
#'
#' # If you even want to keep the random forests of the best iteration
#' \dontrun{
#' imp <- missRanger(
#' irisWithNA, pmm.k = 3, num.trees = 100, data_only = FALSE, keep_forests = TRUE
#' )
#' imp$forests$Species
#' imp$forests$Sepal.Width
#' imp$pred_errors[imp$best_iter, "Sepal.Width"] # 1 - R-squared
#' }
missRanger <- function(data, formula = . ~ ., pmm.k = 0L, maxiter = 10L,
seed = NULL, verbose = 1, returnOOB = FALSE, case.weights = NULL,
data_only = TRUE, keep_forests = FALSE, ...) {
Expand Down
9 changes: 9 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,18 @@ This update introduces the future API of missRanger.

## RHub

* checking for non-standard things in the check directory ... NOTE
Found the following files/directories:
''NULL''
* checking for detritus in the temp directory ... NOTE
Found the following files/directories:
'lastMiKTeXException'

## Winbuilder

Status: OK

## revdepcheck results

OK: 7
BROKEN: 0
3 changes: 2 additions & 1 deletion man/missRanger.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
|collate |German_Switzerland.utf8 |
|ctype |German_Switzerland.utf8 |
|tz |Europe/Zurich |
|date |2023-10-20 |
|date |2023-11-19 |
|rstudio |2023.06.1+524 Mountain Hydrangea (desktop) |
|pandoc |3.1.6 @ C:\Users\Michael\AppData\Local\Pandoc\pandoc.exe |

# Dependencies

|package |old |new |Δ |
|:----------|:---------|:---------|:--|
|missRanger |2.2.1 |2.3.0 |* |
|missRanger |2.3.0 |2.4.0 |* |
|FNN |1.1.3.2 |1.1.3.2 | |
|ranger |0.15.1 |0.15.1 | |
|ranger |0.16.0 |0.16.0 | |
|Rcpp |1.0.11 |1.0.11 | |
|RcppEigen |0.3.3.9.3 |0.3.3.9.3 | |
|RcppEigen |0.3.3.9.4 |0.3.3.9.4 | |

# Revdeps