Skip to content

Commit

Permalink
Import required functions
Browse files Browse the repository at this point in the history
  • Loading branch information
neitmant committed Aug 17, 2022
1 parent fb81e5d commit 5ad3d1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ importFrom(rlang,.data)
importFrom(rlang,abort)
importFrom(rlang,arg_match)
importFrom(rlang,as_function)
importFrom(rlang,as_label)
importFrom(rlang,as_string)
importFrom(rlang,call2)
importFrom(rlang,call_name)
Expand Down Expand Up @@ -197,6 +198,7 @@ importFrom(stringr,str_glue)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_subset)
importFrom(stringr,str_to_lower)
importFrom(stringr,str_to_title)
importFrom(stringr,str_to_upper)
Expand Down
5 changes: 3 additions & 2 deletions R/admiraldev-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' starts_with transmute ungroup vars n_distinct union distinct
#' summarise_at summarise coalesce bind_cols na_if tibble
#' @importFrom magrittr %>%
#' @importFrom rlang := abort arg_match as_function as_string call2 caller_env
#' @importFrom rlang := abort arg_match as_function as_label as_string call2 caller_env
#' call_name current_env .data enexpr enquo eval_bare eval_tidy expr
#' expr_interp expr_label f_lhs f_rhs inform
#' is_bare_formula is_call is_character is_formula is_integerish
Expand All @@ -16,7 +16,8 @@
#' @importFrom purrr map map2 map_chr map_lgl reduce walk keep map_if transpose
#' flatten every modify_at modify_if reduce compose
#' @importFrom stringr str_c str_detect str_extract str_remove str_remove_all
#' str_replace str_trim str_to_lower str_to_title str_to_upper str_glue
#' str_replace str_trim str_to_lower str_subset str_to_title str_to_upper
#' str_glue
#' @importFrom assertthat assert_that is.number on_failure<-
#' @importFrom lubridate as_datetime ceiling_date date days duration floor_date is.Date is.instant
#' time_length %--% ymd ymd_hms weeks years hours minutes
Expand Down

0 comments on commit 5ad3d1d

Please sign in to comment.