diff --git a/R/impute.R b/R/impute.R index ce0a24c0..abb5e7c4 100644 --- a/R/impute.R +++ b/R/impute.R @@ -100,7 +100,7 @@ impute <- function(data, comparison = comparison, missingness = missingness, noise = NULL, - method = c("ludovic", "randomforest"), + method = c("ludovic"), skip_log2_transform_error = FALSE, retain_columns = NULL, ...) {