@@ -4,13 +4,14 @@ Version: 1.0.0
4
4
Authors@R: c(
5
5
person("Daniel A.", "Antiporta", , "
[email protected] ", role = "aut",
6
6
comment = c(ORCID = "0000-0002-5143-3776")),
7
- person("Patricia", "Menéndez", , "
[email protected] ",
8
- role = "aut", comment = c(ORCID = "0000-0003-0701-6315")),
7
+ person("Patricia", "Menéndez", , "
[email protected] ",
role = "aut",
8
+ comment = c(ORCID = "0000-0003-0701-6315")),
9
9
person("Katherine", "Kirkby", , "
[email protected] ", role = c("aut", "cre")),
10
10
person("Ahmad", "Hosseinpoor", , "
[email protected] ", role = "aut"),
11
- person("World Health Organization",
email = "
[email protected] ", role = "cph")
11
+ person("World Health Organization",
, , "
[email protected] ", role = "cph")
12
12
)
13
- Description: Functions for computing summary measures of health inequality.
13
+ Description: Functions for computing summary measures of health
14
+ inequality.
14
15
License: AGPL (>= 3)
15
16
URL: https://github.com/WHOequity/healthequal
16
17
BugReports: https://github.com/WHOequity/healthequal/issues
@@ -24,12 +25,12 @@ Imports:
24
25
srvyr,
25
26
survey
26
27
Suggests:
28
+ bookdown,
27
29
knitr,
28
30
rmarkdown,
29
- bookdown ,
31
+ sandwich ,
30
32
spelling,
31
- testthat (>= 3.0.0),
32
- sandwich
33
+ testthat (>= 3.0.0)
33
34
VignetteBuilder:
34
35
knitr
35
36
Config/testthat/edition: 3
0 commit comments