diff --git a/NAMESPACE b/NAMESPACE index 15bdde8..b805614 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -21,9 +21,12 @@ export(list_ill_defined_icd11) importFrom(dplyr,bind_rows) importFrom(dplyr,case_when) importFrom(dplyr,mutate) +importFrom(dplyr,rename_with) importFrom(dplyr,select) importFrom(methods,is) importFrom(rlang,.data) importFrom(stringr,str_count) importFrom(stringr,str_detect) +importFrom(stringr,str_replace_all) +importFrom(stringr,str_trim) importFrom(tibble,tibble) diff --git a/R/codeditr-package.R b/R/codeditr-package.R index a212c8b..68edb2c 100644 --- a/R/codeditr-package.R +++ b/R/codeditr-package.R @@ -15,8 +15,8 @@ #' @name codeditr #' @importFrom methods is #' @importFrom tibble tibble -#' @importFrom dplyr mutate select case_when bind_rows +#' @importFrom dplyr mutate select case_when bind_rows rename_with #' @importFrom rlang .data -#' @importFrom stringr str_detect str_count +#' @importFrom stringr str_detect str_count str_replace_all str_trim #' "_PACKAGE" diff --git a/pkgdown/_pkgdown.yml b/pkgdown/_pkgdown.yml index b8d8d1a..49e2067 100644 --- a/pkgdown/_pkgdown.yml +++ b/pkgdown/_pkgdown.yml @@ -73,6 +73,7 @@ reference: contents: - icd10_example - icd11_example + - icd10_unlikely_cod - icd11_unlikely_cod - icd11_cod_by_sex