-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
59 lines (59 loc) · 1.22 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
51
52
53
54
55
56
57
58
59
Type: Package
Package: chariot
Title: chariot Package
Version: 2.0.0.9000
Authors@R:
person(given = "Meera",
family = "Patel, MD",
role = c("aut", "cre"),
email = "patelmeeray@gmail.com",
comment = c(ORCID = "0000-0002-3401-3948"))
Description: Functions that query and model concepts in the
OMOP Vocabularies available for download at
\href{athena.ohdsi.org}{athena.ohdsi.org}
License: Apache License 2.0
URL: https://meerapatelmd.github.io/chariot/,
https://github.com/meerapatelmd/chariot/
BugReports: https://github.com/meerapatelmd/chariot/issues/
Depends:
R (>= 2.10)
Imports:
DatabaseConnector,
R.cache,
SqlRender,
cave,
centipede,
cli,
collapsibleTree,
colorspace,
dplyr,
htmlwidgets,
magrittr,
pg13,
purrr,
rlang,
rubix,
rvest,
secretary,
stampede,
stringr,
tibble,
tidyr,
xml2
Suggests:
knitr,
R.rsp,
rmarkdown,
spelling
VignetteBuilder: knitr
Remotes:
meerapatelmd/rubix,
meerapatelmd/secretary,
meerapatelmd/pg13,
meerapatelmd/centipede,
meerapatelmd/cave,
meerapatelmd/stampede
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Language: en-US