-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.57 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Package: codeditr
Type: Package
Title: Implementing Cause-of-Death Data Checks Based on the WHO CoDEdit Tool
Version: 0.0.0.9000
Authors@R: c(
person("Anita", "Makori", role = c("aut", "cph")),
person("Ernest", "Guevarra",
comment = c(ORCID = "0000-0002-4887-4415"),
email = "[email protected]", role = c("aut", "cre", "cph")),
person("Sanjeev", "Pugazhendhi", role = c("ths", "rev")),
person("Williams", "Udoh Ituen-Umanah", role = "rev"),
person("Proochista", "Ariana", role = c("rev", "cph")))
Description: The World Health Organization's CoDEdit electronic tool is intended
to help producers of cause-of-death statistics in strengthening their
capacity to perform routine checks on their data. This package ports the
original tool built using Microsoft Access into R so as to leverage the
utility and function of the original tool into a usable application
program interface that can be used for building more universal tools or for
creating programmatic scientific workflows aimed at routine, automated, and
large-scale monitoring of cause-of-death data.
License: GPL (>= 3)
Depends:
R (>= 2.10)
Imports:
codigo,
dplyr,
methods,
rlang,
stringr,
tibble
Suggests:
covr,
knitr,
rmarkdown,
spelling,
testthat (>= 3.0.0)
Remotes:
OxfordIHTM/codigo
Encoding: UTF-8
Language: en-GB
LazyData: true
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
URL: https://github.com/OxfordIHTM/codeditr, http://oxford-ihtm.io/codeditr/
Config/testthat/edition: 3
VignetteBuilder: knitr