Skip to content

Commit

Permalink
cleanup helpers.R
Browse files Browse the repository at this point in the history
un-export get_lookup
  • Loading branch information
DanChaltiel committed Nov 29, 2023
1 parent cde5245 commit 8efa7de
Show file tree
Hide file tree
Showing 11 changed files with 252 additions and 244 deletions.
3 changes: 1 addition & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export(find_keyword)
export(get_7z_dir)
export(get_datasets)
export(get_key_cols)
export(get_lookup)
export(load_as_list)
export(load_list)
export(manual_correction)
Expand Down Expand Up @@ -82,6 +81,7 @@ importFrom(readr,read_file)
importFrom(rlang,"%||%")
importFrom(rlang,":=")
importFrom(rlang,as_function)
importFrom(rlang,as_name)
importFrom(rlang,caller_arg)
importFrom(rlang,check_dots_empty)
importFrom(rlang,check_installed)
Expand All @@ -92,7 +92,6 @@ importFrom(rlang,is_formula)
importFrom(rlang,is_installed)
importFrom(rlang,is_named)
importFrom(rlang,peek_options)
importFrom(rlang,quo_name)
importFrom(rlang,set_names)
importFrom(rlang,sym)
importFrom(stats,na.omit)
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ tibble(subjid=c(1:10, 1)) %>% assert_no_duplicate() %>% nrow()

- Options `edc_id`, `edc_crfname`, and `edc_verbose` have been respectively renamed `edc_cols_id`, `edc_cols_crfname`, and `edc_read_verbose` for more clarity.

- Some internal functions were inappropriately exported and are no longer:


# EDCimport 0.3.0 <sub><sup>2023/05/19</sup></sub>

Expand Down
Loading

0 comments on commit 8efa7de

Please sign in to comment.