Skip to content

Commit

Permalink
Merge pull request #155 from koalaverse/devel
Browse files Browse the repository at this point in the history
Devel
  • Loading branch information
bgreenwell committed Aug 18, 2023
2 parents 954c822 + d9ef4d9 commit 648106b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@ export(vip)
importFrom(foreach,"%do%")
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(stats,reorder)
5 changes: 5 additions & 0 deletions R/vip.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Variable <- NULL
Importance <- NULL

#' Variable importance plots
#'
#' Plot variable importance scores for the predictors in a model.
Expand Down Expand Up @@ -51,6 +54,8 @@
#'
#' @param ... Additional optional arguments to be passed on to [vi][vip::vi].
#'
#' @importFrom stats reorder
#'
#' @rdname vip
#'
#' @export
Expand Down
10 changes: 6 additions & 4 deletions man/vip.Rd

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

0 comments on commit 648106b

Please sign in to comment.