Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
^pkgdown$
^tools$
^scratch\.R$
^scratch$
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ rsconnect/
inst/doc
docs
scratch.R
scratch/
9 changes: 9 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,12 @@ Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
cli,
dplyr,
fs,
ggplot2,
glue,
readr,
rlang,
tidyr
16 changes: 16 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
# Generated by roxygen2: do not edit by hand

export(basic_burden_sanity)
export(check_demography_alignment)
export(check_template_alignment)
export(const_data_colnames)
export(impact_check)
export(plot_age_patterns)
export(plot_compare_demography)
export(plot_coverage_set)
export(plot_fvp)
export(plot_global_burden)
export(plot_global_burden_decades)
export(theme_vimc)
export(transfrom_coverage_fvps)
export(validate_complete_incoming_files)
export(validate_file_dict_template)
importFrom(ggplot2,ggplot)
Loading
Loading