Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

importFrom lifecycle ... instead of import lifecycle #368

Merged
merged 1 commit into from
Sep 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,11 @@ export(tbl_format_setup)
export(tbl_sum)
export(type_sum)
import(ellipsis)
import(lifecycle)
import(rlang)
importFrom(fansi,strip_sgr)
importFrom(fansi,substr2_ctl)
importFrom(lifecycle,badge)
importFrom(lifecycle,deprecate_soft)
importFrom(utf8,utf8_width)
importFrom(utils,head)
importFrom(utils,str)
Expand Down
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#' @import rlang
#' @import ellipsis
#' @import lifecycle
#' @importFrom lifecycle badge deprecate_soft
#' @importFrom vctrs data_frame
#' @importFrom vctrs new_data_frame
#' @importFrom vctrs obj_print_footer
Expand Down