Skip to content

Commit

Permalink
new normalization functions
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriellemackinnon committed Jul 15, 2024
1 parent acef367 commit d91fa7b
Show file tree
Hide file tree
Showing 15 changed files with 681 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/iidda.analysis/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Suggests:
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3.9000
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Config/testthat/edition: 3
StagedInstall: no
Expand Down
7 changes: 7 additions & 0 deletions R/iidda.analysis/NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@ export(add_user_entries)
export(browse_pipeline_dependencies)
export(check_date)
export(create_bin_desc)
export(factor_time_scale)
export(find_unaccounted_cases)
export(flatten_disease_hierarchy)
export(generate_empty_df)
export(generate_user_table)
export(get_implied_zeros)
export(get_unit_labels)
export(grid_dates)
export(iidda_get_metadata)
Expand All @@ -41,6 +45,7 @@ export(iidda_prep_wavelet)
export(iidda_theme)
export(iidda_theme_above)
export(iidda_theme_heat)
export(is_leaf_disease)
export(join_lookup_table)
export(join_user_table)
export(log1p_modified_trans)
Expand All @@ -50,6 +55,8 @@ export(mid_dates)
export(mid_times)
export(mutate_time_vars)
export(names_to_join_by)
export(normalize_location)
export(normalize_time_scales)
export(num_days)
export(num_days_util)
export(period_averager)
Expand Down
Loading

0 comments on commit d91fa7b

Please sign in to comment.