-
Notifications
You must be signed in to change notification settings - Fork 17
/
DESCRIPTION
49 lines (49 loc) · 1.37 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
Package: ROhdsiWebApi
Type: Package
Title: Interacting With an OHDSI WebApi Instance
Version: 1.3.3
Date: 2023-03-14
Authors@R: c(
person("Gowtham", "Rao", email = "[email protected]", role = c("aut", "cre")),
person("Martijn", "Schuemie", role = c("aut")),
person("Jamie", "Gilbert", email = "[email protected]", role = c("aut")),
person("Observational Health Data Science and Informatics", role = c("cph"))
)
Maintainer: Gowtham Rao <[email protected]>
Description: ROhdsiWebApi is an R based interface to OHDSI WebAPI services, and performs GET/PULL/POST/DELETE calls via the WebApi.
All objects starting from R or output to R - are analysis ready R-objects like list and data.frame.
The package handles the intermediary steps by converting R-objects to JSON and vice versa.
License: Apache License 2.0
Depends:
R (>= 3.1.0),
Imports:
checkmate,
dplyr,
httr (>= 1.3.1),
lubridate,
openxlsx (>= 4.0.17),
purrr,
readr,
RJSONIO,
scales,
SqlRender,
stringr,
tibble,
tidyr,
rlang
Suggests:
testthat,
knitr,
rmarkdown,
httpuv,
jsonlite,
withr,
httptest,
stringi
URL: https://ohdsi.github.io/ROhdsiWebApi/, https://github.com/OHDSI/ROhdsiWebApi
BugReports: https://github.com/OHDSI/ROhdsiWebApi/issues
NeedsCompilation: no
RoxygenNote: 7.2.3
Encoding: UTF-8
VignetteBuilder: knitr
Language: en-US