Skip to content

Commit

Permalink
Incorrect reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfitzinger committed Aug 30, 2022
1 parent 8ec5f8c commit 5882c7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion R/model.robust.R
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5882c7c

Please sign in to comment.