You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# vimcheck: Diagnostics for vaccination modelling burden and impact estimates
19
19
20
20
<!-- badges: start -->
21
21
[](https://www.repostatus.org/#concept)
[](https://app.codecov.io/gh/vimc/vimc.rpkg.template?branch=main)
_vimc.rpkg.template_ is a template package and repository on which future VIMC R packages are based.
28
-
29
-
To use this template, select _vimc.rpkg.template_ from the drop-down menu under **Repository template** when creating a new repository in the VIMC GitHub organisation.
30
-
Replace all instances of `"vimc.rpkg.template"` with your package name. Make sure to also:
31
-
32
-
1. Edit the `DESCRIPTION` as appropriate with the correct package information, including authors;
33
-
34
-
2. Edit the files in `R/`, `tests/`, and `vignettes/` to suit your package;
35
-
36
-
3. Add spell check by running `usethis::use_spell_check(lang = "en-GB")`;
37
-
38
-
4. Remove these instructions from `README.Rmd`, and re-render the `.md` file using `devtools::render_readme()`.
27
+
_vimcheck_ is an R package for running diagnostic checks on burden estimates submitted to the Vaccine Impact Modelling Consortium (VIMC), and on impact estimates calculated by VIMC.
39
28
40
29
## Installation
41
30
42
-
**NOTE:** Remove or comment out installation sources as appropriate.
43
-
44
-
**Remember** to add the package to the [VIMC R-universe](https://github.com/vimc/vimc.r-universe.dev).
45
-
46
-
You can install the development version of _vimc.rpkg.template_ from the VIMC R-universe with:
31
+
You can install the development version of _vimcheck_ from the VIMC R-universe with:
0 commit comments