Skip to content
Merged
Show file tree
Hide file tree
Changes from 9 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
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@
^pkgdown$
^tools$
^scratch\.R$
^scratch$
^data-raw$
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/
18 changes: 17 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,31 @@ Description: Run diagnostics on burden estimates submitted by modellers in
License: MIT + file LICENSE
URL: https://github.com/vimc/vimcheck, https://vimc.github.io/vimcheck/
BugReports: https://github.com/vimc/vimcheck/issues
Depends:
R (>= 3.5)
Imports:
checkmate,
cli,
dplyr,
forcats,
ggplot2,
glue,
readr,
reshape2,
rlang,
tidyr
Suggests:
knitr,
rmarkdown,
spelling,
testthat (>= 3.0.0)
testthat (>= 3.0.0),
tibble,
withr
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
17 changes: 17 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
# Generated by roxygen2: do not edit by hand

export(basic_burden_sanity)
export(check_demography_alignment)
export(file_dict_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)
export(validate_template_alignment)
importFrom(dplyr,.data)
importFrom(ggplot2,ggplot)
Loading
Loading