-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
50 lines (50 loc) · 1.08 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
47
48
49
50
Package: codemapper
Title: Functions for Mapping Between Clinical Coding Systems
Version: 0.0.0.9001
Authors@R:
person(given = "Alasdair",
family = "Warwick",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0800-2890"))
Description: Functions for mapping between clinical coding systems.
License: MIT + file LICENSE
URL: https://rmgpanw.github.io/codemapper/,
https://github.com/rmgpanw/codemapper
BugReports: https://github.com/rmgpanw/codemapper/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Suggests:
covr,
knitr,
PheWAS,
rmarkdown,
shinytest,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
assertthat,
DBI,
dplyr,
magrittr,
purrr,
reactable,
readr,
readxl,
rlang,
RSQLite,
shiny,
shinyFeedback,
stats,
stringr,
tibble,
tidyr,
tidyselect,
ukbwranglr,
utils
Remotes:
github::rmgpanw/ukbwranglr,
github::PheWAS/PheWAS
VignetteBuilder: knitr