Skip to content

Commit

Permalink
chore: #466 namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bms63 committed Dec 19, 2024
1 parent f26e630 commit 112dade
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 @@ -97,6 +97,7 @@ importFrom(dplyr,ungroup)
importFrom(dplyr,union)
importFrom(glue,glue)
importFrom(glue,glue_collapse)
importFrom(lifecycle,deprecate_soft)
importFrom(lifecycle,deprecate_stop)
importFrom(lifecycle,deprecate_warn)
importFrom(lifecycle,deprecated)
Expand Down
2 changes: 1 addition & 1 deletion R/admiraldev-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#' time_length %--% ymd ymd_hms weeks years hours minutes
#' @importFrom tidyr drop_na nest pivot_longer pivot_wider unnest
#' @importFrom tidyselect all_of contains vars_select
#' @importFrom lifecycle deprecate_warn deprecated deprecate_stop
#' @importFrom lifecycle deprecate_warn deprecated deprecate_stop deprecate_soft
#' @importFrom cli cli_abort cli_div
#' @importFrom glue glue glue_collapse
"_PACKAGE"

0 comments on commit 112dade

Please sign in to comment.