-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 loc) · 945 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
Package: epimatch
Title: Tools for finding close matches in epi data
Version: 0.0.0.9000
Authors@R: c(person("Katie", "Planey", email = "[email protected]", role = c("aut")),
person("John", "Lees", email = "[email protected]", role = c("aut")),
person(c("Zhian","N."), "Kamvar", email = "zkamvar@gmail", role = c("aut", "cre"), comment = c("affiliations: Grunwald Lab, USDA-ARS, Oregon State University")),
person("Ilana", "Schafer", email = "[email protected]", role = c("aut")),
person("Dean", "Attali", email = "[email protected]", role = c("aut")))
Maintainer: Zhian N. Kamvar <[email protected]>
Description: Matches names within a single database and across databases.
Depends:
R (>= 3.2.0)
Imports:
stats,
utils,
lubridate,
DT,
shiny (>= 0.13.2.9001),
shinyjs
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 5.0.1
Remotes:
rstudio/shiny
Suggests: testthat,
covr