From 5882c7c33def4cb9818faf5b20133b039d776755 Mon Sep 17 00:00:00 2001
From: Johann Pfitzinger <jpfitzinger@xmlh.de>
Date: Tue, 30 Aug 2022 06:36:56 +0200
Subject: [PATCH] Incorrect reference

---
 NAMESPACE        | 1 -
 R/model.robust.R | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/NAMESPACE b/NAMESPACE
index 33c0247..2ecfe4a 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -78,6 +78,5 @@ importFrom(tidyr,spread)
 importFrom(tidyr,unnest)
 importFrom(utils,globalVariables)
 importFrom(utils,object.size)
-importFrom(utils,size)
 importFrom(yardstick,mn_log_loss)
 importFrom(yardstick,rmse)
diff --git a/R/model.robust.R b/R/model.robust.R
index 618acc3..3f4db37 100644
--- a/R/model.robust.R
+++ b/R/model.robust.R
@@ -40,7 +40,7 @@
 #' @importFrom dplyr tibble bind_cols
 #' @importFrom purrr partial
 #' @importFrom MASS rlm
-#' @importFrom utils size
+#' @importFrom utils object.size
 
 .model.robust <- function(
     formula = NULL,