Skip to content

Commit

Permalink
Import
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Feb 1, 2022
1 parent 2c87ee2 commit 215c674
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ importFrom(fansi,substr2_ctl)
importFrom(glue,as_glue)
importFrom(lifecycle,deprecate_soft)
importFrom(lifecycle,deprecate_warn)
importFrom(lifecycle,deprecated)
importFrom(lifecycle,is_present)
importFrom(utf8,utf8_width)
importFrom(utils,head)
Expand Down
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' @import rlang
#' @import ellipsis
#' @importFrom glue as_glue
#' @importFrom lifecycle deprecate_soft deprecate_warn is_present
#' @importFrom lifecycle deprecate_soft deprecate_warn is_present deprecated
#' @importFrom vctrs data_frame
#' @importFrom vctrs new_data_frame
#' @importFrom vctrs new_list_of
Expand Down

0 comments on commit 215c674

Please sign in to comment.