Skip to content

Commit

Permalink
add new functions to pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestguevarra committed Jun 26, 2024
1 parent e7b0f25 commit b054170
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions R/codeditr-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -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"
1 change: 1 addition & 0 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ reference:
contents:
- icd10_example
- icd11_example
- icd10_unlikely_cod
- icd11_unlikely_cod
- icd11_cod_by_sex

0 comments on commit b054170

Please sign in to comment.