Skip to content

Commit

Permalink
#166 - include str_replace_all as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelos Zhu committed Nov 11, 2022
1 parent 9cbcb88 commit 62d3e0c
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 @@ -203,6 +203,7 @@ importFrom(stringr,str_match)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_split_fixed)
importFrom(stringr,str_subset)
Expand Down
2 changes: 1 addition & 1 deletion R/admiraldev-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#' @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_glue str_match
#' str_remove str_remove_all str_replace str_trim str_to_lower
#' str_remove str_remove_all str_replace str_replace_all str_trim str_to_lower
#' str_split str_split_fixed str_subset str_to_title str_to_upper
#' @importFrom assertthat assert_that is.number on_failure<-
#' @importFrom lubridate as_datetime ceiling_date date days duration floor_date is.Date is.instant
Expand Down

0 comments on commit 62d3e0c

Please sign in to comment.