-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
35 lines (35 loc) · 922 Bytes
/
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
Package: lab2godata
Type: Package
Title: Record linkage between raw lab data and Go.Data records
Version: 1.0.0
Authors@R:
c(person(given = "Amy",
family = "Mikhail",
role = c("aut", "cre"),
email = "[email protected]"))
Maintainer: The WHO Go.Data Team <[email protected]>
Description: A set of functions match lab data to existing case or lab records in Go.Data. The matching case or lab record IDs are appended to the lab data, thus facilitating bulk import into Go.Data.
Remotes:
github::EmilBode/EmilMisc,
github::WorldHealthOrganization/godataR
Imports:
rio,
data.table,
dplyr,
purrr,
lubridate,
EmilMisc,
godataR,
shiny,
shinyjs,
shinyvalidate
Suggests:
devtools,
testthat
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Roxygen: list(markdown = TRUE)
Depends:
R (>= 4.2.0)