Skip to content

Commit 2620533

Browse files
Fix fn name
1 parent 64eb5bb commit 2620533

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

NAMESPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export(plot_fvp)
1111
export(plot_global_burden)
1212
export(plot_global_burden_decades)
1313
export(theme_vimc)
14-
export(transfrom_coverage_fvps)
14+
export(transform_coverage_fvps)
1515
export(validate_complete_incoming_files)
1616
export(validate_file_dict_template)
1717
export(validate_template_alignment)

R/burden_diagnositics.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ basic_burden_sanity <- function(burden) {
410410
#' @keywords diagnostics
411411
#'
412412
#' @export
413-
transfrom_coverage_fvps <- function(coverage, wpp) {
413+
transform_coverage_fvps <- function(coverage, wpp) {
414414
# TODO: checks on coverage
415415
# TODO: checks on wpp
416416

0 commit comments

Comments
 (0)