Skip to content

Commit

Permalink
Merge pull request #116 from OxfordIHTM/dev
Browse files Browse the repository at this point in the history
complete documentation of dependency functions
  • Loading branch information
ernestguevarra authored Jul 4, 2024
2 parents cbfaaf6 + 27c1af4 commit fdb0ff0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
13 changes: 13 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,28 @@ export(cod_structure_input)
export(expand_icd10_code_range)
export(get_age_values)
export(list_ill_defined_icd11)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,contains)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(methods,is)
importFrom(rlang,.data)
importFrom(stringr,str_count)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_trim)
importFrom(tibble,tibble)
4 changes: 3 additions & 1 deletion R/codeditr-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@
#' @name codeditr
#' @importFrom methods is
#' @importFrom tibble tibble
#' @importFrom dplyr mutate select case_when bind_rows rename_with
#' @importFrom dplyr mutate select case_when bind_rows rename_with rename filter
#' pull contains all_of across arrange everything slice distinct
#' @importFrom rlang .data
#' @importFrom stringr str_detect str_count str_replace_all str_trim
#' str_remove_all str_count str_split str_extract
#'
"_PACKAGE"

0 comments on commit fdb0ff0

Please sign in to comment.