11
22<!-- README.md is generated from README.Rmd. Please edit that file -->
33
4- # vimc.rpkg.template: TAGLINE
4+ # vimcheck: Diagnostics for vaccination modelling burden and impact estimates
55
66<!-- badges: start -->
77
@@ -10,47 +10,26 @@ yet, or the repository is only intended to be a limited example, demo,
1010or
1111proof-of-concept.] ( https://www.repostatus.org/badges/latest/concept.svg )] ( https://www.repostatus.org/#concept )
1212[ ![ R build
13- status] ( https://github.com/vimc/vimc.rpkg.template /workflows/R-CMD-check/badge.svg )] ( https://github.com/vimc/vimc.rpkg.template /actions/workflows/R-CMD-check.yaml )
13+ status] ( https://github.com/vimc/vimcheck /workflows/R-CMD-check/badge.svg )] ( https://github.com/vimc/vimcheck /actions/workflows/R-CMD-check.yaml )
1414[ ![ Codecov test
15- coverage] ( https://codecov.io/gh/vimc/vimc.rpkg.template /branch/main/graph/badge.svg )] ( https://app.codecov.io/gh/vimc/vimc.rpkg.template ?branch=main )
15+ coverage] ( https://codecov.io/gh/vimc/vimcheck /branch/main/graph/badge.svg )] ( https://app.codecov.io/gh/vimc/vimcheck ?branch=main )
1616[ ![ CRAN
17- status] ( https://www.r-pkg.org/badges/version/vimc.rpkg.template )] ( https://CRAN.R-project.org/package=vimc.rpkg.template )
17+ status] ( https://www.r-pkg.org/badges/version/vimcheck )] ( https://CRAN.R-project.org/package=vimcheck )
1818<!-- badges: end -->
1919
20- * vimc.rpkg.template* is a template package and repository on which
21- future VIMC R packages are based.
22-
23- To use this template, select * vimc.rpkg.template* from the drop-down
24- menu under ** Repository template** when creating a new repository in the
25- VIMC GitHub organisation. Replace all instances of
26- ` "vimc.rpkg.template" ` with your package name. Make sure to also:
27-
28- 1 . Edit the ` DESCRIPTION ` as appropriate with the correct package
29- information, including authors;
30-
31- 2 . Edit the files in ` R/ ` , ` tests/ ` , and ` vignettes/ ` to suit your
32- package;
33-
34- 3 . Add spell check by running
35- ` usethis::use_spell_check(lang = "en-GB") ` ;
36-
37- 4 . Remove these instructions from ` README.Rmd ` , and re-render the ` .md `
38- file using ` devtools::render_readme() ` .
20+ * vimcheck* is an R package for running diagnostic checks on burden
21+ estimates submitted to the Vaccine Impact Modelling Consortium (VIMC),
22+ and on impact estimates calculated by VIMC.
3923
4024## Installation
4125
42- ** NOTE:** Remove or comment out installation sources as appropriate.
43-
44- ** Remember** to add the package to the [ VIMC
45- R-universe] ( https://github.com/vimc/vimc.r-universe.dev ) .
46-
47- You can install the development version of * vimc.rpkg.template* from the
48- VIMC R-universe with:
26+ You can install the development version of * vimcheck* from the VIMC
27+ R-universe with:
4928
5029``` r
5130installation from R - universe
5231install.packages(
53- " vimc.rpkg.template " ,
32+ " vimcheck " ,
5433 repos = c(
5534 " https://vimc.r-universe.dev" , " https://cloud.r-project.org"
5635 )
@@ -61,20 +40,31 @@ or from GitHub [GitHub](https://github.com/) with:
6140
6241``` r
6342install.packages(" pak" )
64- pak :: pak(" vimc/vimc.rpkg.template " )
43+ pak :: pak(" vimc/vimcheck " )
6544```
6645
6746## Quick start
6847
69- Add a simple example of using the package’s main feature(s) here, with a
70- minimum amount of code. If preparatory or plotting steps are needed,
71- prefer to hide them to keep focus on the package functionality.
48+ WIP.
7249
7350## Related projects
7451
75- Add information and links to related projects, such as research papers
76- or packages, here .
52+ VIMC impact assessment workflows are described in Echeverria-Londono et
53+ al. ( [ 2021 ] ( #ref-echeverria-londono2021 ) ) .
7754
7855## References
7956
80- Space for references: REMOVE this text.
57+ <div id="refs" class="references csl-bib-body hanging-indent"
58+ entry-spacing="0">
59+
60+ <div id =" ref-echeverria-londono2021 " class =" csl-entry " >
61+
62+ Echeverria-Londono, Susy, Xiang Li, Jaspreet Toor, Margaret J. De
63+ Villiers, Shevanthi Nayagam, Timothy B. Hallett, Kaja Abbas, et al.
64+ 2021 . “How Can the Public Health Impact of Vaccination Be Estimated?”
65+ * BMC Public Health* 21 (1): 2049.
66+ < https://doi.org/10.1186/s12889-021-12040-9 > .
67+
68+ </div >
69+
70+ </div >
0 commit comments